This is a discussion on Re: [stunnel-users] s_poll_wait timeout errors within the Stunnel Users forums, part of the Networking and Network Related category; James Brown wrote: > [ssmtp] > client = yes > accept = 465 > connect = 25 I'm afraid configuring SSL client ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
James Brown wrote:
> [ssmtp] > client = yes > accept = 465 > connect = 25 I'm afraid configuring SSL client to encrypt your loopback interface is not very useful. 8-) I guess what you want to do is to setup SSL *server* on a separate port. To do this add the following to your master.cf file: smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Best regards, Mike _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users |