Line 841: |
Line 841: |
| signal-event email-update | | signal-event email-update |
| | | |
− | finally propagate your public key "dkim.public" content (<key text>) your DNS, check with your DNS server / registrar default._domainkey.domain.ext IN TXT "k=rsa; p=<key text>; t=y" if you want to customize the signing you can add parameters to the line in /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/69dkim_sign. Parameters and value are separated by a space only.
| + | Finally propagate your public key "dkim.public" content (<key text>) to your DNS. |
| | | |
− | # keys : "dk" or "domainkeys" for domainkey signature only, "dkim" for DKIM signature only, default "both" | + | Check with your DNS server / registrar. Something similar to the following should work but it varies depending on provider - replace "domain.ext" with your doman details e.g "mydomain.org" : |
| + | |
| + | default._domainkey.domain.ext IN TXT "k=rsa; p=<key text>; t=y" |
| + | |
| + | |
| + | With Zonedit the following works within your Zone : |
| + | |
| + | Subdomain : default._domainkey |
| + | |
| + | Type : TXT |
| + | |
| + | Text : "k=rsa; p=<key text>; t=y" |
| + | |
| + | |
| + | If you want to customize the signing you can add parameters to the line in /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/69dkim_sign. Parameters and value are separated by a space only. |
| + | |
| + | # keys : "dk" or "domainkeys" for domainkey signature only, "dkim" for DKIM signature only, default "both" (n.b. above template example is dkim ONLY) |
| # dk_method : for domainkey method , default "nofws" | | # dk_method : for domainkey method , default "nofws" |
| # selector : the selector you want, default "default" | | # selector : the selector you want, default "default" |