Re: [exim] Authentication on port 587 and 25

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Graeme Fowler
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Authentication on port 587 and 25
On Wed, 2010-06-23 at 14:53 -0700, Rick Boucher wrote:
> Yes I do. How might I write that command to allow an authenicator over port 587?


By changing the logic to test for the port the connection has been
received on, or combining it (best practice) to ensure that the
connection came in on port 587 *and* used TLS.

You'll be needing the $received_port expansion item.

Graeme