--- netqmail-1.05-orig/qmail-smtpd.c Fri Apr 6 18:08:05 2007 +++ netqmail-1.05/qmail-smtpd.c Sat Apr 7 09:04:21 2007 @@ -1173,7 +1173,7 @@ ciphers = env_get("TLSCIPHERS"); if (!ciphers) { - if (control_readfile(&saciphers, "control/tlsserverciphers") == -1) + if (control_readfile(&saciphers, "control/tlsserverciphers", 0) == -1) { SSL_free(myssl); die_control(); } if (saciphers.len) { /* convert all '\0's except the last one to ':' */ int i;