Main index
Clients
Spamd-source Server
Route Server
Announce mailing list |
Sample pf.conf client-side configuration
pf.conf
set limit table-entries 400000 # Full list is 200k entries as of March 1 table <bgp-spamd-bypass> persist # rules for spamd(8) #table <spamd-white> persist #table <nospamd> persist file "/etc/mail/nospamd" #pass in 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 <nospamd> to any port smtp #pass in log on egress proto tcp from <spamd-white> to any port smtp # Add in the same area as existing spamd configuration # This is updated by the rule in bgpd.conf pass in log quick on egress proto tcp from <bgp-spamd-bypass> to any port smtp #pass out log on egress proto tcp to any port smtp |
|
|