LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Need to stop bounce back emails with exim. (https://www.linuxquestions.org/questions/linux-server-73/need-to-stop-bounce-back-emails-with-exim-503934/)

matt1982 11-22-2006 10:19 AM

Need to stop bounce back emails with exim.
 
Hey guys,

hope you can help because googling to death didn't so far. Here's my issue. I get allot of s-p-a-m sent to my server, spamassassin is doing a great job at catching them. But once in a while someone (spam) will try to send to someone that isn't part of my network and then by default exim when it can't find the user ('Unknown User') it automatically sends an error message. But the problem is that it's usually trying to send it back to the spammer, which obviously does not usually resolve and then stays in my 'mailq' for the determined amount of time I have set.


I need to stop this nosense. Can anyone assist me on how to stop exim from sending bounce back emails totally. I do not want to reply to 'unknown user' issues...

Please help??? thanks, :scratch: :Pengy:

Btw I'm using exim 3.xx

matt1982 11-23-2006 08:47 AM

Still no help?
 
Guys,

Anyone have thought on my thread... ideas... suggestions, anytthing...

I am more than whilling to supply more information if requested....


help.. thanks though :P

chkno 01-10-2010 02:45 PM

errors_to=postmaster
 
One way to prevent these backscatter bounces: add
Code:

errors_to = postmaster
to each router section. This causes bounces to be delivered to postmaster (eg: delivered locally to /var/mail/postmaster ) rather than to the spoofed From: address. You can then sift through them or just delete them at your leisure.


All times are GMT -5. The time now is 10:23 PM.