On Thu, 15 Nov 2018, Michael Christopher Robinson wrote:
I'm wondering if Address Verification is safe to deploy in production and if not what to do instead?
If you're running postfix you can set up /etc/postfix/badaddr and ../badip. The first has domain names, the second has IP addresses. The UCE portion of main.cf is then configured to check these files. You can also create a new directory, /etc/postfix/cidr and add files there which have IP address blocks in cidr format which list address ranges you want postfix to reject. These all work excellently. And, you can run pflogsumm to mail you a daily log of smtp and smtpd activities from postfix. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
