- 论坛徽章:
- 0
|
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 8253 0.0 0.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端口啊? |
|