HI.
how to make crontab to delete perticular domains mailqueue only?
thank you,
Auto delete older bounced emails
chirpy wrote:The easiest way is to probably drop them off the queue by adding the following to the first textarea in the Exim Configuration Editor:Chirpy,Code: Select alltimeout_frozen_after = 4d ignore_bounce_errors_after = 2d
I have changed timeout_frozen_after from 4d to 2d, but it doesn´t delete emails in the queue on the 2nd day and they still in the queue until the 4d, is there somenthing else that I have to tweak on exim for the queue emails to be deleted on the 2nd day?
Regards,
Sergio
Interesting how this does not seem to work for everyone.
In the very top I have this:
exim.conf
#!!# cPanel Exim 4 Config
However, I regularly have to clear these from the queue manually (using cmq: v1.09), as both frozen and bounced seem to remain there for ever.
Strange or not?
- Vince
In the very top I have this:
exim.conf
#!!# cPanel Exim 4 Config
log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +received_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connection +smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdnSo mine shoud clear frozen after 1 day and bounce errors after 2 hours.
timeout_frozen_after = 1d
ignore_bounce_errors_after = 2h
However, I regularly have to clear these from the queue manually (using cmq: v1.09), as both frozen and bounced seem to remain there for ever.

Strange or not?
- Vince