On Tue, Sep 08, 2009 at 11:37:56AM -0400, Gerard wrote: > I have 'tls' working fine, except for on site. While the mail is still > sent correctly, I am wondering why I have this warning message in the > logs:
There is no warning message. > > Sep 8 11:27:02 scorpio postfix/smtp[88433]: SSL_connect:before/connect > initialization You log level is too high. > Sep 8 11:27:06 scorpio postfix/smtp[88433]: Untrusted TLS connection > established to smtp.cesmail.net[64.88.168.93]:25: TLSv1 with cipher > ADH-AES256-SHA (256/256 bits) This is not a warning. The connection is using an anonymous cipher, so there is no peer certificate, and hence the session is "untrusted". > This is the only site that produces the "Untrusted" warning. Postfix marks all "warning" messages with "warning: ". This is not a warning. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.