Re: [Exim] localhost relaying w/out authentication

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Tim Jackson
CC: exim-users, Chris Hudson
Asunto: Re: [Exim] localhost relaying w/out authentication
On Tue, 2004-03-02 at 17:59 +0000, Tim Jackson wrote:
> How do you allow relaying from localhost without authentication?
>
> This is already possible with a default configuration of Exim.


> accept hosts = :


That's just for 'exim -bs', not 'nc localhost 25'

To also accept everything submitted by SMTP from localhost, you'd want
something like:

accept hosts = localhost :
or
accept hosts = <; 127.0.0.1 ; ::1 ;

Btw Tim you seem to have dropped the person who asked the question from
the recipients, which isn't very helpful.


--
dwmw2