Operating System - HP-UX
1833712 Members
2053 Online
110063 Solutions
New Discussion

Sendmail 8.12.10 doesn't resolv on connecting host

 
Robin Arlasjö
New Member

Sendmail 8.12.10 doesn't resolv on connecting host

Hi,

Have a problm with sendmail 8.12.10, witch I compiled with a ANSI C compiler version B.11.11.08 on HPUX 11i PA-RISC.

The resolver seems to work on the envelope sender adresseses, but not on the host initiating the SMTP connection.

For an example, if I configure the Local_check_relay rulset with the following:
SLocal_check_relay
R$* $: $&{client_resolve}
ROK $@ OK
RFORGED $#error $@ 5.7.1 $: "550 Access Denied. Incomple
te DNS. IP name possibly forged " $&{client_name}
RFAIL $#error $@ 5.7.1 $: "550 Sending hostname must resolve!"
RTEMP $#error $@ 4.7.1 $: "450 Can't resolve hostname just now
.

It will always fail with 550 Sending host....
and if I look in the mail.log file it doesn't
resolv there either.

an 14 22:37:53 badger sendmail[25076]: NOQUEUE: connect from [66.90.161.49]
Jan 14 22:37:53 badger sendmail[25076]: ruleset=check_relay, arg1=[66.90.161.49]
, arg2=66.90.161.49, relay=[66.90.161.49], reject=550 5.7.1 Sending hostname mus
t resolve!

Does anyone have a solution to this?

Tanks //Robin
Robin