6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: maildrop as M...
FromSent OnAttachments
Sam VarshavchikJun 24, 2001 10:23 am 
Ralf HildebrandtJun 24, 2001 10:42 pm 
Larry MooreJun 25, 2001 2:23 am 
Sam VarshavchikJun 25, 2001 4:43 am 
Larry MooreJun 25, 2001 6:32 am 
Sam VarshavchikJun 25, 2001 2:31 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] Re: maildrop as MDA and LDAPActions...
From:Larry Moore (lmo@starwon.com.au)
Date:Jun 25, 2001 2:23:24 am
List:net.sourceforge.lists.courier-users

That's not going to work. Courier's maildrop depends on Courier to fetch the mail account's attributes from LDAP. maildrop by itself will not go to LDAP to figure out where mail needs to go. That's Courier's job.

Ok, in that case the "virtual" delivery agent in Postfix will do the job. Unfortunately, no filtering or quotas, then...

You can use maildrop from within Postfix. I don't use LDAP so I can t test this but you could make an entry in /etc/postfix/main.cf like;

mailbox_command = /"path-to-binary"/maildrop -d "$LOGNAME"

Cheers,

Larry.