> >
> > Is there anyway to tell sendmail to allow mail from paticular hosts
> > regardless of the DNS failure orno.
>
in /etc/mail/sendmail.mc
FEATURE(`accept_unresolvable_domains')dnl
then:
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
then:
/etc/init.d/sendmail restart
--Dave
-
> I am attempting to use fetchmail, to collect mail on my RH8 machine, from
an
> internal machine that does not have a public IP address.
>
> My RH box is refusing the mail because sendmail can not verify the
domain -
> unsurprising, as the domain name does not really exist.
>
> Is there anyway to
I am attempting to use fetchmail, to collect mail on my RH8 machine, from an
internal machine that does not have a public IP address.
My RH box is refusing the mail because sendmail can not verify the domain -
unsurprising, as the domain name does not really exist.
Is there anyway to tell sendmai