[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: MH Frequently Asked Questions (FAQ) with Answers
Previous Document: 06.03 What to do with "bad address 'xxx' - no at-sign after local-part".
Next Document: 06.05 Fixing "post: problem initializing server; [RPLY] 503 Sender already specified"
-
Search the FAQ Archives
Single Page
Top Document: MH Frequently Asked Questions (FAQ) with Answers
Previous Document: 06.03 What to do with "bad address 'xxx' - no at-sign after local-part".
Next Document: 06.05 Fixing "post: problem initializing server; [RPLY] 503 Sender already specified"
06.04 Fixing "post: problem initializing server; [BHST] no servers available"
Eric Bracken <bracken at bacon.performance.com>
Date: Tue, 1 Nov 1994 00:00:00 -0800
The error message itself is essentially correct. However, what this
really means is: MH's post cannot connect to a running sendmail over
an SMTP port (MH configured with SMTP and SENDMTS).
The potential problems:
1. Your local sendmail daemon is dying or not running for some
reason.
2. You use BIND and your local nameserver is not responding.
Solution: Delete "/etc/resolv.conf."
3. Your $MHLIB/mts.conf (mtstailor) has its "servers:" pointing to a
non-existent machine or a machine which is a) not reachable or b)
not running the sendmail daemon.
From: Bdale Garbee <bdale at col.hp.com>,
Eric Bracken <bracken at bacon.performance.com>
Date: Sun, 1 May 1994 00:00:00 -0800
4. The hostname localhost [127.0.0.1] is missing from /etc/hosts.
Solution: add an entry for "localhost" to /etc/hosts or your DNS
database or add the following to $MHLIB/mts.conf (mtstailor):
servers: 127.0.0.1 \01localnet
From: Larry Daffner <ldaffner at convex.com>
Date: 3 Mar 1996 14:39:54 -0600
5. Your load average is so high that sendmail is refusing
connections.
Solution: Change your configuration from "mta: sendmail/smtp" to
"mta: sendmail" so that a sendmail processes is spawned to
deliver the message. This is a double-edged sword since the extra
process only makes the load worse.
From: Corbin Covault <cec8 at po.cwru.edu>
Date: Sun, 02 Sep 2001 02:13:42 -0400
6. Sendmail may not be located on the path that MH expects.
Solution: Try specifying the path explicitly by adding a line to
mts.conf thus:
sendmail: /usr/sbin/sendmail
or wherever your sendmail daemon executable lives.
From: Neil W Rickert <rickert+nn at cs.niu.edu>
Date: 13 Apr 2001 18:47:43 -0500
7. You don't want to use an available server.
Solution: Try
postproc: /usr/local/lib/mh/spost
in your MH profile (but check the path first). That should use
command line sendmail.
Top Document: MH Frequently Asked Questions (FAQ) with Answers
Previous Document: 06.03 What to do with "bad address 'xxx' - no at-sign after local-part".
Next Document: 06.05 Fixing "post: problem initializing server; [RPLY] 503 Sender already specified"
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
Bill Wohler <wohler@newt.com>
Last Update October 22 2009 @ 05:26 AM