> > I have a file that contains a list of all the IP's that have > > successfully POP3'ed there email within last 15 minutes. Its used for > > POPB4SMTP. Naturally the IP's in the file are constantly changing. > > > > /etc/virtual/pophosts > > > > Is there anyway to setup Spamassassin to whitelist all IP's in that > > file? Right now I have it setup in Exim to just not scan messages > > from those IP's but I think it would be better to scan and whitelist > > them that way bayes would have more good messages to learn from. Or > > will it help bayes any? If not I'll just leave it the way it is. > > try plugin for checking pop-before-smtp database: > http://wiki.apache.org/spamassassin/POPAuthPlugin > > However that will only work on your system. Generally I'd advise you/your > clients to use standard SMTP authentication
This seemed like a great solution but naturally did not work. My popb4smtp database is just a flat file that contains IP addresses. POPAuthPlugin wants a "access.db style hash file" which I do not have. Any fix for that? Matt