This is a discussion on Re: [courier-users] Re: Maildir problems within the Courier-Imap forums, part of the Mail Servers and Related category; Lyndon Tiu wrote: > > The syntax is weird. > > Correct: > MAILDIRPATH=./Maildir > > Incorrect: > MAILDIRPATH=~/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Lyndon Tiu wrote:
> > The syntax is weird. > > Correct: > MAILDIRPATH=./Maildir > > Incorrect: > MAILDIRPATH=~/Maildir The syntax isn't "weird", it's shell script. If you use "~/Maildir", the value will expand to "/root/Maildir" when the service starts, and every user will try to open that path. MAILDIRPATH is "Maildir" by default, which is the path, relative to the users' directories. ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |