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. - Marc -- ## 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/
