Re: Refuse over quota mail

2004-06-17 Thread Ken Murchison
Gary Mills wrote: On Thu, Jun 17, 2004 at 05:35:01PM -0400, Ken Murchison wrote: Use the Sendmail socket daemon (smmapd) which comes with Cyrus. You'll need either Sendmail 8.13 or the patch for 8.12 (http://www.sendmail.org/~ca/email/smenhanced.html) This will check for over quota at RCPT TO t

Re: Refuse over quota mail

2004-06-17 Thread Ken Murchison
Adi Linden wrote: Use the Sendmail socket daemon (smmapd) which comes with Cyrus. You'll need either Sendmail 8.13 or the patch for 8.12 (http://www.sendmail.org/~ca/email/smenhanced.html) Great! Time to go googling for more information on smmapd and how to configure it... :) This will check

Re: Refuse over quota mail

2004-06-17 Thread Gary Mills
On Thu, Jun 17, 2004 at 05:35:01PM -0400, Ken Murchison wrote: > > Use the Sendmail socket daemon (smmapd) which comes with Cyrus. You'll > need either Sendmail 8.13 or the patch for 8.12 > (http://www.sendmail.org/~ca/email/smenhanced.html) > > This will check for over quota at RCPT TO time a

Re: Refuse over quota mail

2004-06-17 Thread Adi Linden
> Use the Sendmail socket daemon (smmapd) which comes with Cyrus. You'll > need either Sendmail 8.13 or the patch for 8.12 > (http://www.sendmail.org/~ca/email/smenhanced.html) Great! Time to go googling for more information on smmapd and how to configure it... :) > This will check for over q

Re: Refuse over quota mail

2004-06-17 Thread Ken Murchison
Adi Linden wrote: How can I configure cyrus-imapd to refuse over quota mail instead of having sendmail generate a bounce message. Is this possible? Enable lmtp_over_quota_perm_failure in imapd.conf I did that. Now it no longer queues over quota messages but generates a bounce message to the send

Re: Refuse over quota mail

2004-06-17 Thread Adi Linden
> > How can I configure cyrus-imapd to refuse over quota mail instead of > > having sendmail generate a bounce message. Is this possible? > > Enable lmtp_over_quota_perm_failure in imapd.conf I did that. Now it no longer queues over quota messages but generates a bounce message to the sender th

Re: Refuse over quota mail

2004-06-17 Thread Ken Murchison
Adi Linden wrote: How can I configure cyrus-imapd to refuse over quota mail instead of having sendmail generate a bounce message. Is this possible? Enable lmtp_over_quota_perm_failure in imapd.conf -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x2

Re: Refuse over quota mail

2004-06-16 Thread Edward Rudd
The sendmail bounce is being generated because Cyrus-IMAPd refused the message. Are you wanting to have sendmail drop the message if the mailbox is overquota? In most cases this is usually undesirable as there would be no notification to the sender of the message why the mail failed.. I'm not sure