Troubleshooting Open Source Spam Filtering on GWIA
Novell Cool Solutions: Tip
By Rob Aronson
|
Digg This -
Slashdot This
Posted: 2 Jan 2007 |
Problem
Using an Opensource spam filter / virus scanner, we could not implement the "Unknown users rejection" feature. Also, messages with authorized recipients would be bounced.
Solution
GWIA was making black-list lookups, which slowed down the acceptance of vaild messages. The mail scanner would then treat all addresses as unauthorized. Turning off black-list lookups on gwia fixed the issue.
Example
Place the following directive in the /etc/sysconfig/postfix file to enable the function:POSTFIX_ADD_SMTPD_RECIPIENT_RESTRICTIONS=?reject_unverified_recipient?is placed
Environment
- Groupwise 7.01 runing on OES Linux.
- The mailscanner is maia mailguard, built on SLES 10, with amavisd, postfix, and spamassassin.
- The filter is built using the excellent instructions provided by Stephen Carter of U.K.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

