relaying denied problems with mailman and sendmail 8.9.3-10

Well, now that mailman works with sendmail 8.9.3-10 and smrsh, I now have the following problem:
Sending any messages beyond the local host fails with a relaying denied error.
Is anyone here familiar with sendmail.cf who can tell me what I need to do to enable mailman to send messages to non local addresses?
help!
Here is the /var/log/maillog output:
May 13 21:15:29 hadron sendmail[1931]: VAA01931: clone VAA01930, owner=mailman-test-admin May 13 21:15:30 hadron sendmail[1931]: VAA01931: to="|/home/mailman/mail/wrapper post mailman-test", delay=00:00:01, xdelay=00:00:01, mailer=prog, stat=Sent May 13 21:15:31 hadron sendmail[1946]: VAA01946: ruleset=check_rcpt, arg1=<jnlewis@arachnerd.com>, relay=IDENT:mail@localhost [127.0.0.1], reject=550 <jnlewis@arachnerd.com>... Relaying denied May 13 21:15:31 hadron sendmail[1946]: VAA01946: from=<mailman-test-admin@prospace.org>, size=1089, class=0, pri=0, nrcpts=0, proto=ESMTP, relay=IDENT:mail@localhost [127.0.0.1] May 13 21:15:33 hadron sendmail[1949]: VAA01949: ruleset=check_rcpt, arg1=<john_lewis@woodberry.org>, relay=IDENT:mail@localhost [127.0.0.1], reject=550 <john_lewis@woodberry.org>. .. Relaying denied May 13 21:15:33 hadron sendmail[1949]: VAA01949: from=<mailman-test-admin@prospace.org>, size=1089, class=0, pri=0, nrcpts=0, proto=ESMTP, relay=IDENT:mail@localhost [127.0.0.1] May 13 21:15:33 hadron sendmail[1950]: VAA01950: from=<mailman-test-admin@prospace.org>, size=1090, class=-60, pri=139090, nrcpts=1, msgid=<014801be9d87$e964dd80$8a0210ac@woodberry.org>, proto=ESMTP, relay=IDENT:mail@localhost [127.0.0.1] May 13 21:15:33 hadron sendmail[1951]: VAA01950: to=<prospace-list@prospace.org>, delay=00:00:00, xdelay=00:00:00, mailer=local, stat=Sent [root@hadron jlewis]

Is anyone here familiar with sendmail.cf who can tell me what I need to do to enable mailman to send messages to non local addresses?
You need to add domains that you'll be relaying from to
/etc/mail/access
Afterwards do
(cd /etc/mail ; makemap hash access < access)
Better yet, add your IP block, i.e:
198.88.188 RELAY
Chris

Is anyone here familiar with sendmail.cf who can tell me what I need to do to enable mailman to send messages to non local addresses?
You need to add domains that you'll be relaying from to
/etc/mail/access
Afterwards do
(cd /etc/mail ; makemap hash access < access)
Better yet, add your IP block, i.e:
198.88.188 RELAY
Chris
participants (2)
-
Christopher Lindsey
-
John Lewis