Page 1 of 1

recipient address verification

Posted: 19 Mar 2017 10:56
by Woger
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

Re: recipient address verification

Posted: 19 Mar 2017 14:58
by Woger
Never mind,
There was something wrong with my installation. I cleared the server and used the VMDK copy and now everything works as expected. I have recipient verification and extra DNSBL's running. :dance: