Amavis-new whitelist
Posted
by pigeon
on Server Fault
See other posts from Server Fault
or by pigeon
Published on 2010-06-15T08:15:30Z
Indexed on
2010/06/15
8:23 UTC
Read the original article
Hit count: 578
amavisd-new
|whitelist
Hi to the Linux community. I'm coming from a Windows Server background so have mercy.
I'm attempting to whitelist some domains and although I know this isn't the best way of doing so its just a one off for a couple of domains so I thought it would be the quickest way of doing so. Current setup:
Amavis is used to pass emails off the ClamAV and SpamAssasin, currently I make changes in /etc/amavis/conf.d/50-user, as this will overide other settings.
Have created a whitelist file that looks like this:
.domaintowhitelist.com
.domain2towhitelist.com
In the 50-user config file:
Have tried variants like this:
read_hash(\%whitelist_sender, '/etc/amavis/whitelist');
read_hash(\%virus_lovers, '/etc/amavis/whitelist');
And restarting amavis after making those changes. Am I going about this the wrong way? Any help is appreciated.
© Server Fault or respective owner