On 12/11/06, Bill Moseley <[EMAIL PROTECTED]> wrote:
> On Sun, Nov 12, 2006 at 11:15:34PM +0000, Peter Bowyer wrote:
> > 2 thngs to do: take no_verify off that router, and then arrange for
> > the exim user to have access to the files in question.
>
> Don't want to do that.
Understandable.
> What about just having a separate file, say /etc/local_users that is
> checked? Something like:
>
> local_user:
> driver = accept
> local_parts = lsearch;/etc/local_users
> check_local_user
> transport = LOCAL_DELIVERY
local_user:
driver = accept
local_parts = lsearch;/etc/local_users
verify_only
should do it - 'check_local_user' is presumably a superset of the
users in your local_users file, so is redundant, and since this router
never actually does any delivery it can have 'verify_only' and doesn't
need a transport.
Peter
--
Peter Bowyer
Email: [EMAIL PROTECTED]
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/