I add this problem in issues list
http://devlabs.linuxassist.net/issues/88 but maybe here is better
place for discuss problem.

I use 2.0.10 version and have created the rule:

INSERT INTO `greylisting` (`ID`, `PolicyID`, `Name`, `UseGreylisting`,
`GreylistPeriod`, `Track`, `GreylistAuthValidity`,
`GreylistUnAuthValidity`, `UseAutoWhitelist`, `AutoWhitelistPeriod`,
`AutoWhitelistCount`, `AutoWhitelistPercentage`, `UseAutoBlacklist`,
`AutoBlacklistPeriod`, `AutoBlacklistCount`,
`AutoBlacklistPercentage`, `Comment`, `Disabled`) VALUES
(1, 3, 'greylist_inbound', 1, 55, 'SenderIP:/32', 7776000, 259200, 1,
604800, 100, 90, 1, 604800, 50, 100, '', 0);

After some time I see some records in greylisting_autoblacklist table,
but whitelist is empty.
But in greylisting_tracking table I see candidates, for example:

SELECT SUM(Tries), SUM(Count)  FROM `greylisting_tracking` WHERE
`TrackKey` LIKE 'SenderIP:77.88.34.8/32'
GROUP BY TrackKey

Result is:

SUM(Tries): 1
SUM(Count): 1260

So, this is mean that this sender IP sends successfully 1260 messages
with 1 greylist check, so this is better that 90%, setted in
AutoWhitelistPercentage.
Why policyd didn't add it into whitelist? Maybe something wrong in
rule settings?

-- 
С уважением,
Алексей Murz Корепов.
Email, jabber: [email protected]
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to