meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:exim:dkim [2018/05/16 09:57] – niziak | linux:exim:dkim [2025/06/10 09:48] (current) – [Configure exim4] niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DKIM ====== | ||
+ | |||
RFC 8301 says: | RFC 8301 says: | ||
Line 24: | Line 26: | ||
====== Configure exim4 ====== | ====== Configure exim4 ====== | ||
- | In Debian, use **exim4-daemon-heavy** package. | + | * In Debian, use **exim4-daemon-heavy** package. |
- | Change owner of private key file to be readable by exim4. In Debian exim4 user is **Debian-exim**. | + | |
- | Put private key in */etc/exim4 directory*. In /etc/ssl exim4 cannot find file (chrooted?) | + | |
remote_smtp transport is running under user 101 (Debian-exim) group 42 (shadow) | remote_smtp transport is running under user 101 (Debian-exim) group 42 (shadow) | ||
- | In **exim4.conf** under **remote_smtp** transport add: | + | * In **exim4.conf** under **remote_smtp** transport add: |
<code ini> | <code ini> | ||
dkim_canon = relaxed | dkim_canon = relaxed | ||
Line 37: | Line 39: | ||
</ | </ | ||
- | ====== References ====== | + | To use DKIM for all sender domains automatically: |
- | + | <code ini> | |
- | [[http:// | + | |
- | [[https:// | + | </code> |
+ | ====== References ====== | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
Line 49: | Line 54: | ||
====== Tools ====== | ====== Tools ====== | ||
- | [[https:// | + | * [[https:// |