Ralf Hildebrandt: [ Charset UTF-8 unsupported, converting... ] > * Viktor Dukhovni <postfix-users@postfix.org>: > > > Does this happen consistently, or intermittently? > > consistently > > > Can you reproduce this with: > > > > openssl s_client \ > > -cipher $(postconf -xh tls_export_cipher_list) \ > > -sslv2 \ > > -starttls smtp -connect mail.vex.net:25 > > # openssl s_client \ > -cipher $(postconf -xh tls_export_cipher_list) \ > -sslv2 \ > -starttls smtp -connect mail.vex.net:25 > postconf: warning: tls_export_cipher_list: unknown parameter
Use tls_export_cipherlist, not tls_export_cipher_list Wietse