Le 11/12/2010 05:02, Philip A Colvin a écrit :

I think I may be getting closer, but ran into a bit of problem. I have
put smtpd_milters = unix:/var/spool/MIMEDefang/mimedefang.sock in the
main.cf. Now I get this in the log and no mail goes through:

postfix/smtpd[2075]: warning: connect to Milter service
unix:/var/spool/MIMEDefang/mimedefang.sock: No such file or directory

I checked the permissions of the /var/spool/MIMEDefang directory and the
contents and they all have the user and group set to defang.

Any thoughts?


Is the socket there?
# ls -l /var/spool/MIMEDefang/mimedefang.sock
# file /var/spool/MIMEDefang/mimedefang.sock

maybe you have a chroot issue?
# grep smtpd master.cf

otherwise, check the permissions starting from the top:
# ls -l / |grep /var
# ls -l /var |grep spool
# ls -la /var/spool/MIMEDefang

do you have any "security thing" like SELinux, AppArmor, ...?
What system/distribution are you running?


Thanks again.

Phil Colvin

Reply via email to