sendmail安装过程中出现的问题

李某人
sendmail安装过程中出现的问题

初步配置了sendmail,
telnet localhost 25


然后,查看邮件日志,信息如下:
Authentication-Warning: mylinux.cn: mylinux.cn [192.168.1.10] (may be forged) didn't use HELO protocol

请问这是什么原因,造成的?知道的请告诉,谢了!

simonfirst
检查三个文件

/etc/host
/etc/sysconfig/network
如果装Bind的话,有没有配置正解

李某人
[quote]原帖由 [i]simonfirst[/i] 于 2008-5-21 10:19 发表 [url=http://linux.chinaunix.net/bbs/redirect.php?goto=findpost&pid=6591030&ptid=1004087][img]http://linux.chinaunix.net/bbs/images/common/back.gif[/img][/url]
检查三个文件

/etc/host
/etc/sysconfig/network
如果装Bind的话,有没有配置正解 [/quote]


并没有使用Bind解析
只是简单的用hosts进行了解析

[root@www ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1       mylinux.cn      [url]www.mylinux.cn[/url]  localhos
192.168.1.10    mylinux.cn      [url]www.mylinux.cn[/url]  localhost

[root@www ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=www.mylinux.cn


[root@www ~]# cat /etc/host.conf
order hosts,bind

李某人
问题不会出现在这里

李某人
QUOTE:
原帖由 李某人 于 2008-5-21 00:52 发表
初步配置了sendmail,
telnet localhost 25


然后,查看邮件日志,信息如下:
Authentication-Warning: mylinux.cn: mylinux.cn [192.168.1.10] (may be forged) didn't use HELO protocol

请问这是什么原 ...



沒啥特殊意思,只因為你連到該主機 port 25 後沒有進行啥傳輸信件而結束了,所以 sendmail  留下一個紀錄訊息而已。

helo 只是 smtp 溝通的一個命令,詳見 smtp rfc document