Main
index

Clients
Overview
pf.conf configuration
bgpd.conf configuration
spamd.conf configuration

Spamd-source Server
Coming soon

Route Server
Overview
bgpd.conf configuration
pf.conf configuration

Announce mailing list
Papers
Hosting is generously provided by Sonic.net

 

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


© 2013-2017 Peter Hessler