Hello,

I'm trying to use ClamAV with Postfix and ClamAV milter on Debian 9.
After installing clamav-milter package it uses
/var/run/clamav/clamav-milter.ctl unix domain socket as MilterSocket
by default setting. So I added following settings in
/etc/postfix/main.cf.

----------------------------------------------------------------------
smtp_milters = unix:/var/run/clamav/clamav-milter.ctl
smtpd_milters = unix:/var/run/clamav/clamav-milter.ctl
milter_default_action = accept
----------------------------------------------------------------------

But when receiving mail from other host Postfix always writes
following warning message to syslog.

----------------------------------------------------------------------
Jan 28 22:46:59 kusanagi postfix/smtpd[15319]: warning: connect to Milter 
service unix:/var/run/clamav/clamav-milter.ctl: No such file or directory
----------------------------------------------------------------------

However this socket surely exists on my sistem.

----------------------------------------------------------------------
root@kusanagi[2796]# ls -l /var/run/clamav/clamav-milter.ctl
srw-rw-rw- 1 clamav clamav 0  1月 27 06:25 /var/run/clamav/clamav-milter.ctl=
----------------------------------------------------------------------

Then what is wrong? How can I fix this warning message?

Best Regards.

---
Yasuhiro KIMURA
_______________________________________________
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml

Reply via email to