Re: Turn off user email

2004-01-16 Thread Charles Swiger
On Jan 16, 2004, at 5:32 PM, Grant Peel wrote:
Other than setting a /var/mail quota to 0 for a user, how does one 
turn off
mail for a UNIX user without affecting ftp or shell access?
You can configure the system not to accept mail for that user, 
something like:

To:[EMAIL PROTECTED]		550 Email to someuser has been disabled

...in /etc/mail/access.  You could set up a redirect alias and point 
mail for them to some other location, or even redirect mail for that 
user to /dev/null-- or via a REJECT or DISCARD entry in the access map.

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Turn off user email

2004-01-16 Thread Grant Peel
Hi all,

Other than setting a /var/mail quota to 0 for a user, how does one turn off
mail for a UNIX user without affecting ftp or shell access?

-Grant


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"