From owner-freebsd-stable Thu Aug 22 5:32: 2 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 9FA1437B400 for ; Thu, 22 Aug 2002 05:31:58 -0700 (PDT) Received: from agape.wingnet.net (agape.wingnet.net [206.30.215.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D505D43E6E for ; Thu, 22 Aug 2002 05:31:57 -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 g7MCVpKM068655 for ; Thu, 22 Aug 2002 08:31:52 -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:31:51 -0400 User-Agent: KMail/1.4.2 References: <000001c249a6$15db0830$0800a8c0@p4> In-Reply-To: <000001c249a6$15db0830$0800a8c0@p4> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208220831.51482.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 I just had this same problem.=20 My problem stemmed from the fact that I neglected to run mergemaster as=20 carefully as I should have. (But it didn't seem to be working very well..= =2E) Anyway, I left out three things: 1.) First, in /etc/defaults/rc.conf, there should be an MTA section right= =20 above the Misc Administration section. This is NEW code! Add it! See exam= ple=20 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/NONE)= =2E # 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=20 submission sendmail_submit_flags=3D"-L sm-mta -bd -q30m -ODaemonPortOptions=3DAddr=3D= localhost" # 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 (outbou= nd=20 only) sendmail_msp_queue_enable=3D"YES" # Dequeue stuck clientmqueue mail (YES/= NO). sendmail_msp_queue_flags=3D"-L sm-msp-queue -Ac -q30m" # Flags for sendmail_msp_queue daemon. ############################################################## ### Miscellaneous administrative options ################### ############################################################## 2.) you need to make sure you have submit.cf in the /etc/mail directory. = (This=20 doesn't have anything to do with the sendmail.cf file. They are separate=20 entities.) If you don't have it, copy it from=20 /usr/src/contrib/sendmail/cf/cf/submit.cf 3.) Make sure you have installed /etc/rc.sendmail. You can find it here:=20 /usr/src/etc/rc.sendmail That's it. Make sure your mqueue and clientmqueue directory permissions a= re as=20 follows: [8:30]:[/var/spool]% ls -al | grep mqueue drwxrwx--- 2 smmsp smmsp 512 Aug 22 08:20 clientmqueue/ drwxr-xr-x 3 root daemon 8192 Aug 22 08:30 mqueue/ And you should be good to go. Matthias On Thursday 22 August 2002 02:35 am, Hutterer wrote: > After updating to 4.6.2-RELEASE my sendmail does not work. > > Get this error-messages: Anyboy an idea to fix this??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message