Ok guys, I'm back again...  I have this in my Sendmail 8.8 server
sendmail.cf file and (before I rem-ed it out) it would allow us to send mail
to our own domail but not outside.  Here's what I've got right now:

################################
# added 04022002 by KWM
#FR-o /etc/sendmail.cR

#Scheck_rcpt
# anything terminating locally is ok
#R< $+ @ $=w >                  $@ OK
#R< $+ @ $* $=R >                       $@ OK

#anything originating locally is ok
#R$*                            $: $(dequote "" $&{client_name} $)
#R$=w                           $@ OK
#R$=R                           $@ OK
#R$@                            $@ OK

#anything else is bogus
#R$*                            $#error $: "550 Relaying Denied"

###############################
# End of added lines - KWM

I got this from the Sendmail web site (or actually the Moongroup mirror).  I
have set up a file called /etc/sendmail.cR with a few of our hostnames in
it, including mine.  What have I got fouled up that's preventing us from
sending mail outside of our domain?  Is there something else I need to do
besides list the fully-qualified names of the machines which I want to allow
to relay?

Thanks,
Kerry Miller

Network Administrator
Info-Power International, Inc.
3315 Silverstone
Plano, TX  75023




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

Reply via email to