Re: Setting Up Email Only / Very Restricted Accounts

2005-06-08 Thread Daniel Gerzo
Hi M., Thursday, June 9, 2005, 12:45:48 AM, you contributed this to our collective wisdom: > Hello, > What is the recommended method to setup E-Mail only accounts? I > am running a server that will host several websites and also provide > e-mail services for many site users. What I want to do

RE: Setting Up Email Only / Very Restricted Accounts

2005-06-08 Thread John Brooks
I use a combination of postfix, courier-imap, and mysql. It eliminates the need for shell accounts. There are several good tutorials at http://www.postfix.org/docs.html -- John Brooks [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of M

Re: Setting Up Email Only / Very Restricted Accounts

2005-06-08 Thread Gerry Freymann
On Wed, 8 Jun 2005 15:45:48 -0700 (PDT) "M. Goodell" <[EMAIL PROTECTED]> wrote: >What is the recommended method to setup E-Mail only accounts? I am >running a server that will host several websites and also provide e-mail >services for many site users. What I want to do is configure each user to >

Re: Setting Up Email Only / Very Restricted Accounts

2005-06-08 Thread Tony Shadwick
That's what we do here. :) /sbin/nologin as the shell and if you want to allow ftp use a client that doesn't require a valid shell. On Wed, 8 Jun 2005, M. Goodell wrote: Hello, What is the recommended method to setup E-Mail only accounts? I am running a server that will host several websit