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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
