8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Fwd: Maildrop virtual...
FromSent OnAttachments
Mark KrenzNov 15, 2004 5:56 am 
Petri RiihikallioNov 15, 2004 10:32 am 
Mark KrenzNov 15, 2004 1:41 pm 
Tony EarnshawNov 16, 2004 2:39 am 
Petri RiihikallioNov 16, 2004 12:24 pm 
Mark KrenzNov 16, 2004 9:06 pm 
mail...@d-g-c.deNov 17, 2004 1:32 am 
Petri RiihikallioNov 17, 2004 1:06 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: [maildropl] Fwd: Maildrop virtual destination home directory permissionsActions...
From:Petri Riihikallio (petr@metis.fi)
Date:Nov 15, 2004 10:32:42 am
List:net.sourceforge.lists.courier-maildrop

I'm using maildrop as a transport in postfix to handle virtual mailboxes. When I inject a message to go to one of these virtual mailboxes, I get the following error in the maillog:

(temporary failure. Command output: /usr/bin/maildrop: Invalid home directory permissions - world writable. )

^^^^^^^^^^^^^ Where is the home directory? You proved that the maildir is not world writable, but that is not what the log message is about.

How you set the home directory for virtual users depends on many factors. You didn't reveal anything of your setup: configuration files, operating system, its version, Postfix version, Maildrop version, database back-end type (LDAP/RDBMS), its implementation or version.

What permissions should the /home/vmail directory and the virtual mailbox directories inside of that be?

chown -R vmail:vmail home/vmail

Virtual mailboxes typically (some say "by definition") have the same uid:gid, though most systems let you define uids in the database (to enforce file system quotas for example).

You need to tell your MDA to run as user vmail as well.