View previous topic :: View next topic |
Author |
Message |
biznatch Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1737772155414b429c9adea.png)
Joined: 23 Jul 2004 Posts: 220 Location: Wichita, KS
|
Posted: Tue Sep 14, 2004 1:49 pm Post subject: [SOLVED] Sendmail + procmail and quotas |
|
|
I have setup quotas to help keep mailboxes under control. However, when mailboxes reach the hardlimit, all messages stay in the deferred queue until the sendmail confTO_QUEUERETURN expires.
How do I bounce mail when procmail exits with EX_TEMPFAIL? I would like for them to bounce right away, rather than wait for sendmail to confTO_QUEUERETURN.
Any help is appreciated. Thanks! _________________ While your waiting for your post to be answered, please help with unanswered posts.
Last edited by biznatch on Tue Sep 14, 2004 7:21 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
biznatch Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1737772155414b429c9adea.png)
Joined: 23 Jul 2004 Posts: 220 Location: Wichita, KS
|
Posted: Tue Sep 14, 2004 7:20 pm Post subject: SOLVED |
|
|
Don't call procmail with the "-t" option
Changed:
Code: | FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl |
To:
Code: | FEATURE(local_procmail,`',`procmail -Y -a $h -d $u')dnl |
_________________ While your waiting for your post to be answered, please help with unanswered posts. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|