2 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: "Invalid user specifi...
FromSent OnAttachments
Truong Tan SonMar 16, 2005 8:55 pm 
Truong Tan SonMar 17, 2005 7:02 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] Re: "Invalid user specified" when use maildrop with postfix (SOLVED).Actions...
From:Truong Tan Son (son@fcv.fujitsu.com)
Date:Mar 17, 2005 7:02:05 pm
List:net.sourceforge.lists.courier-maildrop

Dear Sir,

My server runs well.

Thanks you very much about support for me.

----- Original Message ----- From: "mouss" <use@free.fr> To: "Truong Tan Son" <son@fcv.fujitsu.com> Cc: <cour@lists.sourceforge.net> Sent: Thursday, March 17, 2005 4:21 PM Subject: Re: "Invalid user specified" when use maildrop with postfix.

Truong Tan Son wrote:

Dear Sir,

If using static uids/gid, run maildrop with "-d vmail ....", the server delivers message manually to recipient's mailbox by script on maildroprc. There is difficult when send message to alias mail (ex: all_@virtualdomain.com deliver to over thousands staff) and more trouble on maildroprc if server can't get ${recipient}.

aliases are handled by postfix, so that's not a problem. you may run maildrop via master.cf with args like this: .... -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender} and in maildroprc, something like DOMAIN=$4 USER=$3 DEFAULT=/some/where/${DOMAIN}/${USER}