15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] LDAP aliasing
FromSent OnAttachments
Saxon JonesJan 21, 2005 12:43 pm 
Sam VarshavchikJan 21, 2005 4:54 pm 
Zenon PanoussisJan 25, 2005 11:49 am 
Sam VarshavchikJan 25, 2005 3:57 pm 
Zenon PanoussisJan 26, 2005 5:43 pm 
Sam VarshavchikJan 26, 2005 5:50 pm 
Laurence MooreJan 26, 2005 5:55 pm 
Sander Holthaus - Orange XLJan 26, 2005 6:36 pm 
Sam VarshavchikJan 27, 2005 7:42 pm 
Robert PfisterJan 28, 2005 12:57 am 
Sander Holthaus - Orange XLJan 28, 2005 6:12 am 
Saxon JonesJan 28, 2005 2:54 pm 
Zenon PanoussisJan 29, 2005 12:22 pm 
Saxon JonesFeb 3, 2005 3:25 pm 
Sam VarshavchikFeb 3, 2005 3:56 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] LDAP aliasingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 25, 2005 3:57:10 pm
List:net.sourceforge.lists.courier-users

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.