Autor: Hr. Daniel Mikkelsen Fecha: A: Scott Dexter Cc: Exim-Users Asunto: Re: [Exim] TLS and Auth
On 31 Jul 2003, Scott Dexter wrote:
> > Are you sure you included the "-oX 465", which binds that instance of exim to
> > port 465 (the "standard" "smtps" port)? > Do you run these in a specific order and is the 465 port references in
> your /etc/exim/configure file? If I am already running exim, it tries
> to grab port 25 and complains (and doesn't answer on 465) and if it
> isn't running already, it grabs 25 anyway. Very odd
I first do:
exim -bd -q30m
And then:
exim -bd -oX 465 -tls-on-connect
I get no warnings of ports having been grabbed or instances running. Are we
both running version 4.20?