Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Sendmail + procmail and quotas
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
biznatch
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 220
Location: Wichita, KS

PostPosted: Tue Sep 14, 2004 1:49 pm    Post subject: [SOLVED] Sendmail + procmail and quotas Reply with quote

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
View user's profile Send private message
biznatch
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 220
Location: Wichita, KS

PostPosted: Tue Sep 14, 2004 7:20 pm    Post subject: SOLVED Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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