[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spamd syslog



Thanks. I am able to connect to spamd using telnet, and I even got some
logging. I changed my rdr statement in pf.conf, which seems to have been
the problem even though the syntax was fine for other redirects.

Appreciate the help.

K. 

-----Original Message-----
From: owner-misc@openbsd.org [mailto:owner-misc@openbsd.org] On Behalf
Of Jim Razmus
Sent: Friday, August 01, 2003 1:46 PM
To: kmb
Cc: misc@openbsd.org
Subject: Re: Spamd syslog


* kmb <kmb@twogeeks.org> [030731 01:31]:
> Greetings,
> 	I recently installed OpenBSD 3.3 on a Pentium pro 200 with 64
megs 
> ram and dual Intel NICs for my home firewall. I'm using PF and really 
> like its great features, however, I can't seem to get spamd to log 
> anything into daemon or the spamdlog that I set up. Shouldn't spamd be

> logging to daemon by default?
> 	Everything else works fine (nat, port forwarding, acl). I've
seen the 
> spamd-setup cron job run and I've parsed some ips with "pfctl -t 
> spammers -vvTt x.x.x.x". I have also tried the following in 
> syslogd.conf...
> 
> !spamd
> *.warn              /var/log/spamdlog  
>  
> ...but still no logs.
> 	Any help appreciated.
> 
> K.
> 

Telnet to the port you have your spamd on and go through the SMTP
process.  Obviously this will take a bit of time.  ;-)  Then check your
logs for an entry.  You may not have any traffic getting routed to the
spamd process...

Jim