I agree. In fact, it was. I only posted to -current after receiving no response for a few days (since I suspected that it might have been related to my upgrade to 5.0). I personally have never messed with sendmail's configuration because on my system it functions only as a local mailer. I guess that may be one reason for proposing that sendmail be moved out of the base system. It has all the power (and the complexity that comes with that power) of a full-featured mailer, yet most machines are not mail servers. Well, anyway, there's my two cents.
Evan Dower


From: Terry Lambert <[EMAIL PROTECTED]>
To: Evan Dower <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: sendmail: no local mailer
Date: Wed, 02 Apr 2003 13:59:28 -0800
MIME-Version: 1.0
Received: from stork.mail.pas.earthlink.net ([207.217.120.188]) by mc10-f32.bay6.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 2 Apr 2003 14:00:48 -0800
Received: from pool0303.cvx22-bradley.dialup.earthlink.net ([209.179.199.48] helo=mindspring.com)by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128)(Exim 3.33 #1)id 190qHl-0001xF-00; Wed, 02 Apr 2003 14:00:45 -0800
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Q1OJDRSDidP
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.79 [en] (Win98; U)
X-Accept-Language: en
References: <[EMAIL PROTECTED]>
X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4de10f470e868703b4fc515dddff6e594350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 02 Apr 2003 22:00:48.0845 (UTC) FILETIME=[51C097D0:01C2F963]


Note: This should have been posted to -questions, not -current.


Evan Dower wrote:
> Sendmail has not been working on my system for some time now. I can't say
> exactly how long, but my guess is that it broke when I upgraded to
> RELENG_5_0. This is how sendmail is invoked (by default) and it's output.
>
> # sendmail -L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost
> 451 4.0.0 No local mailer defined: Bad address


You are missing a local mailer.  A local mailer is defined by a line
similar to:

Mlocal, P=/usr/libexec/mail.local, F=lsDFMAw5:/|@qPSXfmnz9, S=EnvFromSMT
P/HdrFromL, R=EnvToL/HdrToL,
T=DNS/RFC822/SMTP,
A=mail.local -l


in /etc/mail/sendmail.cf.

Probably, you updated and failed to rebuild and install the sendmail
configuration files located in /etc/mail/.


> 554 5.0.0 QueueDirectory (Q) option must be set


You are missing a line similar to:

# queue directory
O QueueDirectory=/var/spool/mqueue

in /etc/mail/sendmail.cf. Probably this has the same root cause.


> The same thing happens if I change "localhost" to "127.0.0.1". I > suspect that the second error (554) will disappear when I get rid > of the first one (451). Does anyone know why it might be misbehaving > like this?

Pilot error.

-- Terry


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to