Whitelisting an AddressThe line in your /etc/mail/spamassassin/local.cf is supposed to read:
whitelist_from me@address.com
You'll then need to run spamassassin --lint and restart qmail for the changes to take effect. If you add the line to your tcp.smtp you can accept anything from the
server without checking it:
66.251.213.6:allow,RELAYCLIENT="",RBLSMTPD=""
That should stop the server at address 66.251.213.6 from being run
through the blacklists if that's where it's getting bounced, and you can
then either whitelist it in spamassasin (above) or disable checks for it
in simscan (http://wiki.qmailtoaster.com/index.php/Simscan)
Don't forget to restart QMail. (Courtesy Jake Vickers)
Content Copyright © 2003-2012 George Toft
|