Re: DNSBL with mail proxy

2016-03-31 Thread Pat Suwalski
x configuration as quoted below. Then, in the postfix configuration, enable xclient for the proxy's IP: smtpd_authorized_xclient_hosts = 1.2.3.4 (It can be turned on globally, but I like being specific). This seemed to work immediately with the DNSBL/rbl rules already in postfix. --Pat On 201

DNSBL with mail proxy

2016-03-30 Thread Pat Suwalski
Hello, I started using nginx as a proxy for incoming mail, for DDoS protection and hiding of origin. I have it set up as follows: mail { server_name foo.bar.com; auth_http localhost:8080/auth-smtppass.php; server { listen 25; protocol s