2 msgDuplicate messages with always_bcc
14 msg[OT] Saving outgoing email Gmail style
3 msg451 error
10 msgPostfix 2.5 release candidate (and 2.6 snapshot...
2 msgpostfix errors when sending smtp auth via yahoo
4 msgDocumentation enhancement: Adjusting DB file pe...
11 msgI don't want Postfix to confirm users via telnet
3 msgQuestion on Earthlink and dnsbl.sorbs.net

Re: Enforced Outbound TLS (part deux)
\ Dennis Putnam (15 Jan 2008)
. \ Victor Duchovni (15 Jan 2008)
. . \ Dennis Putnam (15 Jan 2008)
. . . \ Victor Duchovni (15 Jan 2008)
. . . . \ Dennis Putnam (15 Jan 2008)
. . . . . \ Victor Duchovni (15 Jan 2008)
. . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . \ Victor Duchovni (15 Jan 2008)
. . . . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . . . \ (Wietse Venema) (15 Jan 2008)
. . . . . . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . . . . . \ Victor Duchovni (15 Jan 2008)
. . . . . . . . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . . . . . \ (Wietse Venema) (15 Jan 2008)
. . . . . . . . . \ Victor Duchovni (15 Jan 2008)
. . . . . . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . . . . . \ Victor Duchovni (15 Jan 2008)
. . . . . . . . . . . . \ Dennis Putnam (15 Jan 2008)
. . . . . . . . . . . . . \ Victor Duchovni (15 Jan 2008)
. . . . . . . . . . . . . . \ Dennis Putnam (16 Jan 2008)
. . . . . . . . . . . . . . . \ Victor Duchovni (16 Jan 2008)
. . . . . . . . . . . . . . . . \ Dennis Putnam (16 Jan 2008)
. . . . . . . . . . . . . . . . . \ Victor Duchovni (16 Jan 2008)
. . . . . . . . . . . . . . . . . . \ Mark Watts (16 Jan 2008)
. . . . . . . . . . . . . . . . . . . \ John Peach (16 Jan 2008)
. . . . . . . . . . . . . . . . . . . \ Victor Duchovni (16 Jan 2008)
. . . . . . . . . . . . . . . . . . . . \ Dennis Putnam (16 Jan 2008)
. . . . . . . . . . . . . . . . . . \ Dennis Putnam (16 Jan 2008)
. . . . . . . . . . . . . . . . . . . \ Mark Watts (16 Jan 2008)
. . . . . . . . . . . . . . . . . \ Brian Evans (16 Jan 2008)
. . . . . . . . . . . . . . . \ Noel Jones (16 Jan 2008)
. . . . . . . . . . . . . . . . \ Dennis Putnam (16 Jan 2008)
. . . . . . . . . . . . . . . . . \ Noel Jones (16 Jan 2008)
. . . . . . . . . . . . . \ (Wietse Venema) (15 Jan 2008)
. . . . . . . . . . . . . . \ Dennis Putnam (16 Jan 2008)

6 msgsmtpd_proxy_filter to unix: problem
4 msgAgain troubles with postfix and cyrus-sasl
3 msgExclude local host from smtpd_proxy_filter
4 msgtransport nexthop nexthop
3 msgTLS has been selected, but TLS support is not c...
2 msgWhich documentation to read for this..
4 msgExchange 2003 to Postfix maildir migration
7 msgvirtual_mailbox_base & LDAP
12 msgEnforced Outbound TLS
2 msgpostfix+maildrop error
10 msgOutgoing IP address
Subject:Re: Enforced Outbound TLS (part deux)
Group:Postfix-users
From:Noel Jones
Date:16 Jan 2008


 
Dennis Putnam wrote:
> ...Its my opinion that my
> Cisco may be messing up TLS in the other direction as well. Once I get
> that straightened out we'll verify it in both directions.

Apparently you need to remove "inspect estmp" from the cisco.

> anything anyone can tell me to specifically look for in the log, to
> verify incoming TLS sessions, would be appreciated.

in postfix main.cf:
smtpd_tls_loglevel = 1
run "postfix reload" if you make changes to main.cf

initiate a TLS session from localhost or elsewhere on the
local network - ie. don't go through the offending cisco.
# openssl s_client -connect localhost:25 -starttls smtp

Assuming that command works, verify postfix correctly logs
info about the successful TLS connection. Current postfix
versions will log something like:

Jan 16 10:52:52 mgate2 postfix/smtpd[10956]: setting up TLS
connection from localhost.example.com[127.0.0.1]

Jan 16 10:52:52 mgate2 postfix/smtpd[10956]: Anonymous TLS
connection established from localhost.example.com[127.0.0.1]:
TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)

Yours will be a little different, but hopefully recognizable.
Now that you know what to look for, see if postfix says
anyone else uses a TLS connection... (Unlikely given your
current cisco setup, unless you are accepting "wrappermode"
connections on some port other than 25 - see your master.cf).


--
Noel Jones



© 2004-2008 readlist.com