Marc Haber <[EMAIL PROTECTED]> 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. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
