3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] vpopmail + maildrop
FromSent OnAttachments
Andrew ChanJan 2, 2003 11:49 pm 
Andrew ChanJan 3, 2003 1:53 am 
Hanno HeckerJan 6, 2003 2:17 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] vpopmail + maildropActions...
From:Hanno Hecker (h.he@bee.de)
Date:Jan 6, 2003 2:17:44 am
List:net.sourceforge.lists.courier-maildrop

On Fri, 3 Jan 2003 17:51:51 +0800 (HKT) "Andrew Chan" <ach@achan.com> wrote:

I found the problem.

Instead of hardcoded to use /bin/sh, maildrop looks up the shell of the invoking user and uses it to flock the pipe.

I changed the shell of "vpopmail" to /bin/sh and now things work. I wonder if there is a better way.

try SHELL="/bin/sh" as the first line in your filter file

Hanno