On Wed, May 22, 2013 at 03:57:49PM +0200, Marko Weber | ZBF wrote: > I find error entries like these in my logs: > > postfix/smtp[16790]: warning: TLS library problem: > 16790:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version > number:s3_pkt.c:340: > > does that mean openssl or something is broken on my machine?
No, unless this happens for a large fraction of TLS connections. Most errors of this form are bugs in the peer SSL stack or problems induced by in-flight data corruption (perhaps mangled by a buggy firewall). Make sure your library is patched to the latest update. -- Viktor.