Re: [exim] unknown user problem with virtual users

Pàgina inicial
Delete this message
Reply to this message
Autor: Ian FREISLICH
Data:  
A: Shea Martin
CC: exim-users
Assumpte: Re: [exim] unknown user problem with virtual users
Shea Martin wrote:
> On Sunday 06 November 2005 4:13 pm, Jeremy Harris wrote:
> >
> > Run it in debug mode with +lookup.
> >
> > - Jeremy
>
> Pardon my ignorance, but do you mean restart the exim/sendmail daemon with
> +lookup command line option? Or is +lookup something I specify in the
> configure file?


He means run exim in debug mode specifically debugging lookups:

exim -d+lookup <your other options>

And then attempt a delivery and read the debug output for some clues
as to why it's going wrong. I would also be tempted to have a look
at debugging expansions (+expand) in either that session or in
another session.

You could probably just do this in address verification mode so you
don't actually have to perform a delivery.

exim -d+lookup -v -bv john@???

See the '-d' option in the exim manual, section 5.3 (Command line options).

Ian

--
Ian Freislich