I am trying to configure sendmail on "abc" to send all mail
except local mail to be forwarded to "def" which will forward
it to the rest of the world. I keep getting a
"host name lookup failure" message although local mail on "abc"
works fine. Mail from "ghi" and "jkl" using "zmail" also gets
out nicely. Any help would be greatly appreciated.
The configuration:
----------------------ethernet 10baseT----------------
| | | |
| | | |
| | | |
--------- --------- --------- ---------
| abc | | def | | ghi | | jkl |
--------- --------- --------- ---------
|
|----> to the outside world and to other local networks
"abc" is an SCO box, rel 5.0.2
"def" is a router
"ghi" and "jkl" are WIN 95 boxes
"mailq" returns the following:
Mail Queue (1 request)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
XAA04014 5 Sun Mar 23 23:08 root
(Deferred: Name server: def: host name lookup failure)
/etc/hosts excerpt:
# SCCS IDENTIFICATION
127.0.0.1 localhost
168.100.200.200 abc abc.ournet.com
168.100.200.201 jack jack.ournet.com
168.100.200.202 jill jill.ournet.com
168.100.200.007 def mailhub
/usr/adm/syslog excerpt:
/usr/lib/sendmail.d/sendmail.ans:
# Answers last updated: Sun Mar 23 16:07:32 MST 1997
ZZNISDOMAINZZ=n
ZZDOMAINZZ=ournet.com
ZZFULLNAMEZZ=abc.ournet.com
ZZNAMELISTZZ="abc abc.ournet.com"
ZZSMARTZZ=def
ZZUUGWZZ=n
ZZUUCPZZ=abc
ZZUUCPHOSTZZ="abc"
ZZX400GWZZ=def.ournet.com
ZZX400GWLISTZZ="def"
X400=y
UUGW=n
SMART=y
NIS=n
UUNET=n
INET=y
--