[Mailman-Users] mail not sent from mailman prg.
Ashley M. Kirchner
ashley at pcraft.com
Mon Jan 21 19:44:43 CET 2002
Logu wrote:
> If a mail from mailman program is sent to the users of other domains it is
> not going, but its delivering mail to the users of local domain properly.
> In the maillog i could find only the 'from' entry for this mail but there
> isn't any 'to' entries for it. In the mailman logs I find these posts as
> failures but nothing in the logs/error.
You don't say what Operating System you're running, however this looks very
much like a RedHat system. By default RedHat installs Sendmail and sets it to
only allow localhost deliveries.
If so, in your sendmail.mc file, change:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
to
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
To comment it out. Rebuild sencmail.cf with:
cp /etc/sendmail.cf /etc/sendmail.cf.save
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
service sendmail restart
The release notes cover this. By default, sendmail only listens on 127.0.0.1
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+--------------------------------------------------------------------
Ashley M. Kirchner <mailto:ashley at pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6
http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.
More information about the Mailman-Users
mailing list