Operating System - HP-UX
1851678 Members
4247 Online
104061 Solutions
New Discussion

Blocking an email sender---using sendmail config??

 
SOLVED
Go to solution
Kathleen
Regular Advisor

Blocking an email sender---using sendmail config??

Is there a way I can set up my system to block messages from a specific email sender?
Thanks

We are using 8.9.3
2 REPLIES 2
someone_4
Honored Contributor
Solution

Re: Blocking an email sender---using sendmail config??

Hi,
I have attached a doc that I feel you will find most helpfull.It will tell you in more detail what I am telling you below

But to block a sender you will create the an access file in /etc/mail. And there you will have the names of the people you want to blow or allow to relay. For example if you have the folling in your /etc/mail/access

spammer@aol.com REJECT

it will block spammer@aol.com.

Then you would create the access.db using makemap

makemap dbm /etc/mail/access < /etc/mail/access

and that should get you going.

~ Richard

Sanjay_6
Honored Contributor

Re: Blocking an email sender---using sendmail config??

Hi Kathleen,

Try this link,

http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062767971

This is doc id IVKBRC00006733

Hope this helps.

Regds