Re: create email account

2003-07-13 Thread Gareth Thomas
IL PROTECTED]> Sent: Saturday, July 12, 2003 9:45 PM Subject: RE: create email account > You can use something like this: > > /usr/sbin/useradd -m -c 'Joseph' -d /home/Joseph2 -s '/bin/false' -G '' > -g 45 -e '' goseph2 > > and you will

RE: create email account

2003-07-13 Thread Fryclau
/bin/false and /bin/nologin are similar (the user is unable to login at ssh, telnet, ftp, etc...) fryclau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph A Nagy Jr Sent: Monday, July 14, 2003 1:54 AM To: [EMAIL PROTECTED] Subject: Re: create email

Re: create email account

2003-07-13 Thread Joseph A Nagy Jr
On Saturday 12 July 2003 23:45, Fryclau wrote this in an attempt to be witty and informative: > You can use something like this: > > /usr/sbin/useradd -m -c 'Joseph' -d /home/Joseph2 -s '/bin/false' -G > '' -g 45 -e '' goseph2 > > and you will create a user goseph2 with the group 45 (popuser) > wi

RE: create email account

2003-07-13 Thread Fryclau
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Thomas Sent: Monday, July 14, 2003 1:07 AM To: [EMAIL PROTECTED] Subject: Re: create email account Joseph, did you create those accounts with 'useradd'? G. - Original Message

Re: create email account

2003-07-13 Thread Joseph A Nagy Jr
On Sunday 13 July 2003 23:07, Gareth Thomas wrote this in an attempt to be witty and informative: > Joseph, > > did you create those accounts with 'useradd'? > > G. > top posting != nice To answer your question, yes. I used useradd for all five users other then myself (which I configured at fir

Re: create email account

2003-07-13 Thread Gareth Thomas
Joseph, did you create those accounts with 'useradd'? G. - Original Message - From: "Joseph A Nagy Jr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 13, 2003 8:30 PM Subject: Re: create email account > On Sunday 13 July 2003 22

Re: create email account

2003-07-13 Thread Joseph A Nagy Jr
On Sunday 13 July 2003 22:19, Gareth Thomas wrote this in an attempt to be witty and informative: > Hi, > > I am trying to create an email account via the command line. > Obviously I can add the user fine using 'useradd' but it does not > create an email account in Sendmail. The GUI tool on the ot