3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] LDAP aliases
FromSent OnAttachments
Barry DwyerDec 15, 2000 8:34 am 
Leonid AndreevDec 15, 2000 10:52 am 
Leonid AndreevDec 15, 2000 6:04 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 aliasesActions...
From:Leonid Andreev (leo@latte.harvard.edu)
Date:Dec 15, 2000 6:04:18 pm
List:net.sourceforge.lists.courier-users

On Fri, 15 Dec 2000, Sam Varshavchik wrote:

On Fri, 15 Dec 2000, Leonid Andreev wrote:

Hi,

I'm having the following problem with ldap-stored aliases:

if I alias user1 to user2 and user2 to user3, mail sent to user1 bounces with 550 User unknown.

It's not supposed to be working this way, is it?

Right, so define what you mean by aliasing. It should mean the following in sysconfdir/aliases:

user1: user2

user2: user3

Yes, except that in my case it's LDAP, not sysconfdir/aliases.

so it is

dn: mail=user1, ou=Group, o=xxx.edu mail: user1 maildrop: user2

dn: mail=user2, ou=Group, o=xxx.edu mail: user2 maildrop: user3

and user3 is a normal local user.

thanks,

-L.