Andreas Aardal Hanssen wrote:

>On Sun, 23 May 2004, Alejandro Mery wrote:
>  
>
>>two questions:
>>- how can i (imap server) propose to the mua a foldername for
>>{sent,draft,...} special folders?
>>    
>>
>
>You can't.
>  
>
oh

>>- what should i export, before calling bincimapd (or add to .bincimap),
>>to alter e.g. Mailbox:Path? BINCIMAP_LOCALCONFIG__$(hex)=$(hex) in
>>session.cc is a bit confusing. can you point me to some documentation?
>>    
>>
>
>The local config file .bincimap is made for this; just add the mailbox
>path there, like this:
>
># cat ~/.bincimap
>Mailbox { path = "Mail" }
>#
>
>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 :-)

i'll keep playing with it,
thanks,
Alejandro Mery



Reply via email to