Results 1 to 1 of 1
-
16th Jun 2014, 01:04 PM #1
Properly Reject Invalid Email Exim
Tired of seeing your mail queue fill up with bounce messages to non-existant spammer email addresses? By default, if an email comes into your server addressed to an invalid recipient, Exim will accept the message from the delivering agent, and then generate a return email to them explaining that the address is invalid. With this little tweak, you can make exim tell the delivering agent that that address is invalid at the time the message is being delivered, meaning no more spam returns cluttering up your queue! Can I get an Amen!? Read on!
This is curtesy of cyberspirit in the cpanel forums. Original thread is loacted here.
Method 1)
1. Open WHM and click on Exim Configuration Editor
2. Click on the Switch to Advanced Mode button.
3. Scroll down until you see the section on ACL's. You'll see three boxes. In the middle box, locate the section that reads - See Section A:
Method 2) Recommended
1. Login into SSH and su to root
2. pico /etc/exim.conf
3. Ctrl + W and type in: accept domains Notice the two spaces. Look for something like this below.
Section A:
accept domains = +local_domains
accept domains = +relay_domains
accept hosts = +relay_hosts
accept condition = ${perl{checkrelayhost}{$sender_host_address}}
accept domains = +local_domains
accept domains = +relay_domains
endpass
message = unknown user
verify = recipient
accept domains = +local_domains
endpass
message = unknown user
verify = recipient
accept domains = +relay_domains
accept hosts = +relay_hosts
accept condition = ${perl{checkrelayhost}{$sender_host_address}}
That's it! Welcome to much smaller mail queues!Areon Reviewed by Areon on . Properly Reject Invalid Email Exim Tired of seeing your mail queue fill up with bounce messages to non-existant spammer email addresses? By default, if an email comes into your server addressed to an invalid recipient, Exim will accept the message from the delivering agent, and then generate a return email to them explaining that the address is invalid. With this little tweak, you can make exim tell the delivering agent that that address is invalid at the time the message is being delivered, meaning no more spam returns Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
email system aint working
By warezmagic in forum vBulletinReplies: 4Last Post: 9th Nov 2008, 07:59 AM -
AntiPiracy Email
By Golden Falcon in forum Legal IssuesReplies: 5Last Post: 18th Jun 2008, 11:16 PM -
emails not being sent
By clarksta in forum vBulletinReplies: 2Last Post: 5th Jun 2008, 09:28 AM -
[18/2/08]FBI Accidently Obtains Access to Undisclosed eMail Domain Contents
By Lease in forum News & Current EventsReplies: 0Last Post: 17th Feb 2008, 10:14 PM -
[13/2/08]Broadcasters Reject Canadian DMCA
By Lease in forum News & Current EventsReplies: 0Last Post: 12th Feb 2008, 10:39 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...