Re: [exim] ldap lookup only

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: Re: [exim] ldap lookup only
On Mon, 2006-07-31 at 13:45 +0200, Andreas Pettersson wrote:
<snip>
> The problem is that I can't find any documentation on how I use ldap
> in this context.
> I've tried applying the example and just change to my credentials and
> filter, but when I run
> # exim -d+deliver -bt ksjdf@???
>
> I get this:
>
> --------> verify_user_router router <--------
> local_part=ksjdf domain=domain1.com
> verify_user_router router skipped: verify_only set


Try "exim -d+deliver -bv <address>"

-bt tests an address for routing "deliverability" (if such a word
exists), -bv verifies it.

Graeme