1

Topic: Allow Domains in Spam assassin

==== Provide required information to help troubleshoot and get quick answer ====
- iRedMail version: iRedMail-0.8.0
- Linux/BSD distribution name and version: CentOS 5.7
- Any related log? Log is helpful for troubleshooting.
====

Hi,

After testing the iRedMail for our E-mail communication, I am planning to configure it for our production usage. But before I do it I would like to know one thing that how can I allow some E-mail Domains in Spam assassin so that it allows E-mails from them automatically and does not reject it?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Allow Domains in Spam assassin

SpamAssassin is used for content-based spam scanning, you can add domain names in /etc/mail/spamassassin/local.cf like below:

whitelist_from *@your_domain.com

But i think what you exactly want is add them in Policyd whitelist, because it performs before-queue checking, but SpamAssassin is after-queue scanning. Policyd probably rejects some emails directly, but SpamAssassin just tags it as SPAM, not discards them.

Reference: http://policyd.sourceforge.net/readme.html

You can manage Policyd whitelist with iRedAdmin-Pro, official iRedMail admin panel, if you purchased and installed it. Screenshot attached for your reference:

http://www.iredmail.org/images/iredadmin/system_whitelist_add.png