|
各位大师:
小弟刚刚装了FC4下的Mail,dovecot+postfix+openwebmail+httpd ,四个均安装测试正常,可是我通过外部访问时就显示不出来openwebmail的首页,相关文件如下:
1. telnet 服务:
l[root@linux1 ~]# telnet liunx1.sunny.com 110
liunx1.sunny.com/110: Name or service not known
[root@linux1 ~]# hostname
linux1.sunny.com
[root@linux1 ~]# telnet mail.sunny.com 110
mail.sunny.com/110: Name or service not known
[root@linux1 ~]# telnet 218.90.165.1 110
Trying 218.90.165.1...
Connected to linux1.sunny.com (218.90.165.1 ).
Escape character is '^]'.
+OK dovecot ready.
quit
+OK Logging out
Connection closed by foreign host.
[root@linux1 ~]# telnet 218.90.165.1 25
Trying 218.90.165.1 ...
Connected to linux1.sunny.com (218.90.165.1).
Escape character is '^]'.
220 linux1.sunny.com ESMTP Postfix
quit
221 Bye
Connection closed by foreign host.
2. openwebmail 测试
[root@linux1 ~]# cd /var/www/cgi-bin/openwebmail/
[root@linux1 openwebmail]# ./openwebmail-tool.pl --init
Welcome to the Open WebMail!
This program is going to send a short message back to the developer,
so we could have the idea that who is installing and how many sites are
using this software, the content to be sent is:
OS: Linux 2.6.11-1.1369_FC4 i686
Perl: 5.008006
WebMail: Open WebMail 2.51 20061017
Send the site report?(Y/n) n
Thank you.
3.log文件摘录
Oct 18 09:41:24 linux1 dovecot: Killed with signal 15
Oct 18 09:42:26 linux1 dovecot: Dovecot starting up
Oct 18 09:44:48 linux1 postfix/postfix-script: starting the Postfix mail system
Oct 18 09:44:48 linux1 postfix/master[2491]: daemon started -- version 2.2.9, configuration /etc/postfix
Oct 18 10:59:17 linux1 pop3-login: Aborted login [::ffff:218.90.165.1 ]
Oct 18 10:59:23 linux1 postfix/smtpd[3139]: warning: 218.90.165.1 : address not listed for hostname linux1.sunny .com
Oct 18 10:59:23 linux1 postfix/smtpd[3139]: connect from unknown[218.90.165.122]
Oct 18 10:59:25 linux1 postfix/smtpd[3139]: disconnect from unknown[218.90.165.122]
Oct 18 11:02:45 linux1 postfix/anvil[3141]: statistics: max connection rate 1/60s for (smtp:218.90.165.1 ) at Oct 18 10:59:23
Oct 18 11:02:45 linux1 postfix/anvil[3141]: statistics: max connection count 1 for (smtp:218.90.165.1 ) at Oct 18 10:59:23
Oct 18 11:02:45 linux1 postfix/anvil[3141]: statistics: max cache size 1 at Oct 18 10:59:23
以上请各位大师帮忙找一下原因!谢谢! |
|