updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / dkim-milter / dkim.conf
blob63198d5e5d60e4de2a93526689768fef4f60a5bb
3 # To generate a new key for your domain:
4 #    /usr/bin/dkim-genkey -s mail -D /etc/dkim -d yourdomain.com
5 # Then append /etc/dkim/mail.txt to your dns zone file
7 # Append follow lines to your /etc/postfix/main.cf
8 #    milter_protocol = 6
9 #    smtpd_milters = inet:localhost:2525
10 #    non_smtpd_milters = inet:localhost:2525
12 #  /etc/rc.d/postfix restart
13 #  /etc/rc.d/dkim start
16 # Canonicalization simple
17 Domain yourdomain.com
18 KeyFile /etc/dkim/mail.private
19 # MTA MSA
20 Selector mail
21 Socket inet:2525@localhost
22 SignatureAlgorithm rsa-sha1
23 Syslog Yes
24 Userid dkim
25 X-Header Yes
26 # Mode sv
27 # InternalHosts /etc/dkim/internal-hosts