Hi Sorry about my probably stupid and easy question. I have one server for outgoing smtp and I added a spamassassin to filtered outgoing e-mial
This is trivial like cut master.cf: ---- start --------- smtp inet n - n - - smtpd -o content_filter=spamassassin .... submission inet n - - - - smtpd -o content_filter=spamassassin -o smtpd_milters= -o syslog_name=postfix/submission .... spamassassin unix - n n - - pipe user=filter argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} ----- end ---- I use DKIM (added like documentations) In log i found double added DKIM - because the mail goes back to the queue and smtpd_milters tags it again ... Probably I must create a returns transport with "-o smtpd_milters=" But I dont have idea - maby I thing wrong ... works fine for 587,465 but not 25 log: http://paste.debian.net/1133556/ I have many vdomain and I don't want to use amavis