4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop + LDAP : Wrong h...
FromSent OnAttachments
Watchara KangkunSep 4, 2008 1:09 am 
Sam VarshavchikSep 4, 2008 4:03 am 
Watchara KangkunSep 4, 2008 7:56 pm 
Watchara KangkunSep 4, 2008 8:01 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:[maildropl] Maildrop + LDAP : Wrong home directory and mailboxActions...
From:Watchara Kangkun (watc@gmail.com)
Date:Sep 4, 2008 1:09:00 am
List:net.sourceforge.lists.courier-maildrop

HI,

I use Postfix + Courier-Maildrop + OpenLDAP + Ubuntu 8.04 Server I use "The Book of POSTFIX" guide me . on Chapter 19 "A Company mail server"

I don't know how to correct home directory from LDAP when i use root account for maildrop mailer@Postfix:~$ sudo maildrop -V 9 -d watc@npt.com maildrop: authlib: groupid=1001 maildrop: authlib: userid=1001 maildrop: authlib: logname=watc@npt.com, home=/home/vmail/npt.com/, mail=watchara/Maildir maildrop: Changing to /home/vmail/npt.com/ TEST From Root Message start at 0 bytes, envelope sender=watc@npt.com maildrop: Attempting .mailfilter maildrop: Delivery complete. mailer@Postfix:~$

But when i use vmail account to use maildrop, it wrong home directory it not use home directory from LDAP but it use home directory of vmail account

mailer@Postfix:~$ sudo su - vmail vmail@Postfix:~$ maildrop -V 9 -d watc@npt.com maildrop: authlib: groupid=1001 maildrop: authlib: userid=1001 maildrop: authlib: logname=watc@npt.com, home=/home/vmail/npt.com/, mail=watchara/Maildir maildrop: Changing to /home/vmail TEST Message start at 0 bytes, envelope sender=vmail maildrop: Attempting .mailfilter maildrop: Delivery complete. vmail@Postfix:~$

see in "maildrop: Changing to /home/vmail" is wrong home directory

How to fixed this problem ?