Re: postfix/amavis not scanning email

2017-02-27 Thread chaouche yacine
> 1) On the Lenny server, the main.cf content_filter sent mail to 10028, the > relay port for dkim_proxy_out, and this system worked! I might be able to > accept sending to the listening port, but the relay port just doesn't make > sense to me. Unless you have the old config and log files, we can

Re: postfix/amavis not scanning email

2017-02-26 Thread bithead
.1071664.n5.nabble.com/postfix-amavis-not-scanning-email-tp89098p89117.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: postfix/amavis not scanning email

2017-02-26 Thread bithead
kup filter that messages are scanned. Theories/explanations are welcome regarding the above. In the meantime, things seem to be working as desired, and that is some consolation. :) Thanks again! -- View this message in context: http://postfix.1071664.n5.nabble.com/postfix-amavis-not

Re: postfix/amavis not scanning email

2017-02-26 Thread chaouche yacine
This is my guess : When a mail arrives at the postfix queue, it is picked up by the pickup process. You have configured pickup to use dkimsign on port 10026 as a content filter (in masster.cf). port 10026 is the configured port for dkimproxy_in, which forwards to 10029. postfix listens on por

Re: postfix/amavis not scanning email

2017-02-26 Thread bithead
1:10029 inet n - n - 10 smtpd -o content_filter= ... -- View this message in context: http://postfix.1071664.n5.nabble.com/postfix-amavis-not-scanning-email-tp89098p89112.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: postfix/amavis not scanning email

2017-02-26 Thread bithead
71664.n5.nabble.com/postfix-amavis-not-scanning-email-tp89098p89109.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: postfix/amavis not scanning email

2017-02-26 Thread bithead
olve. Thanks again for your help! -- View this message in context: http://postfix.1071664.n5.nabble.com/postfix-amavis-not-scanning-email-tp89098p89107.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: postfix/amavis not scanning email

2017-02-26 Thread chaouche yacine
I see you did not post your /etc/amavis/conf.d/15-av_scanners file, you need to uncomment clamav there otherwise no scanner will run for you I guess. It should look something like this : ['ClamAV-clamd', \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd.sock"], qr/\bOK$/, qr/\bFOUND$/

Re: postfix/amavis not scanning email

2017-02-26 Thread chaouche yacine
I have been fooled too. See this link : http://shisaa.jp/postset/mailserver-3.html it says there : "Lets first check to see if anti-virus and spam filtering are enabled. Check if the two lines that start with @bypass_spam_checks and @bypass_virus_checks are commented out. If you uncomment the

Re: postfix/amavis not scanning email

2017-02-26 Thread bithead
ior when processing the mail. The headers indicate successful dkim signatures, but there is nothing about AV or spam indicated there. Please advise further. Thanks! -- View this message in context: http://postfix.1071664.n5.nabble.com/postfix-amavis-not-scanning-email-tp89098p89101.html Sent f

Re: postfix/amavis not scanning email

2017-02-26 Thread chaouche yacine
You have uncommented the bypass instructions in amavis conf file, so it will bypass the scan. Keep them commented and amavis will scan. To test that amavis works well : https://gist.github.com/ychaouche/9b32bda037afb9eaaa2f4809dcfb2ec0 (can't paste the content here otherwise this e-mail will b