Today I was looking for something else and happened to click on Greylisting in the Admin console. Lo and behold, Greylisting is enabled. I thought, cool, it's working so transparently, I didn't even know it was on. But then I got to thinking, that can't be.
I searched over a year's worth of logs, and there' s not a single instance of "SENT: 451" in any of them. (I always have SMTP logging on.) I fired up MSSQL and issued
Code: Select all
select count(*) from hm_greylisting_triplets;
Greylisting settings are:
Code: Select all
Minutes to defer delivery attempts: 4
Days before removing unused records: 2
Days before removing used records: 65
The greylist's whitelist appears to be the default config; there's not like a universal wildcard entry that would bypass everything.
I've checked the IP ranges, and they have the Anti-Spam check box checked.
Is there some other setting somewhere that overrides greylisting?