Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:emailsec [2023/04/21 10:31] – darron | tools:emailsec [2023/05/18 21:05] (current) – [DKIM] darron | ||
---|---|---|---|
Line 15: | Line 15: | ||
__Zone__ | __Zone__ | ||
< | < | ||
- | 1H IN TXT " | + | 1H IN TXT " |
</ | </ | ||
Line 26: | Line 26: | ||
===DKIM=== | ===DKIM=== | ||
- | [[https:// | + | [[https:// |
==OPENSSL== | ==OPENSSL== | ||
Line 106: | Line 106: | ||
remote_smtp_dkim_DOMAIN: | remote_smtp_dkim_DOMAIN: | ||
| | ||
+ | | ||
+ | | ||
| | ||
| | ||
| | ||
</ | </ | ||
+ | |||
+ | For SPF the HOSTNAME must resolve to the specified IP address(es). | ||
The DKIM domain needn' | The DKIM domain needn' | ||
===DMARC=== | ===DMARC=== | ||
- | [[https:// | + | [[https:// |
+ | |||
+ | E-mails that fail SPF and DKIM tests may be processed according to this table. | ||
+ | |||
+ | ^Policy^Effect^ | ||
+ | |none|Mail delivered normally| | ||
+ | |quarantine|Mail delivered to spam folder| | ||
+ | |reject|Mail rejected and not delivered| | ||
+ | |||
+ | For reporting, providers such as google send details of e-mails that pass and fail. For google the reports originate from noreply-dmarc-support@google.com. | ||
==BIND== | ==BIND== | ||
Line 126: | Line 139: | ||
_dmarc IN TXT " | _dmarc IN TXT " | ||
</ | </ | ||
+ | |||
+ | Once you are confident that you are sending e-mail from the correct server(s) in with the correct signature(s) then the policy can be made more strict. | ||
__Test__ | __Test__ | ||
Line 133: | Line 148: | ||
See [[https:// | See [[https:// | ||
+ | |||
+ | |||
+ | |||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | === Export === | ||
+ | |||
+ | [[: | ||