Re: [exim] how to delete "frozen" emails permanently

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Peter Bowyer
Data:  
Para: exim-users
Asunto: Re: [exim] how to delete "frozen" emails permanently
sam wun <sam.wun@???> wrote:
>>>    exipick -zi | xargs exim -Mrm

>>>
>>> exipick is a very very useful tool.
>>>
>>>
> Hi,
>
> I just noticed that some these "frozen" email are coming back to my
> email server again. How can I remove them permenantly from Exim email
> system? I m using Exim 4.4


Find out why they'r there. The most likely source is undeliverable bounces -
you're accepting mail (probably spam or virus backscatter) for unknown
addresses in your domain and sending bounces to forged sender addresses.
Implement recipient verification in your SMTP RCPT ACL and they'll magically
stop happening, and you'll be a better net citizen into the bargain.

Peter