On Sun, May 23, 2004 at 01:24:45PM -0400, Alejandro Mery wrote:
> >This is only if certain users have special mailbox paths; otherwise just
> >set the mailbox path in the global config file.
> 
> in my case, i need it because i have local and vusers (vmailmgr), and
> due to some local user don't have maildir created cd "$1" of  the
> wrapper fails.
> i changes my wrapper to:
> #!/bin/sh
> [ "$VUSER" ] && cd "$1"
> shift
> exec "$@"
> 
> and the problem there was:
> local user: Mailbox { path = "Maildir" }
> vuser: Mailbox { path = "" }
> 
> .bincimap is usefull :-)


On Sun, May 23, 2004 at 07:26:29PM +0200, Andreas Aardal Hanssen wrote:
> Keep an eye up for 1.3.0, there the config system will be much more
> powerful, but easier to use than before.

The 1.3.0 config system will be much cooler! Meanwhile I suggest that
you implement handling of the virtual users in the wrapper instead of
using .bincimap files anywhere. (Maybe that's what your wrapper is
already doing, I guess $VUSER comes from vmailmgr..)


//Peter

Reply via email to