I am using sendmail in RHEL 5. I have three mail accounts for the users jack, bob and
alice. I want to make sure that user bob can send mail to alice but jack can't send mail to alice. But user jack can send mail to bob. How can i do this?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||||
|
|
A simple approach would be to set up a .procmailrc file in Alice's home directory to throw away mail from Jack (see "man procmail"). |
|||
|
|
|
Try to look at this link http://www.linuxquestions.org/questions/slackware-14/sendmail-block-email-to-particular-user-on-same-domain-676596/ That might work for you too. Ismael Casimpan :) |
|||
|
|