>>>>> In article <199504040942.LAA14114@alpin.glas.apc.org>, Georg Kaefer <gkaefer@alpin.glas.apc.org> writes:
Georg> During the few days I'm on the list I recognized comparable questions
Georg> about messages like "unknown mailer error xx".
Georg> In the majordomo-readme, chapter 2.3 error messages, infos about
Georg> "unknown mailer error 5" can be found. I've (and it seems others too) to
Georg> struggle with "unknown mailer error 1".
Georg> ? What does this error code mean?
Georg> ? Which other error codes are known?
Previously sent to this list:
From: Brendan Bouffler <brendan@comms.unsw.EDU.AU>
Sender: majordomo-users-owner@GreatCircle.COM
To: rik.harris@vifp.monash.edu.au
Cc: majordomo-users@GreatCircle.COM
Subject: /bin/mail error flags
Date: Fri, 20 Jan 1995 15:51:54 +1100 (EST)
Status: RO
Received: from relay1.UU.NET by SSD.intel.com (4.1/SMI-4.1)
id AA23859; Thu, 19 Jan 95 21:30:07 PST
Received: from miles.greatcircle.com by relay1.UU.NET with ESMTP
id QQxzll09308; Fri, 20 Jan 1995 00:20:49 -0500
Received: (daemon@localhost) by miles.greatcircle.com (8.6.9/Miles-941015-1) id UAA00923 for majordomo-users-outgoing; Thu, 19 Jan 1995 20:55:35 -0800
Received: from demon.comms.unsw.EDU.AU (demon.comms.unsw.EDU.AU [129.94.1.128]) by miles.greatcircle.com (8.6.9/Miles-941015-1) with ESMTP id UAA00918 for <majordomo-users@GreatCircle.COM>; Thu, 19 Jan 1995 20:55:28 -0800
Received: (brendan@localhost) by demon.comms.unsw.EDU.AU (8.6.9/8.6.4.spook-central) id PAA10007; Fri, 20 Jan 1995 15:51:55 +1100
X-Sender: brendan@demon
In-Reply-To: <199501192117.IAA07517@nomad.vifp.monash.edu.au>
Message-Id: <Pine.SOL.3.91.950120153126.9287a-100000@demon>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Precedence: bulk
On Fri, 20 Jan 1995 rik.harris@vifp.monash.edu.au wrote:
> I know it's an old message, but
>
> There doesn't seem to be anything in the FAQ about the "unknown mailer
> error <n>", even though they can be really annoying to new mail
> administrators. While not that frequently asked, perhaps this could go
> into the FAQ?
Well, assuming you're using someone's hack of /bin/mail to do your local
mail delivery (most sendmails do):
#define E_FLGE 1 /* flge error */
#define E_FILE 2 /* file error */
#define E_SPACE 3 /* no space */
#define E_FRWD 4 /* cannot forward */
#define E_SYNTAX 5 /* syntax error */
#define E_FRWL 6 /* forwarding loop */
#define E_SNDR 7 /* invalid sender */
#define E_USER 8 /* invalid user */
#define E_FROM 9 /* too many From lines */
#define E_PERM 10 /* bad permissions */
#define E_MBOX 11 /* mbox problem */
#define E_TMP 12 /* temporary file problem */
#define E_DEAD 13 /* Cannot create dead.letter */
#define E_UNBND 14 /* Unbounded forwarding */
#define E_LOCK 15 /* cannot create lock file */
#define E_GROUP 16 /* no group id of 'mail' */
#define E_MEM 17 /* malloc failure */
#define E_FORK 18 /* could not fork */
#define E_PIPE 19 /* could not pipe */
#define E_OWNR 20 /* invoker does not own mailfile */
#define E_SMAIL 21 /* can't call sendmail */
This _might_ be of help (unfortunately, so many vendors brain-damage
the vanilla /bin/mail because they want to add their own vendor-specific
bugs/features.... 90% of the time, though, this list is pretty well on the
mark.
-- brendan
Network Engineer, Communications Unit, UNSW
brendan@unsw.EDU.AU +61 2 385 1111
References:
|
|