Bounce messages filling up queue

EcoHosting

Member
Mar 6, 2004
23
0
151
Montreal
We are suddenly getting hit with thousands of messages clogging up our mail queue. They seem to be the returns of forged emails that have one of our customers domain as the return address and original sender. How would I go about stopping these bounces from cloggin up our mail queue? We have Chipy's MailScanner installed.

Thanks,
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
There's not a great deal you can do with spoofed spam header bouces apart from filtering them out either in vfilters of the system filter. I think there's been posts in the past explaining how you can try to do that. You could also reduce the lifetime of a bounce in the queue using:

ignore_bounce_errors_after = 1h

in the first box of the Exim Configuration Editor which should drop bounces from the queue after the time you specify.
 

optize

Well-Known Member
Apr 27, 2005
146
0
166
There's not a great deal you can do with spoofed spam header bouces apart from filtering them out either in vfilters of the system filter. I think there's been posts in the past explaining how you can try to do that. You could also reduce the lifetime of a bounce in the queue using:

ignore_bounce_errors_after = 1h

in the first box of the Exim Configuration Editor which should drop bounces from the queue after the time you specify.
This is an old thread, but it makes me curious..

Why is it queueing bounces anyways? They are perm errors, it should send it back to the original sender and discard it.