Maybe it was a TLS/SSL connenction that couldn't be completed, if you 
don't have that enabled in postfix?
You can add logging for TLS connections by setting smtpd_tls_loglevel to 
be greater than 0 (the default) up to a max. of 4.
So, in the postfix main.cf file, you'd need to insert:

smtpd_tls_received_header = yes
smtpd_tls_loglevel = 1

At least by comparing the postfix and policyd logs, you can either 
establish or rule out if a secure connection was the cause.
There should be log entries containing "TLS" in the postfix logs once 
that's in place, if you're getting any secure conenction attempts.

--Tobias

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to