From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 16:04:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A924A16A469 for ; Thu, 13 Dec 2007 16:04:57 +0000 (UTC) (envelope-from csar@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.freebsd.org (Postfix) with ESMTP id F24CA13C469 for ; Thu, 13 Dec 2007 16:04:56 +0000 (UTC) (envelope-from csar@123.com.sv) Received: (qmail 59287 invoked from network); 13 Dec 2007 16:19:13 -0000 Received: from unknown (HELO ?127.0.0.1?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 13 Dec 2007 16:19:13 -0000 Message-ID: <476158E8.2030708@123.com.sv> Date: Thu, 13 Dec 2007 10:08:08 -0600 From: Cesar Amaya User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Chuck Swiger References: <4760208B.5060707@123.com.sv> <192E5FCC5BDD87CAD2C1341E@utd59514.utdallas.edu> <47604075.8060705@123.com.sv> <18272.17315.714141.372324@jerusalem.litteratus.org> <47604DE2.4010307@123.com.sv> <20071212211342.GA11906@gizmo.acns.msu.edu> <47605C8C.4010601@123.com.sv> <20071212221903.GB12113@gizmo.acns.msu.edu> <9F0DCF4C-432E-4FEA-B3C4-1F01D4D5CB56@mac.com> In-Reply-To: <9F0DCF4C-432E-4FEA-B3C4-1F01D4D5CB56@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 071212-0, 12/12/2007), Outbound message X-Antivirus-Status: Clean Cc: "freebsd-questions@freebsd.org Questions" Subject: Re: /tmp: filesystem full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 16:04:57 -0000 > You should add something like this to your sendmail.mc config: > > define(`confMAX_MESSAGE_SIZE', `21000000')dnl > > ...which will set a maximum message size that your SMTP server is > willing to accept. The recommended max size in the RFCs was something > like 10 MB, but season to taste. Do I have to follow the /usr/share/sendmail/cf/cf/README file in order to configure sendmail as you said? or can I just put the above line in some other config file? P.D. the server had 2 files of 4.1 G each in /var/spool/mqueue, I deleted this files and no more error messages appeared.