Just trying some things out here I noticed that Outlook Express and
qmail-toaster in ssl/require auth mode are not very compatible.

OE hasn't been updated to understand TLS. It only knows SSL.

All of the rest of the clients know TLS and SSL and will work properly
with the submission port. As noted on the list, SMTP-SSL is
deprecated, and that's whats required for OE.

Have not figured out what exactly goes wrong, but it seems OE never gets to
auth itself.
Debugging SSL encrypted sessions is a bit dificult ....
It does work with the Mail program from Vista.

Looking for ways to solve this, since using SSL on the submission port is
pretty much required for security reasons I did find a way.
You have to use sslserver from ucspi-ssl
(http://www.superscript.com/ucspi-ssl/intro.html) .
Change the smtp-submission run script by adding
export CERTFILE="/var/qmail/control/servercert.pem"
export KEYFILE=""
export DHFILE=""

and change tcpserver in sslserver

At least that works here :)
If anyone has a rpmish version of ucspi-ssl or a simular program please
report!

Jean-Paul

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to