From owner-freebsd-questions Mon Aug 28 11:56:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id D420537B423 for ; Mon, 28 Aug 2000 11:56:37 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id PAA06549; Mon, 28 Aug 2000 15:51:55 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 28 Aug 2000 15:51:55 -0300 (ART) From: Fernando Gleiser To: Fengping Li Cc: freebsd-questions@FreeBSD.ORG Subject: Re: attachment-truncated(sendmail8.9.3 on freeBSD3.3) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 28 Aug 2000, Fengping Li wrote: > Hi there, > > I am using sendmail 8.9.3 on freeBSD3.3. When someone sends mail > attachent, fatal error occurs as follows: > > ------The following addresses had permanent fatal errors---- > > > ----Transcript of session follows---- > while talking to [10.0.0.2]; > >>>MAIL From: SIZE=6363781 > <<< 552 Message size exceeds fixed maximium message size. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The problem is not the attachement, the problem is the message's size. If you need to receive messages which are that big, edit /etc/sendmail.cf and change the line O MaxMessageSize=1000000 to something that fills your needs, then kill -HUP sendmail. > 554 ...Service unavailable > > Does any friend over there teach me how to resolve this problem? > > Thank you so much. > > fli > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message