Auto delete older bounced emails
-
- Junior Member
- Posts: 6
- Joined: 10 Dec 2006, 10:05
- Location: Sandviken, Sweden
- Contact:
Auto delete older bounced emails
Hey there!
I guess I am writing the first post on this board.. yay me!
First off I want to thank you for your generosity for providing these great scripts free!
I do have a small (?) suggestion regarding cmq and that would be to have a setting to autocron bounced mail in x time.
I tried the mailscanner trick you told me in the blog but without luck, which is probably my own failure (duh really).
Anyways, please do keep up the great work, it is appreciated by a lot of us.
Thanks,
--Tone
I guess I am writing the first post on this board.. yay me!
First off I want to thank you for your generosity for providing these great scripts free!
I do have a small (?) suggestion regarding cmq and that would be to have a setting to autocron bounced mail in x time.
I tried the mailscanner trick you told me in the blog but without luck, which is probably my own failure (duh really).
Anyways, please do keep up the great work, it is appreciated by a lot of us.
Thanks,
--Tone
The easiest way is to probably drop them off the queue by adding the following to the first textarea in the Exim Configuration Editor:
Code: Select all
timeout_frozen_after = 4d
ignore_bounce_errors_after = 2d
-
- Junior Member
- Posts: 6
- Joined: 10 Dec 2006, 10:05
- Location: Sandviken, Sweden
- Contact:
-
- Junior Member
- Posts: 20
- Joined: 10 Dec 2006, 10:02
- Location: NZ
- Contact:
-
- Junior Member
- Posts: 20
- Joined: 10 Dec 2006, 10:02
- Location: NZ
- Contact:
-
- Junior Member
- Posts: 20
- Joined: 10 Dec 2006, 10:02
- Location: NZ
- Contact:
-
- Junior Member
- Posts: 20
- Joined: 10 Dec 2006, 10:02
- Location: NZ
- Contact:
I've setup a cron on a directadmin server to remove frozen emails regularly as it gets a lot of junk on it causing high loads but running the same cmd on a cpanel box doesn't work...
exim -bpr | grep frozen | awk {'print $3'} | xargs exim -Mrm
produces the error...
exim: no message ids given after -Mrm option
any idea what the problem is?
thx
exim -bpr | grep frozen | awk {'print $3'} | xargs exim -Mrm
produces the error...
exim: no message ids given after -Mrm option
any idea what the problem is?
thx
exim advance editor
HI,.
Exim advance editor unable to allow following field.
timeout_frozen_after = 4d
ignore_bounce_errors_after = 2d
If i edit using vi it wont show in whm exim advance editor.
as i know whm is using another file for edit. so i tried to edit all files exim.conf.txt
exim.conf.buildtest but no use.
let me know how to edit?
Exim advance editor unable to allow following field.
timeout_frozen_after = 4d
ignore_bounce_errors_after = 2d
If i edit using vi it wont show in whm exim advance editor.
as i know whm is using another file for edit. so i tried to edit all files exim.conf.txt
exim.conf.buildtest but no use.
let me know how to edit?