https://efa4/mailscanner/grey.php

Bugs in eFa 4
Post Reply
tesme33
Posts: 62
Joined: 22 Mar 2015 10:57
Location: Germany/Munich area

https://efa4/mailscanner/grey.php

Post 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
ItemsGmbH
Posts: 24
Joined: 20 Dec 2018 14:53

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

Post by ItemsGmbH »

Yes and no
For some senders, it only shows 3 digits
For other senders it show all 4 of it
kommunen
Posts: 11
Joined: 25 Apr 2014 09:47

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

Post 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.
Post Reply