Greylisting Whitelist

Questions and answers about how to do stuff
Post Reply
jamerson
Posts: 164
Joined: 19 Aug 2017 18:57
Location: kaaskop

Greylisting Whitelist

Post by jamerson »

Dear All,

Lately been having issues with Grey listing, when customers email us from Office 365 takes ages untill its arrives.
So we decieded to start using Grey listing white listing.

let start

Step 1.

let create a file called clients_fqdn_whitelist.local on the sqlgrey listing

Code: Select all

/etc/sqlgrey/clients_fqdn_whitelist.local
Step 2

let add the domains that will not be added to the sqlgrey listing scan

Code: Select all

Domain.com
domain.net
jamesbond.com
Step 3

run sudo update_sqlgrey_config after add the domains to the list

Code: Select all

sudo update_sqlgrey_config
Step 4

this is very important step to get the sql database check the domains. you have to restart the sqlgrey

Code: Select all

sudo systemctl restart sqlgrey
to add domains in the future, just add the doam and follow steps 2 till 4.

if you have any questions let us know.
Version eFa 4.0.0 RC1 now available in testing repo. Come join us in advancing eFa!
mattch
Posts: 44
Joined: 28 Mar 2018 22:26

Re: Greylisting Whitelist

Post by mattch »

Im having same issue and find this. It appears whitelist protection.outlook.com instead of customer domains.

viewtopic.php?f=5&t=3685
Post Reply