[exim] bounce rules

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Searcher
日付:  
To: exim-users
題目: [exim] bounce rules
Hi guys,

Does anyone know of an MTA or exim settings affecting bounce rules for
different emails?

Say I am sending an email to no.bounce@??? and I want my MTA to
attempt the delivery only ONCE. In case the email has been bounced back
discard that particular email from the queue and move on. All other emails
on the system should use the default resending options.

An idea (cron */1): exiqgrep -s no.bounce@??? -i | xargs exim -Mrm

Is it possible?
Thanks

-src-