From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 09:05:36 2003 Return-Path: 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 C3D3716A4BF for ; Wed, 3 Sep 2003 09:05:36 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A20944001 for ; Wed, 3 Sep 2003 09:05:35 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 10978 invoked by uid 65534); 3 Sep 2003 16:05:33 -0000 Received: from dsl-cust-145.openweb.ca (EHLO [64.39.186.145]) (64.39.186.145) by mail.gmx.net (mp013) with SMTP; 03 Sep 2003 18:05:33 +0200 From: Adam McLaurin To: freebsd-questions@freebsd.org In-Reply-To: <003901c37228$42b6a430$04fea8c0@moe> References: <003901c37228$42b6a430$04fea8c0@moe> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-R8hk9nJSf8vBrlTuG8FH" Message-Id: <1062605131.719.4.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 03 Sep 2003 12:05:31 -0400 Subject: Re: Sendmail is sleepy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 16:05:36 -0000 --=-R8hk9nJSf8vBrlTuG8FH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-09-03 at 10:32, Charles Howse wrote: > Hi, > When I boot, I get what I assume are timeouts when loading sendmail. >=20 > Sendmail_submit > My unqualified hostname (larry) unknown; sleeping for retry > Unable to qualify my hostname, using short name >=20 > Sendmail-clientmqueue > My unqualified hostname (larry) unknown; sleeping for retry > Unable to qualify my hostname, using short name >=20 > How can I make these go away? Hi Charles, I have had this problems on both my FreeBSD boxes as well, and never found a good solution. Here is the relevant parts of my rc.conf: sendmail_enable=3D"NONE" sendmail_outbound_enable=3D"NO" sendmail_submit_enable=3D"NO" sendmail_msp_queue_enable=3D"NO" hostname=3D"jake" Here's my periodic.conf: daily_clean_hoststat_enable=3D"NO" daily_status_mail_rejects_enable=3D"NO" = daily_status_include_submit_mailq=3D"NO" daily_submit_queuerun=3D"NO" Here is my hosts file: ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain 127.0.0.1 jake 192.168.56.5 elwood Now for some permissions: -$ ls -al /usr/sbin/mailwrapper=20 -r--r--r-- 1 root wheel 5432 Aug 13 10:20 /usr/sbin/mailwrapper -$ ls -al /usr/sbin/sendmail=20 lrwxr-xr-x 1 root wheel 21 Aug 13 10:20 /usr/sbin/sendmail -> /usr/sbin/mailwrapper You will see the solution that I found (chmod a-x /usr/sbin/mailwrapper). This is a dirty hack, but it did the trick. I don't use sendmail at all. Let me know if you find a proper solution for this. --=20 Adam McLaurin --=-R8hk9nJSf8vBrlTuG8FH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/VhFLt+DSc2Q4lGYRAhW5AKCyX3QfIO08p6YoAbqgoq9LB7E1sgCgqS61 dNFoZef/qGqSrwr8/9DX0d0= =bf5g -----END PGP SIGNATURE----- --=-R8hk9nJSf8vBrlTuG8FH--