Hi,
I'm configuring a new mail server using Postfix + ldap. The LDAP schema
contains two attributes for mails: mail= + maildrop=.
Everything is working well when i send a mail to a user.
In the documentation i can see that several users may have the same
email address. Example:
User 1:
maildrop:user1
mail:user1
mail:common
User 2:
maildrop:user2
mail:user2
mail:common
If I try postmap -q common ldap:/etc/postfix/ldap-users.cf i get:
user1/Maildir,user2/Maildir
This should be OK. But when delivering a mail, it's stored in
/home/vmail/user1/Maildir/,user/Maildir instead of being sent to both
users.
Any idea of what i've done wrong ?
Thanks a lot !