Συντάκτης: Jasen Betts Ημερομηνία: Προς: exim-users Αντικείμενο: Re: [exim] Routing through a local SSH tunnel
On 2014-06-26, Norman Walsh <ndw@???> wrote: > --===============4291601289196610777== > mployer defer (-1): remote host address is the local host > Can I make this work somehow?
sure, add this to the the transport.
allow_localhost=yes
normally transporting to localhost is a big mistake, thus it must be
explicitly enabled,