Zenon Panoussis writes:
Sam Varshavchik wrote:
Another thing is that if interbaun.com is defined as a local domain, the
actual domain you need to specify in the alias is the 'me' domain. All
local domains are mapped to the 'me' domain, when doing alias lookups.
Is this new in courier-authlib, or has it been so before?
courier-authlib has nothing to do with it. LDAP mail aliases are handled by
courierldapaliasd.
A while ago in the thread "Aliases (ldap)", I said that I could no
longer loop aliases. You replied that that had never been possible
and I thought you know best, I must be mistaken, although I could
swear that those looped aliases of mine used to work.
In the meanwhile I got confirmation from someone else running into
the same problem: his looped aliases worked and now they don't, as
of 48.2. On LDAP, he too.
I just remembered that there's an LDAP_DEREF setting in authldaprc that
blabbers something about aliases. This is something completely different.
This option is conditionally implemented in authldaplib.c:
#ifndef LDAP_OPT_DEREF
err("authldaplib: LDAP_OPT_DEREF not available, ignored");
#endif
Something for you too look into.