From owner-freebsd-questions  Mon Dec  6 15:27:38 1999
Delivered-To: freebsd-questions@freebsd.org
Received: from federation.addy.com (federation.addy.com [208.11.142.20])
	by hub.freebsd.org (Postfix) with ESMTP id 4D96E14F96
	for <freebsd-questions@FreeBSD.ORG>; Mon,  6 Dec 1999 15:27:30 -0800 (PST)
	(envelope-from fbsdlist@federation.addy.com)
Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id SAA12007 for <freebsd-questions@FreeBSD.ORG>; Mon, 6 Dec 1999 18:27:29 -0500 (EST)
Date: Mon, 6 Dec 1999 18:27:29 -0500 (EST)
From: Cliff Addy <fbsdlist@federation.addy.com>
To: freebsd-questions@FreeBSD.ORG
Subject: majordomo (actually sendmail) problem
Message-ID: <Pine.BSF.3.95q.991206180316.10601B-100000@federation.addy.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

I'm trying to get the majordomo port in 3.3-R to work.  I'm having a
problem with the test-l list that it creates for testing.

I've traced the problem to the sendmail that resend spawns, it's starting
this:

 /usr/sbin/sendmail -oi -oee -fowner-test-l@f2.addy.com test-l-outgoing

and test-l-outgoing appears in aliases.majordomo as:

 test-l-outgoing::include:/usr/local/majordomo/lists/test-l,
   "|/usr/local/majordomo/wrapper archive -a -m -f
    /usr/local/majordomo/lists/test-l.archive/test-l.archive",
   "|/usr/local/majordomo/wrapper digest -r -C -l test-l-digest
    test-l-digest-outgoing"

Now, both the wrapper versions (digest and archive) start and run as
expected.  However, sendmail doesn't grab the addresses in
/usr/local/majordomo/lists/test-l and send the message to them.

Now, what would cause sendmail to fail on this include?  There are
absolutely no error messages in any logs.

Cliff




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message