Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:emailsec [2023/04/26 14:02] – [DMARC] darron | tools:emailsec [2023/05/18 21:05] (current) – [DKIM] darron | ||
---|---|---|---|
Line 15: | Line 15: | ||
__Zone__ | __Zone__ | ||
< | < | ||
- | 1H IN TXT " | + | 1H IN TXT " |
</ | </ | ||
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:// |
- | Providers such as google send report of emails | + | E-mails |
- | those that pass and fail. In google' | + | |
^Policy^Effect^ | ^Policy^Effect^ | ||
- | |None|Mail delivered normally| | + | |none|Mail delivered normally| |
- | |Quarantine|Mail delivered to spam folder| | + | |quarantine|Mail delivered to spam folder| |
- | |Reject|Mail rejected and not delivered| | + | |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 134: | 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__ |