Bruno Negrao wrote:

Last thing: how to force qmail-remote to speak over SSL to other SMTP
servers?  And how to make other SMTP servers over SSL inbound to the
qmail box?  Isn't there a patch somewhere for this?  So many qmail
patches all over the place. :)

qmail-ldap implements encryption support to qmail-smtpd and qmail-remote using TLS.

You have to compile qmail-ldap with -DTLS_REMOTE (for qmail-remote) and -DTLS_SMTPD (for qmail-smtpd) options enabled in your Makefile.

qmail-remote will STARTTLS if the remote server EHLO command tells TLS is supported.

I never tested it, but it's what the current documentation says.

Yes It works, for that you have to specify STARTTLS or TLSREQUIRED
in smtp.cdb file for  qmail-smtpd. For qmail-remote to use TLS you have to
specify certificate file path in control/remotecert, it will work even if its not there.

But for that, you should have the options enabled as told by bruno.

Here, this might help you..
http://www.proscrutiny.com/howtos/qmail-ldap.html

Regards,

--
Sameer N. Ingole
/*****************************************************/
Better to light one candle than to curse the darkness.
/*****************************************************/

Reply via email to