Re: Help routing messages with spamd

2006-02-18 Thread Theo Van Dinter
On Sat, Feb 18, 2006 at 02:33:19AM -0500, Erwin Zavala wrote:
> spam   unix  -   n   n   -   -   pipe
> user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f
> ${sender} ${recip
> ient}
> 
> Feb 18 02:23:39 isis spamc[6931]: connect() to spamd at 127.0.0.1
> failed, retrying (1/3): Connection refused

Are you running spamd?

-- 
Randomly Generated Tagline:
And don't start a sentence with a conjunction.


pgpWiazrQ2xLg.pgp
Description: PGP signature


Help routing messages with spamd

2006-02-17 Thread Erwin Zavala
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