Re: [exim] SMTPS problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Feifei Jia
Data:  
A: exim-users@exim.org
Assumpte: Re: [exim] SMTPS problem
Marc Haber <mh+exim-users@???> wrote:
>Gee, thanks for sending this in private as a separate message, forcing
>me to reply a second time.
>
>The issue you are experiencing just shows that you didn't read the
>docs about how a pidfile is generated.
>
>|    When -oX is used on the command line to start a listening daemon, the
>|    process id is not written to the normal pid file path. However, -oP
>can be
>|    used to specify a path on the command line if a pid file is required.

>
>Hence,
>
>|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.
>
>Greetings
>Marc
>

I'm really sorry :)

I modified the /etc/default/exim4 file like this:

QUEUERUNNER='separate'
SMTPLISTENEROPTIONS='-oX '0.0.0.0.465' -tls-on-connect -oP
/var/run/exim4/exim.pid'

It seems working fine now.

Thanks a lot.