Whenever I use :

#smtp      inet  n       -       n       -       -       smtpd
smtp       inet  n       -       n       -       -       smtpd -o
content_filter=spam
spam       unix  -       n       n       -       -       pipe
user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f
${sender} ${recip
ient}

I get this

Feb 18 02:23:39 isis spamc[6931]: connect() to spamd at 127.0.0.1
failed, retrying (1/3): Connection refused
Feb 18 02:23:40 isis spamc[6931]: connect() to spamd at 127.0.0.1
failed, retrying (2/3): Connection refused
Feb 18 02:23:41 isis spamc[6931]: connect() to spamd at 127.0.0.1
failed, retrying (3/3): Connection refused

How can I fix it.  When I use smtp      inet  n       -       n      
-       -       smtpd everything works fine

Reply via email to