Hey people,
could anybody tell me how to disable mail facilities for certain users. NO don't tell me to disable/remove his account. I just don't want her to recieve/send mail - but, be able to do other stuff just fine.
Any cool ideas.....sendmail wizards R U listening
PS: Tell me about Ruleset tweaking....I'm raring to mess up sendmail.cf!!!! (*pure masochism*)
well I have configured sendmail so that it only relays from the IP addresses that I have defined in the access file. that is not at a user level but at a machine level I dunno if this is of any help.
Rahil ----- Original Message ----- From: "Nosferatu!!!" keeg3@hotmail.com To: linuxers@mm.ilug-bom.org.in Sent: Friday, June 22, 2001 5:20 PM Subject: [ILUG-BOM] SENDMAIL PROBLEM
Hey people,
could anybody tell me how to disable mail facilities for certain users. NO don't tell me to disable/remove his account. I just don't want her to recieve/send mail - but, be able to do other stuff just fine.
Any cool ideas.....sendmail wizards R U listening
PS: Tell me about Ruleset tweaking....I'm raring to mess up sendmail.cf!!!! (*pure masochism*)
Richard Stallman's Public Lecture 5pm 17th July, at TIFR. Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
--- Nosferatu!!! keeg3@hotmail.com wrote:
Hey people,
could anybody tell me how to disable mail facilities for certain users. NO don't tell me to disable/remove his account. I just don't want her to recieve/send mail - but, be able to do other stuff just fine.
Any cool ideas.....sendmail wizards R U listening
Use a procmail recipe.
PS: Tell me about Ruleset tweaking....I'm raring to mess up sendmail.cf!!!! (*pure masochism*)
Here's something to get your fangs into, for sendmail theory:
sendmail, by Eric Allman et al, published by O'Reilly (Indian edition available, contact Computer Bookshop at VT).
Krishnan
__________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
keeg3@hotmail.com> wrote:
NO don't tell me to disable/remove his account. I just don't want her to recieve/send mail - but, be able to do other stuff just fine.
If you just want to block the user temporarily, simply add this line to the `/etc/mail/access' file -
user DENY (or) user@domain DENY
and run makemap - # makemap hash /etc/mail/access.db < /etc/mail/access
Nilesh.
____________________________________________________________ Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com
Sometime on Jun 22, Nosferatu!!! assembled some asciibets to say:
could anybody tell me how to disable mail facilities for certain users. NO don't tell me to disable/remove his account. I just don't want her to recieve/send mail - but, be able to do other stuff just
To stop a user from sending mail, just put his address in /etc/mail/deny and rebuild the database.
To stop a user from receiving mail, put his address in /etc/aliases and alias him to a dummy account.
Is this really a sendmail problem? Use a slightly more meaningful subject line.
Philip