4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] few questions fro...
FromSent OnAttachments
Abu IhsanNov 12, 2000 6:40 pm 
Abu IhsanNov 13, 2000 3:48 am 
Tabor J. WellsNov 13, 2000 6:50 am 
Jill LundquistNov 13, 2000 9:50 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:Re: [courier-users] few questions from courier newbie. Actions...
From:Jill Lundquist (ji@chezns.org)
Date:Nov 13, 2000 9:50:04 am
List:net.sourceforge.lists.courier-users

1. can i have user maildirs to recite at other than $HOME, say /var/spool/mail ?

You could, but you'll have to change a lot of thing. And, there's really no good reason for this.

Is there any reason from security point of view that few people do not want to give their users $HOME ?

The mailserver I maintain delivers mail to $HOME/Maildir (using qmail), and courier-IMAP has no trouble retrieving it from there.

I consider it more secure to deliver mail to the user's $HOME (though I'd be reluctant to do it with NFS home directories for reliability reasons) because of the innate security problems of sharing the /var/spool/mail directory (or whichever one you otherwise deliver to). However, using the maildir format substantially decreases those problems.

It is also easier to get all of a user's files if they are all in one directory. This is something I notice because I used to work at a company with two large sites far from each other; when someone moved from one site to another, we had to move all of their files. I would like to be able to keep crontab files in the home directory as well, but haven't found (or really looked for) a good way to do that.