View Single Post

  #5 (permalink)  
Old 06-20-2006, 02:20 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Open sendmail.cf file and make sure following line exists
Code:
FEATURE(`access_db’)
Then open /etc/mail/access file and add your domain name:
Code:
domain.co.in               relay
Save the file and restart sendmail.

To reject email or IP add id/ip and say reject
Code:
111.11.11.22                 REJECT
spammer@abc.com        REJECT
Reply With Quote