From owner-freebsd-questions Thu Nov 20 07:30:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA11439 for questions-outgoing; Thu, 20 Nov 1997 07:30:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from css.tuu.utas.edu.au (css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA11433 for ; Thu, 20 Nov 1997 07:30:26 -0800 (PST) (envelope-from andrew@ugh.net.au) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id CAA19171; Fri, 21 Nov 1997 02:30:15 +1100 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Fri, 21 Nov 1997 02:30:15 +1100 (EST) To: Costas Kalantzopoulos cc: freebsd-questions@FreeBSD.ORG Subject: Re: Size of E-mail In-Reply-To: <34744BBE.8C86EBAF@mediaweb.gr> Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 20 Nov 1997, Costas Kalantzopoulos wrote: > I'd be grateful if you told me how am I going to increase or decrease > the maximum size allowed for incoming E-mails through procmail or such. You can restrict the size of incoming emails with sendmail. Look for the : # maximum message size O MaxMessageSize=2097152 lines. If you want to do things with procmail check the manpages...man -k procmail for a listing. andrew