On 01/23/2006 08:44 am, Adrian Snyman wrote: > I have been reading on the net, with mixed answers .. > > I realize that this subject is thrashed to death all over, but I still > cannot get it right .. > > I have virtual accounts, using postfix to deliver to the local Maildirs .. > > these directories exist in the form: > /home/mailboxes/<[EMAIL PROTECTED]>/(cur,new,tp) > However, I CANNOT create ANY subfolders .. be it from within the INBOX or > parent ... (Outlook reports: "Invalid Mailbox Name") > > I can only guess that I need another Sub Directory to exist within the > Users' directory .. > > But How? > If I Move things to a sub directory, courier complains that it cannot open > 'cur' > > Any clear help would be appreciated ...
Did you use the maildirmake command to make a Maildir? cd ~ maildirmake Maildir Then to make a subdirectory called "Trash", you would do maildirmake -f Trash Maildir That will put "Trash" under Maildir. 8) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
