|
蓝森林 http://www.lslnet.com 2006年7月28日 12:08
sendmail 为什么不能发信呀
我用的是RH 8.0 自带的sendmail
dns 服务器是由wndows 2000做的
内部可以成功互发是没有问题的
我现在想让他具备向外发信的功能但是不成功不知道是什么地方做的不对
在本地的DNS上已经做了MX记录
#sendmail -v user@etang.com < /dev/null
etang.com: Name Server timeout
user@etang.com ... Transient parse eror --message queued for delivery
user@etang.com ...queued
ping 也是通的呀
使用nslookup命令如下:
#nslookup
>;set type=mx
>;etang.com
Server:10.1.0.4
Address:10.1.0.4#53
Non-authoritative answer:
etang.com mail exchange =20 mx4.etang.com.
....................
Authoritative answers can be found from
etang.com nameserver=ns3.china.etang.com
................................ |
sendmail 为什么不能发信呀
resolv.conf,nsswitch.conf
加mailhost到/etc/hosts中 |
sendmail 为什么不能发信呀
楼上的是不是说 在本机上做解析呀,,
我把RH8.0 resolv.conf 中已经指向intranet中的window 2000 DNS server (10.1.0.4)了呀
这样不形吗 |
sendmail 为什么不能发信呀
in fact , this mechine can review Internet ..
nslookup is ok too. |
sendmail 为什么不能发信呀
did you add the mailhost in /etc/hosts |
| |