SSL on submission port: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(Created page with "===SSL on Submission port=== Just trying some things out here I noticed that Outlook Express and qmail-toaster in ssl/require auth mode are not very compatible. 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...")
 
(No difference)

Latest revision as of 10:17, 16 March 2024

SSL on Submission port

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

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!