I setup a mailserver using the lastest toaster and it works pretty well but it always uses DES-CBC3-SHA encrypted SMTP when communicating with other toaster built mailservers. How can I turn off 'encrypted SMTP' since we don't need the encryption in this application.
If you just want to disable it in qmail-remote, then add:
#undef TLS
at the top of qmail-remote.c and recompile. Same goes for qmail-smtpd.c if you want to turn it off for incoming smtp connections.
Regards,
Bill Shupp