From owner-freebsd-isp Tue Nov 13 13: 4:28 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [217.156.25.2]) by hub.freebsd.org (Postfix) with ESMTP id B3BE337B41A for ; Tue, 13 Nov 2001 13:04:10 -0800 (PST) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id WAA05766 for ; Tue, 13 Nov 2001 22:54:04 +0200 (EET) (envelope-from ady@warpnet.ro) Date: Tue, 13 Nov 2001 22:54:03 +0200 (EET) From: Adrian Penisoara To: freebsd-isp@FreeBSD.ORG Subject: Re: Forcing sendmail to react to quota limits In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Responding to my own question: in /etc/mail/.mc insert just _before_ "MAILER(local)": define(`LOCAL_MAILER_ARGS', `mail.local -lb') then "make install" in /etc/mail. Take care to have in /etc/make.conf a line like this: SENDMAIL_MC=/etc/mail/.mc See mail.local(8) for the meaning of -b flag. Yours, Ady (@warpnet.ro) _______________________________________________________________________ | Programming in BASIC causes brain damage. | | (Edsger Wybe Dijkstra) | On Tue, 13 Nov 2001, Adrian Penisoara wrote: > Hi, > > I'm using 4.4-STABLE (sendmail 8.11.6) and I'm having a hard time with > user quotas. For example for users that have reached their quota limits > sendmail correctly doesn't deliver any new mail to their mailboxes but > instead it queues it in the mail spool which grows to fill the entire fs. > > How can I make sendmail refuse messages for accounts that have their > quota limit reached ? > > Thank you very much, > Ady (@warpnet.ro) > _______________________________________________________________________ > | Programming in BASIC causes brain damage. | > | (Edsger Wybe Dijkstra) | > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message