Re: [Exim] SMTP

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nigel Metheringham
Fecha:  
A: exim-users
Asunto: Re: [Exim] SMTP
On Fri, 2004-07-02 at 08:01, Edward St Pierre wrote:
> You do not need to even run a second daemon to listen on another port:
>
> You can do:
>
> daemon_smtp_ports = smtp : 465
>
> within the main config section.


As written this is true, but misleading.

The config above will work, however it will cause exim to expect
standard SMTP on both ports, whereas 465 as the ssmtp port would
normally have SMTP over SSL (initial connection made as SSL not clear).

For exim to handle ssmtp it must be started with -tls-on-connect on the
command line and only handle SSL connections. This is why 2 daemons are
used for sites which wish ssmtp as an option.

    Nigel.
--
[ Nigel Metheringham           Nigel.Metheringham@??? ]
[ - Comments in this message are my own and not ITO opinion/policy - ]