[BACK]Return to pf.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/pf.conf between version 1.46 and 1.47

version 1.46, 2009/09/01 14:45:32 version 1.47, 2009/09/07 09:48:38
Line 19 
Line 19 
 # rules for spamd(8)  # rules for spamd(8)
 #table <spamd-white> persist  #table <spamd-white> persist
 #table <nospamd> persist file "/etc/mail/nospamd"  #table <nospamd> persist file "/etc/mail/nospamd"
 #pass on egress proto tcp from any to any port smtp rdr-to 127.0.0.1 port spamd  #pass in on egress proto tcp from any to any port smtp \
 #pass on egress proto tcp from <nospamd> to any port smtp  #       rdr-to 127.0.0.1 port spamd
 #pass on egress proto tcp from <spamd-white> to any port smtp  #pass in on egress proto tcp from <nospamd> to any port smtp
   #pass in on egress proto tcp from <spamd-white> to any port smtp
   
   
 #block in quick from urpf-failed to any # use with care  #block in quick from urpf-failed to any # use with care

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47