红联Linux门户
Linux帮助

postfix邮件服务器问题

发布时间:2009-06-11 15:48:15来源:红联作者:xgm2010
我按照ExtMail Solution HOWTO for Linux建造了个MAIL SERVER.但是在telnet localhost 25老不对.
还请大家看看呀!

[root@mail-server ~]# telnet localhost 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused



[root@mail-server ~]# netstat -tpln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program n ame
tcp 0 0 0.0.0.0:839 0.0.0.0:* LISTEN 20161/rpc.sta td
tcp 0 0 0.0.0.0:5801 0.0.0.0:* LISTEN 21814/Xvnc
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 26253/mysqld
tcp 0 0 0.0.0.0:5802 0.0.0.0:* LISTEN 22448/Xvnc
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 21814/Xvnc
tcp 0 0 0.0.0.0:5902 0.0.0.0:* LISTEN 22448/Xvnc
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 20141/portmap
tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 21814/Xvnc
tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 20407/xinetd
tcp 0 0 0.0.0.0:6002 0.0.0.0:* LISTEN 22448/Xvnc
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 20332/cupsd
tcp 0 0 :::80 :::* LISTEN 23360/httpd
tcp 0 0 :::6001 :::* LISTEN 21814/Xvnc
tcp 0 0 :::6002 :::* LISTEN 22448/Xvnc
tcp 0 0 :::22 :::* LISTEN 20392/sshd
tcp 0 0 :::443 :::* LISTEN 23360/httpd



[root@mail-server ~]# tail -f /var/log/maillog
Jun 11 14:29:07 mail-server postfix/master[25893]: daemon started -- version 2.5.1, configuration /etc/postfix
Jun 11 14:40:55 mail-server extmail[25971]: user=<xgm2010@xel-tech.com>, client=192.168.8.172, module=login, status=loginok
Jun 11 14:59:43 mail-server postfix/postfix-script[26308]: stopping the Postfix mail system
Jun 11 14:59:43 mail-server postfix/master[25893]: terminating on signal 15
Jun 11 14:59:43 mail-server postfix/postfix-script[26359]: starting the Postfix mail system
Jun 11 14:59:43 mail-server postfix/master[26360]: daemon started -- version 2.5.1, configuration /etc/postfix
Jun 11 15:15:41 mail-server postfix/postfix-script[26440]: stopping the Postfix mail system
Jun 11 15:15:41 mail-server postfix/master[26360]: terminating on signal 15
Jun 11 15:15:41 mail-server postfix/postfix-script[26491]: starting the Postfix mail system
Jun 11 15:15:41 mail-server postfix/master[26492]: daemon started -- version 2.5.1, configuration /etc/postfix
文章评论

共有 1 条评论

  1. xgm2010 于 2009-06-16 09:35:36发表:

    怎么没人回呀?