--- Jesse Keating <[EMAIL PROTECTED]> wrote:
> Sendmail on Red Hat doesn't listen to anything but
> localhost by default.  You 
> have to configure it to allow certian IP addresses
> to relay.  Please consult 
> the release notes, and sendmail documentation.

to get around this you simply need to edit
/etc/mail/sendmail.mc and comment out 
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
by putting a dnl in front of it. And while you're at
it, you may as well comment out this line too:
FEATURE(`accept_unresolvable_domains')dnl

then run m4 /etc/mail/sendmail.mc >
/etc/mail/sendmail.cf 

then you will prolly still have to allow relaying via
the other files as mentioned


=====
Kevin C. McConnell --RHCE-- <Red Hat Certified Engineer>

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to