1 message in net.sourceforge.lists.courier-users[courier-users] Re: system design phi...
FromSent OnAttachments
Charles FryApr 12, 2004 8:24 pm 
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:Charles Fry (cour@frogcircus.org)
Date:Apr 12, 2004 8:24:41 pm
List:net.sourceforge.lists.courier-users

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

Eg, they could be in /home/virtualmail/$domain/$username.

But on the other side, if the domain 'belongs' to a system user, wouldn't it make more sense to put it in /home/$username/mail/$domain/$username?

Not necessarily. Do you really want that user reading all of the email sent to mailboxes you host for that domain? In most cases I highly doubt it.

My personal philosophy is to host all virtual user mail under a directory only accessible to a a special group (I use 'virtual'). You can then configure courier to interact with those virtual users using that group, thus preventing anyone else (including the system users associated with the virtual accounts) from obtaining unauthorized access to hosted mail.

Charles