hello. I have a question regarding sendmail and setting up mail spools for users on my linux server (turbolinux 6.5). Ive added users to my servers from the command line by entering the following:
useradd joe_schmoe
passwd joe_schmoe
this creates joe_schmoe's user account in the /home directory of the server. however, (on my server) it doesnt create a directory for them in the /var/spool/mail/ area where their incoming mail is kept until its pulled by some mail viewing program.
my question is: is there some kind of procedure of setting up a user so that it automatically creates a directory for their mail? or do i just mkdir joe_schmoe's mail file? and if i just mkdir this file, will sendmail put mail addressed to joe_schmoe in his dir (/var/spool/mail/joe_schmoe)?
any help appreciated. thanks
--REI
useradd joe_schmoe
passwd joe_schmoe
this creates joe_schmoe's user account in the /home directory of the server. however, (on my server) it doesnt create a directory for them in the /var/spool/mail/ area where their incoming mail is kept until its pulled by some mail viewing program.
my question is: is there some kind of procedure of setting up a user so that it automatically creates a directory for their mail? or do i just mkdir joe_schmoe's mail file? and if i just mkdir this file, will sendmail put mail addressed to joe_schmoe in his dir (/var/spool/mail/joe_schmoe)?
any help appreciated. thanks
--REI