From owner-freebsd-stable Thu Aug 22 5:42: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EEFD37B400 for ; Thu, 22 Aug 2002 05:41:57 -0700 (PDT) Received: from agape.wingnet.net (agape.wingnet.net [206.30.215.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E24F43E7B for ; Thu, 22 Aug 2002 05:41:56 -0700 (PDT) (envelope-from trevarthan@wingnet.net) Received: from david.int.wingnet.net (makrothumia.wingnet.net [206.30.215.5]) by agape.wingnet.net (8.12.3/8.11.6) with ESMTP id g7MCftKM069525 for ; Thu, 22 Aug 2002 08:41:56 -0400 (EDT) (envelope-from trevarthan@wingnet.net) Content-Type: text/plain; charset="iso-8859-1" From: Matthias Trevarthan Reply-To: trevarthan@wingnet.net Organization: Urokosodoji, Inc. To: freebsd-stable@freebsd.org Subject: Re: sendmail Problems Date: Thu, 22 Aug 2002 08:41:55 -0400 User-Agent: KMail/1.4.2 References: <000001c249a6$15db0830$0800a8c0@p4> <200208220831.51482.trevarthan@wingnet.net> In-Reply-To: <200208220831.51482.trevarthan@wingnet.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208220841.55434.trevarthan@wingnet.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Oops...=20 One more quick note: Be SURE to remove your OLD sendmail code from /etc/defaults/rc.conf when = you=20 add the new MTA section. Otherwise you'll have conflicting sendmail start= up=20 flags. Matthias On Thursday 22 August 2002 08:31 am, Matthias Trevarthan wrote: > 1.) First, in /etc/defaults/rc.conf, there should be an MTA section rig= ht > above the Misc Administration section. This is NEW code! Add it! See > example below: > > ############################################################## > ### Mail Transfer Agent (MTA) options ###################### > ############################################################## > > mta_start_script=3D"/etc/rc.sendmail" > # Script to start your chosen MTA, called by > /etc/rc. # Settings for /etc/rc.sendmail: > sendmail_enable=3D"YES" # Run the sendmail inbound daemon (YES/NO/NON= E). > # If NONE, don't start any sendmail processes. > sendmail_flags=3D"-L sm-mta -bd -q30m" # Flags to sendmail (as a server= ) > sendmail_submit_enable=3D"YES" # Start a localhost-only MTA for mail > submission > sendmail_submit_flags=3D"-L sm-mta -bd -q30m > -ODaemonPortOptions=3DAddr=3Dlocalhost" # Flags for localhost-only MTA > sendmail_outbound_enable=3D"YES" # Dequeue stuck mail (YES/NO). > sendmail_outbound_flags=3D"-L sm-queue -q30m" # Flags to sendmail (outb= ound > only) > sendmail_msp_queue_enable=3D"YES" # Dequeue stuck clientmqueue mail (YE= S/NO). > sendmail_msp_queue_flags=3D"-L sm-msp-queue -Ac -q30m" > # Flags for sendmail_msp_queue daemon. > > > ############################################################## > ### Miscellaneous administrative options ################### > ############################################################## To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message