| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| if I add a new user how would I go about automatically create a file for the user inside /var/mail with appropriate ownerships and rights? |
|
#2
|
| On Tue, 26 Aug 2008 12:25:23 -0700, canajien@gmail.com wrote: > if I add a new user how would I go about automatically create a file for > the user inside /var/mail with appropriate ownerships and rights? Why do you feel this is necessary? The user's mailbox file will be automatically created by the mail system if it doesn't exist when they receive their first email. Unless you are trying to accomplish something unusual with the permissions this is a non-issue. - NL |
|
#3
|
| On Tue, 26 Aug 2008 12:25:23 -0700, canajien@gmail.com wrote: > if I add a new user how would I go about automatically create a file for > the user inside /var/mail with appropriate ownerships and rights? Why do you feel this is necessary? The user's mailbox file will be automatically created by the mail system if it doesn't exist when they receive their first email. Unless you are trying to accomplish something unusual with the permissions this is a non-issue. - NL |
|
#4
|
| On Sep 3, 11:30*pm, Netlurker > On Tue, 26 Aug 2008 12:25:23 -0700, canaj...@gmail.com wrote: > > if I add a new user how would I go about automatically create a file for > > the user inside /var/mail with appropriate ownerships and rights? > > Why do you feel this is necessary? *The user's mailbox file will be > automatically created by the mail system if it doesn't exist when they > receive their first email. *Unless you are trying to accomplish something > unusual with the permissions this is a non-issue. > > - NL the users mail file isn't being created automatically |