7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Maildrop at Debian Sarge
FromSent OnAttachments
Sérgio FerreiraNov 7, 2005 10:30 am.dat
Tony EarnshawNov 7, 2005 12:54 pm 
Dave AugustusNov 7, 2005 1:21 pm 
Sérgio FerreiraNov 8, 2005 4:35 am 
Sérgio FerreiraNov 8, 2005 4:43 am 
Tony EarnshawNov 9, 2005 2:11 am 
Sérgio FerreiraNov 9, 2005 8:03 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:Re: [maildropl] Maildrop at Debian SargeActions...
From:Dave Augustus (dav@support.kcm.org)
Date:Nov 7, 2005 1:21:56 pm
List:net.sourceforge.lists.courier-maildrop

2 things-

1- you need have the location for each user in LDAP. This is defined in your authldaprc file, the value is LDAP_MAILDIR. In mine, I use the attribute MAILBOX for each account in ou=people. So my *authldaprc* config file has the following:

LDAP_MAILDIR mailbox

2- you need to tell postfix *which* user is supposed to deliver the mail. In your case, MAILADMIN.

In /etc/postfix/master.cf, you should have a line like this:

maildrop unix - n n - - pipe flags=Ru user=mailadmin argv=/usr/bin/maildrop -d ${recipient}

Dave