Page 1 of 1

Enable AWL module? Auto whitelist for greylisting

Posted: 19 Sep 2016 19:54
by dreniarb
I am following up on this particular topic here:

viewtopic.php?t=1315#p4746

The AWL module is mentioned but I can't find any info on it. I would love to auto whitelist addresses that we send emails to. Can someone help me get this setup?

Thanks

Re: Enable AWL module? Auto whitelist for greylisting

Posted: 19 Sep 2016 21:39
by shawniverson
I would recommend using TXREP instead, AWLs successor.

To enable TXREP

/etc/MailScanner/spamassassin.conf

Code: Select all

use_txrep                       1
and restart MailScanner

Code: Select all

sudo service MailScanner restart

Re: Enable AWL module? Auto whitelist for greylisting

Posted: 20 Sep 2016 17:30
by dreniarb
Thanks. I will give that a shot!