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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: exim-users
題目: 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