On Mon, Nov 13, 2006 at 09:01:55PM -0500, Chad M Stewart wrote:
> I'm missing something, but I can't figure out what.  Below is the  
> contents of the spamd.conf file, nothing but a simple whitelist.  A  
> connection from 10.37.129.2 gets directed to spamd, but the IP should  
> have been put into spamd-white by spamd-setup, at least that was what  
> I expected but clearly that did not happen.  Hopefully someone can  
> point me to where I've gone wrong.

My understanding about spamd-setup and spamd.conf is that whitelists are
removed from blacklists defined in spamd.conf. That is to say, before
spamd-setup puts black entries in table <spamd> it removes anything
defined in whitelists. This is NOT the same thing as whitelisting into
table <spamd-white>!

I also use a whitelist as you intend. In my pf.conf I have...

table <mywhite> persist file "/etc/mail/whitelist.txt"

no rdr inet proto tcp from <mywhite> to any port smtp # before rdrs

-- 
Darrin Chandler            |  Phoenix BSD Users Group
[EMAIL PROTECTED]   |  http://bsd.phoenix.az.us/
http://www.stilyagin.com/  |

Reply via email to