On Thu, 22 Dec 2005, Moritz Grimm wrote:
rdr pass on $EXT_IF inet proto tcp from <spamd-mywhite> to any port 25 -> 127.0.0.1 port smtp <== add this line rdr pass on $EXT_IF inet proto tcp from <spamd> to any port 25 -> 127.0.0.1 port 8025 rdr pass on $EXT_IF inet proto tcp from !<spamd-white> to any port smtp -> 127.0.0.1 port 8025
Instead, I suggest to use a ``no rdr'' line after rdr'ing those in the blacklists to spamd.Actually, yes, because it makes your filter rulesets easier to parse visually, but you want the "no rdr" *first*. This is the configuration that we are using.
From pf.conf(8):
-- Signing off,