From owner-freebsd-questions@FreeBSD.ORG Mon Sep 25 19:42:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD66F16A416 for ; Mon, 25 Sep 2006 19:42:33 +0000 (UTC) (envelope-from freebsd-questions@voidcaptain.com) Received: from mx4.x15.net (mx4.x15.net [69.55.237.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A117643D4C for ; Mon, 25 Sep 2006 19:42:33 +0000 (GMT) (envelope-from freebsd-questions@voidcaptain.com) Received: from j1.x15.net [63.196.213.76] by mx4.x15.net with ESMTP id 608060222X1GRwLZ000EJK1a; Mon, 25 Sep 2006 19:42:33 +0000 Message-ID: <4518310A.8000308@voidcaptain.com> Date: Mon, 25 Sep 2006 12:42:02 -0700 From: Pete Slagle MIME-Version: 1.0 To: "B. Cook" References: <4517F79A.40003@poklib.org> In-Reply-To: <4517F79A.40003@poklib.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Exim As MTA 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: Mon, 25 Sep 2006 19:42:33 -0000 B. Cook wrote: > I am running Exim as a sendmail replacement, and I keep getting a > "Message failure - message too big" in my inbox for root. (looks like > from daily run output) > I do want to see the mail due to the messages in the queue.. but how do > I get it not to show me rejected mail? To set the maximum message size the Exim will process, put something like message_size_limit = 50M return_size_limit = 1M in Exim's configuration file, /usr/local/etc/exim/configure See http://exim.org/ for full details.