Re: [Exim] Port 587

Pàgina inicial
Delete this message
Reply to this message
Autor: Andreas Metzler
Data:  
A: exim-users
Assumpte: Re: [Exim] Port 587
On Mon, Apr 26, 2004 at 08:56:37AM -0600, Craig Kelley wrote:
[...]
> Now for another wrench that we ran into... Is there a way to get Exim
> to do traditional SSL on 587? We don't want to send auth data in
> cleartext, and the major email clients can't do TLS except on port 25.
> I've used Thunderbird with TLS on non-25 ports -- but Outlook and Apple
> Mail seem to use this algorithm:
>
> If (ssl && port 25)
>     TLS
> Else If (ssl)
>     Raw SSL
> Else
>     SSL Disabled


Yes, of course. ;-) Run an additional daemon with
exim -tls-on-connect -oX 587 -bd
                   cu andreas