fangj1n 发表于 2013-07-04 09:22

dovecot的启动后连接不了110端口

go@ubuntu-server:~$ sudo service postfix restart
* Stopping Postfix Mail Transport Agent postfix                                             [ OK ]
* Starting Postfix Mail Transport Agent postfix                                             [ OK ]

go@ubuntu-server:~$ sudo service dovecot restart
stop: Unknown instance:
dovecot start/running, process 8220

go@ubuntu-server:~$ sudo ps -aux | grep dovecot
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
go      82530.00.0   8104   916 pts/0    S+   09:17   0:00 grep --color=auto dovecot

go@ubuntu-server:~$ netstat -l | grep :25
go@ubuntu-server:~$ netstat -l | grep :110
go@ubuntu-server:~$ netstat -l | grep :143
go@ubuntu-server:~$

go@ubuntu-server:~$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 yahoo.org ESMTP Postfix (Ubuntu)

go@ubuntu-server:~$ telnet localhost 110
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

dovecot程序已经启动了,为什么还是连接不了110端口啊?

chenyx 发表于 2013-07-04 09:38

看你的netstat输出,貌似服务没有起来啊.你检查下系统日志吧

wenhq 发表于 2013-07-04 14:03

你的postfix根dovecot是一起的把,起了postfix看先110监听了没。。。我是从来没有restart过dovecot的。。LZ试试

fangj1n 发表于 2013-07-05 09:56


root@localhost:/etc/dovecot# start dovecot
dovecot start/running, process 1371
root@localhost:/etc/dovecot# netstat -l | grep :110
root@localhost:/etc/dovecot#

打开postfix后没有110,dovecot可以启动,怎么却监听不了110端口呢,,,,,,,

chenyx 发表于 2013-07-05 17:13

/etc/init.d/devote restart
这样启动下服务看看
页: [1]
查看完整版本: dovecot的启动后连接不了110端口