Hi, Greg!

>    Are you doing bridging with this box?  If so, do you have any 
> "scrub" rules in your pf.conf?  The reason that I ask is that a 

Yes, this machine is running spamd in greylisting mode. But, I have no
scrub rules in my pf.conf. This is my ruleset:

ext_if="xl0"
int_if="xl1"

table <spamd> persist
table <spamd-white> persist

rdr on $ext_if inet proto tcp from <spamd> to any port smtp tag spam -> \
    127.0.0.1 port spamd
rdr on $ext_if proto tcp from !<spamd-white> to port smtp -> \
    127.0.0.1 port spamd

pass in quick log on $ext_if route-to lo0 \
    inet proto tcp from <spamd> to any port spamd tagged spam keep state

pass in log on $ext_if route-to lo0 \
    inet proto tcp from !<spamd-white> to any port spamd keep state

Thanks for your help.

Regards,

Jose




-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/

Reply via email to