Page 1 of 1

SQLGREY problem

Posted: 22 Dec 2015 11:13
by nicola.piazzi
I use EFA as a box between internet and Exchange so i have
reject_unverified_recipients into smtpd_recipient_restrictions so it checks in Exchange before accepting our email
In this way Echange doesnt make NDR

Now I enabled SQLGREY from EFA panel and I found that reject_unverified_recipients was removed from smtpd_recipient_restrictions substituting by check_policy_service inet:127.0.0.1:2501

If i try to manually add reject_unverified_recipients when i try to send me email in rcpt to: i get an error 451 4.3.5 server configuration error

It is not possible to have email verification and sqlgrey together ?
:(

Re: SQLGREY problem

Posted: 23 Dec 2015 13:55
by shawniverson
Can you share a snippet of your config?

[SOLVED] Re: SQLGREY problem

Posted: 23 Dec 2015 14:38
by nicola.piazzi
It was my problem, the word is reject_unverified_recipient and not reject_unverified_recipients !

A notice, when you change GRAYLIST ON/OFF using configuration panel the script put a predefined string into configuration and reject_unverified_recipient is lost if someone added it

reject_unverified_recipient is a necessary word when EFA is used between internet and internal Exchange because it doesnt generate NDR

Re: SQLGREY problem

Posted: 24 Dec 2015 11:06
by shawniverson