Re: [Exim] URGENT: closing relaying

Top Page
Delete this message
Reply to this message
Author: Dave C.
Date:  
To: hanasaki
CC: exim-users
Subject: Re: [Exim] URGENT: closing relaying
Did you restart (or send it HUP) exim after changing the config?

Something like

killall -HUP exim

would work..

On Fri, 20 Jul 2001, hanasaki wrote:

> should the following keep users from doing the following? If not....
> what am I missing?
>
> exim.conf v3.22
> ==========
> local_domains = mydomain.com
> #local_domains_include_host = true
> local_domains_include_host_literals = true
>
> #relay_domains =
> relay_domains_include_local_mx = false
> headers_check_syntax
>
> host_auth_accept_relay = localhost
> host_accept_relay = localhost
>
>
> script
> ==========
> telnet mailsserver 25
> helo blah
> mail from:<spam@spam>
> "RCPT TO:<a@???>
> DATA
> Subject: sub
> info for you
> .
> QUIT
>
>
>


--