Re: [Exim] local_domains not recognised

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Dave Raven
CC: exim-users
Assumpte: Re: [Exim] local_domains not recognised
Dave Raven wrote:
> Thanks for the reply; but this is one of the reasons why I
> say that I'm worried about this.
>
> exim -bd -d9 -C myconfig
>
> shows that it binds to the port etc; and the log shows the
> same.
> (
> [...]
> daemon running with uid=26 gid=6 euid=26 egid=6
> listening on port 25...
> )
>
> however; when I    echo "test" |mail postmaster@???
> I see NOTHING whatsoever in the -d9 window. Absolutely nothing.
> In the log though, I see this:


You started a daemon in daebug-mode, thats-fine, BUT.
echo "test" |mail postmaster@???
will start a new independent exim-process to deliver the mail.

start with exim -d9 -oMr scanned-ok postmaster@???

The -oMr scanned-ok part will (most probably) skip your amavis-director,
so the mail goes through your other directors without scanning. Without
this option, the debuglog will stop after running amavis.

ciao

--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##