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 17:17] – [Resources] 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:// |
- | Providers | + | E-mails that fail SPF and DKIM tests may be processed according to this table. |
- | those that pass and fail. In google's case, the reports originate from noreply-dmarc-support@google.com. | + | |
+ | ^Policy^Effect^ | ||
+ | |none|Mail delivered normally| | ||
+ | |quarantine|Mail delivered to spam folder| | ||
+ | |reject|Mail rejected and not delivered| | ||
+ | |||
+ | For reporting, providers | ||
==BIND== | ==BIND== | ||
Line 129: | 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__ |