Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Sep 2003 12:05:31 -0400
From:      Adam McLaurin <blueeskimo@gmx.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Sendmail is sleepy
Message-ID:  <1062605131.719.4.camel@jake>
In-Reply-To: <003901c37228$42b6a430$04fea8c0@moe>
References:  <003901c37228$42b6a430$04fea8c0@moe>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-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 <blueeskimo@gmx.net>

--=-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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1062605131.719.4.camel>