Hi, i try to implement dkim signature our server postfix (2.6.6)
my dkim-filter config is like this prog path /usr/sbin/dkim-filter configuration parameters # To sign only, use -bs # EXTRA_FLAGS=-bs USER=dkim-milter PORT=inet:20209@localhost SIGNING_DOMAIN="domain" SELECTOR_NAME="m1" KEYFILE="/etc/postfix/dkim/domain._m1.key.pem" SIGNER=yes VERIFIER=yes CANON=simple SIGALG=rsa-sha1 REJECTION="bad=r,dns=t,int=t,no=a" EXTRA_ARGS="-h -l -D" also i add main cf. smtpd_milters = inet:localhost:20209 non_smtpd_milters = $smtpd_milters milter_protocol = 6 milter_default_action = accept when i send email to gmail with these values , i can see signed by domain tag in gmail. but mails in queue gives error like below. ( line number change reletavily i think) Temporary MTA failure on relaying, From MTA() during fwd-connect (Negative greeting: at (eval 110) line 464, <GEN17> line 389171.) after that i added no_milters value in master.cf 127.0.0.1:10025 inet -o receive_override_options section but this time signed by domain tag is lost. thanks in advance -- Selçuk YAZAR