Dnia 26.11.2021 o godz. 14:33:07 James B. Byrne pisze: > In /usr/local/etc/postfix/postgrey_whitelist_clients.local we have dhs.gov: > > [root@mx31 ~]# grep dhs.gov > /usr/local/etc/postfix/postgrey_whitelist_clients.local > > dhs.gov > > The problem is that postgrey grey-listed this email: > > Nov 26 13:43:36 mx31 postgrey[27438]: action=greylist, reason=new, > client_name=mx0f-00376703.gpphosted.com, client_address=67.231.155.98, > [email protected], recipient=<[email protected]>
As far as I understand, postgrey_whitelist_clients file whitelists - as its name implies - connecting *client* addresses, not *sender* addresses (I use this file for example to whitelist some hosts/domains that don't retry properly when they get a 4xx reject - ie. don't retry from the same IP address - like for example smtp-out.amazonses.com or outbound.protection.outlook.com). The *client* address in your case is mx0f-00376703.gpphosted.com, so it is *not* from domain dhs.gov. So it was not whitelisted. As far as I know, there's no option to whitelist *sender* addresses in postgrey. -- Regards, Jaroslaw Rafa [email protected] -- "In a million years, when kids go to school, they're gonna know: once there was a Hushpuppy, and she lived with her daddy in the Bathtub."
