procmail
[Top] [All Lists]

Re: cannot bounce mail successfully

2001-08-31 23:19:20
On Fri, Aug 31, 2001 at 10:08:12PM +0200, Werner Reisberger wrote:
I am using Cyrus IMAP, Postfix and procmail as LDA. If a mailbox is overquota
I want to bounce the mail with a descriptive Subject line. This works
but there is always a copy of the email left in the MTA queue although
the procmail recipe has been executed successful.

You probably need to tell your MTA that delivery was successful (that is, that
the message was successfully handed off to the LDA), before it will remove the
message from the queue. If it thinks the LDA is failing, it will attempt to
redeliver for a certain amount of time. Once it passes it to the LDA, it's not
the MTA's problem if the user is over quota. Determining what to do about it
(including sending a response back to the original sender) is the job of the
LDA.

-- 
Andrew Edelstein        -       andrew(_at_)pure-chaos(_dot_)com
http://andrew.pure-chaos.com
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>