On Tue, Mar 21, 2006 at 11:35:07PM +0100, mess-mate wrote: > i'd like to setup a Maildir on a server, so not in a $HOME; but on a > other partition. > Any way how i can do that ?
With many authentication modules (authuserdb, authmysql, authpgsql, authldap, authpipe) you can set the $HOME attribute for any user to point wherever you like. With authpam/authpwd/authshadow you are constrained to using the $HOME value which is in the system password file. If you want the Maildir to be stored somewhere else, the simple solution is to make $HOME/Maildir be a symlink which points to a wherever you want the mail to be stored. Of course, you need to set up a symlink for each user. HTH, Brian. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
