著者: Marc Sherman 日付: To: exim-users 題目: Re: [exim] SMTPS problem
Marc Haber wrote: >
> |SMTPLISTENEROPTIONS='-oX 465:25 -oP /var/run/exim4/exim.pid'
>
> will probably do what you want. It starts a daemon that will listen on
> ports 465 _and_ 25.
That won't work with the old Exim the OP is running; it doesn't support
tls_on_connect_ports in config, so he needs to run seperate exim daemons
listening on 465 and 25, passing -tls_on_connect only to the 465 one.