MDaemon 13.x – Configuring DKIM signing in MDaemon
DKIM là một phương thức để xác thực email đến. Phương thức này đảm bảo rằng các thư đến không bị sửa đổi và từ người gửi mà thư xác nhận là được gửi từ đó. Tính năng này hoạt động để ngăn thư rác đến.
Cấu hình và sử dụng DKIM:
To configure and use DKIM in MDaemon:
There are different ways to set up your DNS record depending on how strict you want the DKIM policy for your domain to be.
DKIM Legend (you can use these signing policies with DKIM):
o=~ NEUTRAL or RELAXED (signature optional)
o=- STRONG (signature required, but not necessarily from my domain)
o=! EXCLUSIVE (signature required, and it must be from my domain) *
o=. NEVER (this site doesn’t send mail)
o=^ USER (reserved for future use)
Example DNS data for policy using DKIM:
(Testing and using NEUTRAL signing policy)
_policy._domainkey.altn.com. IN TXT ‘t=y; o=~;’
(Not testing and using STRONG signing policy)
_policy._domainkey.altn.com. IN TXT ‘o=-;’
Additional Comments
Do not go out of DKIM testing mode (‘t=y’) until your DNS records have propogated (3-5 days). Failure to wait for this to take place could cause delivery failures.
*Exclusive mode will not work with mailing lists so use this with caution.
In order for their messages to be eligible for signing, local users must authenticate when sending mail.