recipient address verification

Questions and answers about how to do stuff
Post Reply
Woger
Posts: 67
Joined: 15 Mar 2017 10:54

recipient address verification

Post 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
Woger
Posts: 67
Joined: 15 Mar 2017 10:54

Re: recipient address verification

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