Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Linux / UNIX and the fly likes How will I restrict incoming mails from specific users in Unix? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "How will I restrict incoming mails from specific users in Unix?" Watch "How will I restrict incoming mails from specific users in Unix?" New topic
Author

How will I restrict incoming mails from specific users in Unix?

minal silimkar
Ranch Hand

Joined: Nov 25, 2007
Posts: 133
I want to restrict specific users mail on Unix or Linux operating system. How will I do it?


Minal Silimkar
Pat Farrell
Rancher

Joined: Aug 11, 2007
Posts: 4422
    
    2

What exactly are you trying to do? Are you asking how to setup your mail client software to "junk" mail from a specific user? or perhaps, are you asking how to setup your SMTP server to reject email from a specific user? They are very different problems, with completely different solutions.

If you are trying to configure your mail client, what client are you using?

if you are trying to configure your SMTP server, what server are you using?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How will I restrict incoming mails from specific users in Unix?
 
Similar Threads
User Input into a Text Field
How to allow only some computers to access the web application in internet?
How to restrict anonymous users?
servlets/JSP
how to restrict the user in ejb?