On Tuesday, June 26, 2012 11:04:16 AM Daniel L. Miller wrote: > After a recent Ubuntu server upgrade, the packaged versions of Postfix - > using Ubuntu's "Precise" version, as well as the "security", "updates", > and "backports" repositories - Postfix's TLS is broken with the known > SSL version issue: > > warning: TLS library problem: 4425:error:1408F10B:SSL > routines:SSL3_GET_RECORD:wrong version number:s3_pkt.c:340: > > I've tried a couple different main.cf settings, including: > smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3 > > but the only option that has given me temporary functionality is: > smtpd_tls_security_level=none > > Is there a way I can restore TLS functionality via configuration? Or is > an updated Postfix, possibly a self-compiled version, my only option?
I have it on my TODO list to do the testing to get the package updated to 2.9.3 on Ubuntu 12.04, but haven't gotten to it yet. Since you're interested, I went ahead and uploaded the package for test to my PPA at https://launchpad.net/~kitterman/+archive/ppa - It won't be compiled there yet since I just uploaded it, but it should be available later today or tomorrow. Scott K