Page 1 of 1

https://efa4/mailscanner/grey.php

Posted: 09 Dec 2019 18:48
by tesme33
Hi
the webinterface shows only 3 digits for the greylisted IP numbers. (Waiting (greylist))

Code: Select all

 	Sender name 	Sender domain 	IP address 	Recipient 	Seen at
how.stuck 	nokia.com 	40.107.15  	con@domain.de 2019-12-09 10:36:11
how.stuck 	nokia.com 	40.107.8  	willy@domain.de 	2019-12-09 11:09:51
Which means you cannot whitelist them in case of multiple entries.

Code: Select all

Error in the query: Duplicate entry '40.107.15-nokia.com-how.stuck' for key 'PRIMARY'
Can anybody confirm ?

Thx

Re: https://efa4/mailscanner/grey.php

Posted: 16 Dec 2019 11:01
by ItemsGmbH
Yes and no
For some senders, it only shows 3 digits
For other senders it show all 4 of it

Re: https://efa4/mailscanner/grey.php

Posted: 16 Dec 2019 14:58
by kommunen
It seems to be caused by the default "greymethod = smart" in /etc/sqlgrey/sqlgrey.conf.
"smart" greylists by class C network if there is a reverse lookup for the IP address.

Try setting "greymethod = full" and do a "systemctl restart sqlgrey" and see if all digits start showing up.