5 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop, LDAP and system...
FromSent OnAttachments
alexSep 7, 2005 10:56 am 
Sam VarshavchikSep 7, 2005 3:39 pm 
alexSep 8, 2005 2:30 am 
alexSep 8, 2005 2:47 am 
alexSep 8, 2005 5:08 am 
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:[maildropl] Maildrop, LDAP and system usernameActions...
From:alex (al@slab.org)
Date:Sep 7, 2005 10:56:12 am
List:net.sourceforge.lists.courier-maildrop

Hello all,

I'm having trouble with maildrop and the system username. These are virtual mail accounts, so I'm trying to get it to use the global uid 'vmail' for all of them. However, for some reason it's returning the mail address instead, for example:

badger:/etc/postfix# /usr/local/bin/maildrop -d al@xxx.com Cannot find system user al@xxx.com maildrop: signal 0x06 badger:/etc/postfix# authtest al@xxx.com Authentication succeeded. Authenticated: al@xxx.com (system username: al@xxx.com) Home Directory: /usr/local/maildir/alex/ Maildir: /usr/local/maildir/alex/ Quota: (none) Encrypted Password: {CRYPT}xxx Cleartext Password: (none) Options: (none)

In /etc/courier/authldaprc, I have this set:

LDAP_GLOB_UID vmail LDAP_GLOB_GID vmail

... which is honoured fine by postfix.

I just can't work out why maildrop is using the email for the UID, any help much appreciated.