[stunnel-users] How use certificates with stunnel -- Newbie question

mtrojnar at mirt mtrojnar at mirt
Fri Nov 26 09:32:58 CET 2004


Shatadal wrote:

I guess there's a client=yes here.

> # IMAP service, listens on localhost:1200
> [myisp-imaps]
> accept=localhost:1200
> connect=myisp.com:993

Ok.  IMAPS port is 993.

> # SMTP service, listens on localhost:260
> [myisp-smtps]
> accept=localhost:260
> connect=myisp.com:25

You either need to switch from SMTP to SSMTP:

[myisp-ssmtp]
accept=localhost:260
connect=myisp.com:465

or enable SMTP SSL protocol negotiation:

[myisp-smtp-ssl]
accept=localhost:260
connect=myisp.com:25
protocol=smtp

(whatever is supported by your ISP)

Best regards,
    Mike




More information about the stunnel-users mailing list