email/README.md

159 lines
7.5 KiB
Markdown
Raw Permalink Normal View History

2024-04-19 21:38:13 +00:00
# email
Information about how to configure email servers, services, etc.
2024-04-19 21:44:18 +00:00
2024-04-22 07:58:04 +00:00
Note: Some content is focused on Germany.
## Verbindungen
- E-Mail-Client <--> E-Mail-Server
2024-04-22 08:01:23 +00:00
- E-Mail-Server <--> E-Mail-Server <-- in diesem Repository geht es hauptsächlich um diese Art von Verbindungen.
2024-04-22 07:58:04 +00:00
## Wichtige Funktionen
- SPF
- Sender Policy Framework
- https://en.wikipedia.org/wiki/Sender_Policy_Framework
2024-04-22 08:01:23 +00:00
- SPF is an email validation protocol designed to detect and block email spoofing by verifying sender IP addresses against the email domain's authorized senders list published in DNS records.
2024-04-22 07:58:04 +00:00
- DKIM
- DomainKeys Identified Mail
- https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
2024-04-22 08:01:23 +00:00
- DKIM is an email authentication method that allows the receiver to check that an email claimed to have come from a specific domain was indeed authorized by the owner of that domain through cryptographic signatures.
2024-04-22 07:58:04 +00:00
- DMARC
- Domain-based Message Authentication, Reporting and Conformance
- https://en.wikipedia.org/wiki/DMARC
2024-04-22 08:01:23 +00:00
- DMARC is an email authentication, policy, and reporting protocol that builds on SPF and DKIM to enhance the domain owners' ability to prevent their domains from being used for email spoofing, phishing scams, and other cybercrimes.
2024-04-22 07:58:04 +00:00
- DNSSEC
- Domain Name System Security Extensions
- https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions
2024-04-22 08:01:23 +00:00
- DNSSEC is a set of protocols that add a layer of security to the DNS lookup and response process by digitally signing data to validate its authenticity, thus protecting against DNS spoofing.
2024-04-22 07:58:04 +00:00
- DANE
- DNS-based Authentication of Named Entities
- https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities
2024-04-22 08:01:23 +00:00
- DANE is a protocol used to secure internet connections by allowing DNS records to specify what certificates are trustworthy for a given domain, preventing attacks on the TLS (Transport Layer Security) protocol.
2024-04-22 08:05:26 +00:00
- DANE can only be used effectively if DNSSEC is enabled.
2024-04-22 07:58:04 +00:00
- MTA-STS
- Message Transfer Agent, Strict Transport Security
- https://en.wikipedia.org/wiki/MTA-STS
2024-04-22 08:01:23 +00:00
- MTA-STS is a security standard used to enforce transport layer (TLS) encryption and authenticate email in transit between servers, preventing interception and tampering by mandating HTTPS for SMTP connections.
- With MTA-STS a TLS encryption is enforced while with StartTLS a TLS encryption is optional.
2024-04-22 07:58:04 +00:00
2024-04-23 21:07:04 +00:00
## Testing
### Testing Allgemein
2024-04-19 21:44:18 +00:00
- https://mecsa.jrc.ec.europa.eu/en/ EU Email Communications Security Assessment (MECSA)
- https://mxtoolbox.com/supertool
2024-04-20 09:35:45 +00:00
- https://mxtoolbox.com/dmarc/dmarc-email-tools SPF DKIM DMARC
- https://dmarcly.com/tools/ SPF DKIM DMARC
2024-04-19 21:44:18 +00:00
- https://www.mail-tester.com/
2024-04-20 09:23:12 +00:00
- https://www.emailchecky.com/en/
2024-04-19 21:48:53 +00:00
- https://ssl-tools.net/
2024-04-20 09:23:12 +00:00
- https://www.checktls.com/index.html
2024-04-19 22:03:08 +00:00
- https://www.debouncer.com/reverse-dns-check
2024-04-20 09:35:45 +00:00
- https://testconnectivity.microsoft.com/tests/exo
- https://testconnectivity.microsoft.com/tests/O365DaneValidation/input
2024-04-20 12:28:24 +00:00
- https://dnschecker.org/all-tools.php
2024-04-24 10:02:09 +00:00
- https://toolbox.googleapps.com/apps/main/
- https://toolbox.googleapps.com/apps/dig/
2024-04-20 09:35:45 +00:00
2024-04-22 08:44:38 +00:00
### Testing DNSSEC
- https://dnssec-debugger.verisignlabs.com/
- https://www.experte.de/dns-check/dnssec
2024-04-23 21:20:15 +00:00
- https://dane.sys4.de/
2024-04-24 08:20:09 +00:00
- https://dnsviz.net/
2024-04-22 08:44:38 +00:00
2024-04-23 21:07:04 +00:00
## DNSSEC New
- https://joscor.com/blog/dane-tlsa-tutorial/
- https://www.msxfaq.de/signcrypt/dane_tlsa.htm
- https://thomas-leister.de/dane-tlsa-records-erklaert/
- https://ssl-tools.net/tlsa-generator
- https://github.com/internetstandards/toolbox-wiki/blob/main/DANE-for-SMTP-how-to.md
- https://github.com/internetstandards/toolbox-wiki
- https://internet.nl/
2024-04-23 21:25:05 +00:00
- https://www.dotplex.com/de/faq/dnssec-dane-tlsa
- https://www.infoblox.com/dns-security-resource-center/dns-security-faq/what-is-dane/
2024-04-23 21:07:04 +00:00
2024-04-20 09:35:45 +00:00
## Wissen
- https://support.google.com/a/answer/81126 Email sender guidelines
- https://www.nospamproxy.de/wp-content/uploads/Praxisleitfaden-DKIM-SPF-DMARC-DANE-1.pdf
2024-04-19 22:47:10 +00:00
- https://www.internetsociety.org/deploy360/dnssec/statistics/
- https://stats.labs.apnic.net/dnssec/
- https://stats.labs.apnic.net/dnssec
2024-04-20 09:35:45 +00:00
- https://blog.lindenberg.one/EmailSicherheitsTest
- https://www.heise.de/news/Transportsicherheit-BSI-zertifiziert-E-Mail-Dienste-nach-neuer-Richtlinie-9349117.html
- https://certified-senders.org/wp-content/uploads/2020/02/E-Mail-Transportverschluesselung-STARTTLS-vs.-DANE-vs.-MTA-STS_updated.pdf
- https://www.golem.de/news/smtp-mta-sts-bringt-sichere-verschluesselung-zwischen-mailservern-1809-136853.html
- https://beta-its.de/ultimative-domain-sicherheit-dnssec-mta-sts-dane-dmarc
- https://www.hornetsecurity.com/de/services/email-authentifizierung/
- https://www.anubisnetworks.com/blog/dmarc_dane_explained
2024-04-20 09:39:33 +00:00
- https://www.heise.de/news/iX-Workshops-Sichere-Datenuebertragung-mit-TLS-DNSSEC-und-DANE-6332452.html
2024-04-20 12:28:24 +00:00
- https://www.nslookup.io/learning/what-is-a-good-ttl-for-dns/ TTL
- https://www.varonis.com/blog/dns-ttl TTL
2024-04-23 15:46:25 +00:00
- https://support.google.com/a/answer/10032473 Tutorial for recommended DMARC rollout
2024-04-24 09:43:27 +00:00
- http://newweb.zytrax.com/books/dns/ch9/dmarc.html `_dmarc` / `_dmarc.example.com`
2024-04-24 10:02:09 +00:00
- https://support.google.com/a/answer/2466563 Add your DMARC record
2024-04-24 10:11:18 +00:00
- https://access.redhat.com/documentation/de-de/red_hat_enterprise_linux/4/html/reference_guide/s2-bind-zone-examples
2024-04-24 10:13:18 +00:00
- https://domainregister.international/index.php/knowledgebase/134/Recommended-SOA-values.html
2024-04-24 10:15:32 +00:00
- https://clients.prohosterz.com/index.php?rp=/knowledgebase/18/What-does-serial-or-refresh-or-retry-or-expire-or-minimum-or-and-TTL-mean.html
2024-04-20 09:35:45 +00:00
## Hoster
### Allgemein
- https://www.hosttest.de/artikel/groesste-webhostinganbieter-in-deutschland
- https://www.trending.de/hosting/die-10-groessten-deutschen-hoster-und-meine-empfehlung/
2024-04-20 09:38:11 +00:00
### Microsoft
- https://www.windowspro.de/news/microsoft-unterstuetzt-dane-dnssec-exchange-online/04980.html
- https://learn.microsoft.com/de-de/purview/how-smtp-dane-works
- https://practical365.com/exchange-online-dnssec-dane/
2024-04-20 12:28:24 +00:00
- https://learn.microsoft.com/de-de/microsoft-365/admin/get-help-with-domains/create-dns-records-at-any-dns-hosting-provider?view=o365-worldwide
- https://learn.microsoft.com/de-de/microsoft-365/enterprise/external-domain-name-system-records?view=o365-worldwide
2024-04-20 09:38:11 +00:00
2024-04-20 09:35:45 +00:00
### Hoster: IONOS
- https://www.ionos.de/hilfe/domains/domain-guard/dnssec-einrichten-und-verwalten/
### Hoster: Strato
2024-04-20 12:25:11 +00:00
- https://www.strato.de/faq/domains/wie-kann-ich-bei-strato-meine-dns-eintraege-verwalten/ (`smtpin.rzone.de`)
2024-04-20 09:35:45 +00:00
- https://www.strato.de/faq/domains/sichern-sie-ihre-webseite-mit-dnssec/
- https://www.strato.de/faq/domains/was-ist-domain-guard/
2024-04-20 09:41:09 +00:00
- https://www.strato.de/faq/hosting/DMARC-Policy/
- https://www.strato.de/faq/hosting/dmarc-bei-strato-aktivieren/
- https://www.strato.de/faq/mail/wie-kann-ich-fuer-meine-domain-die-dkim-einstellungen-aendern/
2024-04-20 12:25:11 +00:00
- https://www.strato.de/faq/mail/so-lauten-die-strato-e-mail-server/
- https://www.strato.de/faq/mail/externes-e-mail-programm-mit-strato-e-mail-adresse-nutzen/
2024-04-20 09:35:45 +00:00
### Hoster: Hetzner
2024-04-20 09:36:53 +00:00
- https://docs.hetzner.com/de/dns-console/dns/general/dns-overview/
2024-04-20 09:35:45 +00:00
- https://docs.hetzner.com/de/dns-console/dns/general/dnssec/
- https://docs.hetzner.com/dns-console/dns/general/dnssec/
2024-04-22 08:44:38 +00:00
## DNSSEC
Welche Hoster, Internetdienstanbieter, etc. unterstützen DNSSEC und welche nicht?
### DNSSEC wird unterstützt
- IONOS (1&1)
- Strato
- Microsoft Outlook 365
### DNSSEC wird nicht unterstützt
- Hetzner
### Prüfen
2024-04-24 13:37:05 +00:00
- https://security.stackexchange.com/questions/204770/why-do-phishing-e-mails-use-faked-e-mail-addresses-instead-of-the-real-one dig commands
2024-04-22 08:44:38 +00:00
- OVH
- DigitalOcean
- Namecheap
- AWS
- GoDaddy
- Bluehost
- Siteground
- Contabo
2024-04-22 08:46:43 +00:00
- All-inkl / All inkl
2024-04-22 08:44:38 +00:00
- Domainfactory
- Host Europe
- Mittwald
- Netcup
- Alfahosting
- PlusServer
- ProfiHost
- WebGo
- 1Blu
2024-04-22 08:45:22 +00:00
- Dogado
2024-04-22 08:46:43 +00:00
- Goneo
- Checkdomain