* John Gardner <jeg1...@gmail.com>:

> Aug 27 09:17:22 mailserver postfix/pickup[17976]: 247B7D006E: uid=0 
> from=<root>
> Aug 27 09:17:22 mailserver postfix/cleanup[18369]: warning: connect to
> Milter service unix:/var/clamav/clmilter.socket: Permission denied

What are the permissions on /var/clamav/clmilter.socket ?

for 
non_smtpd_milters = inet:127.0.0.1:12000 unix:spamass/spamass.sock  
inet:127.0.0.1:8891

I'm seeing this:
# ls -l /var/spool/postfix/spamass/spamass.sock
srw-rw---- 1 postfix postfix 0 2012-07-12 07:49 
/var/spool/postfix/spamass/spamass.sock

> Aug 27 09:17:22 mailserver postfix/cleanup[18369]: 247B7D006E:
> milter-reject: CONNECT from localhost[127.0.0.1]: 4.7.1 Service
> unavailable - try again later; from=<root@mailserver.sausage.local>

According to the docs:
"You specify SMTP-only Milter applications with the smtpd_milters
parameter"

"You specify non-SMTP Milter applications with the non_smtpd_milters
parameter"

What you're showing is non-SMTP (since you're using the sendmail
command).

> non_smtpd_milters = unix:/var/clamav/clmilter.socket
So that's triggering. But I don't understand why it would work with
smtpd and at the same time NOT work with sendmail/cleanup.

> local_recipient_maps =
You shouldn't do that! 


-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to