3 messages in net.sourceforge.lists.courier-users[courier-users] RE: system design phi...
FromSent OnAttachments
JorisApr 12, 2004 12:04 am 
Matthias WimmerApr 12, 2004 12:15 am 
Julian MehnleApr 12, 2004 4:26 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] RE: system design philosophy: location of virtual maildirsActions...
From:Julian Mehnle (lis@mehnle.net)
Date:Apr 12, 2004 4:26:41 am
List:net.sourceforge.lists.courier-users

Joris [jor@linux.be] wrote:

Does anyone have any practical or philosophical arguments on where to put virtual mail users' maildirs?

I consider "mail" to be separate from "login" as far as the services go that my server provides to my users. Ergo: every mail account is a virtual account in Courier's terms. I store mail accounts in /var/mail/accounts/$symbolic_account_name, with $symbolic_account_name usually (but not mandatorily) being "$firstname-$lastname". Every mail account's directory is a virtual home dir, i.e. it contains a "Maildir" and other stuff like an optional ".mailfilter" file.

If you're wondering what the extra "accounts" component in my mail accounts path is about, in /var/mail/lists/$symbolic_list_name I have mailing lists, so I didn't want to use /var/mail directly.