recipient address verification
Posted: 19 Mar 2017 10:56
Just to be sure, enabling recipient address verification should be:
add: "reject_unverified_recipient" to the "smtpd_recipient_restrictions =" string
and add:
unverified_recipient_reject_reason = Address lookup failure (not really neccesary)
to main.cf
That's should be all.
However, it's not working.
When I search for a verify daemon with "ps auxw | grep verify" it doesn't find anything, but netstat shows a verify listening
The logs also show no recipient check. Does the "ps auxw | grep verify" have to show a verify daemon? (My old server does)
Thanks,
Roger
add: "reject_unverified_recipient" to the "smtpd_recipient_restrictions =" string
and add:
unverified_recipient_reject_reason = Address lookup failure (not really neccesary)
to main.cf
That's should be all.
However, it's not working.
When I search for a verify daemon with "ps auxw | grep verify" it doesn't find anything, but netstat shows a verify listening
The logs also show no recipient check. Does the "ps auxw | grep verify" have to show a verify daemon? (My old server does)
Thanks,
Roger