Laura Steynes via Postfix-users: > if I telnet mailserver 587 with milter-regex in debug mode from localhost, > I see the connection, however, when running from internet,I > don't,milter-regex is ignored and it hits the rbls where it should have > been caught, have I got something out of order here, am I doubling up and > one is cancelling the other, or does client submission actually take > overall precedence?
Please turn on Postfix debug logging with one -v option in master.cf submission inet .... smtpd -v -o name=value... -o name=value... -o name=value... Run "postfix reload", and watch the Postfix SMTP daemon talking to the milters. Then, you should see similar logging when you telnet to port 587 on the public IP address from the machine itself as from a remote system. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org