Page 1 of 1

Greylisting Whitelist

Posted: 24 Feb 2020 17:51
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.

Re: Greylisting Whitelist

Posted: 22 Apr 2020 19:03
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