Dovecot安装:这个错误是什么意思?

我和MySQL一起安装了CentOS 6(linode)上的postfix和dovecot。 表和用户已经设置好了,postfix安装好了,但是dovecot在邮件日志中给我这个错误:

Warning: Killed with signal 15 (by pid=9415 uid=0 code=kill)

接下来的几行说这个:

 Apr 7 16:13:35 dovecot: master: Dovecot v2.0.9 starting up (core dumps disabled) Apr 7 16:13:35 dovecot: config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf Apr 7 16:13:35 dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:1: protocols=pop3s is no longer supported. to disable non-ssl pop3, use service pop3-login { inet_listener pop3 { p$ Apr 7 16:13:35 dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:5: ssl_cert_file has been replaced by ssl_cert = <file Apr 7 16:13:35 dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:6: ssl_key_file has been replaced by ssl_key = <file Apr 7 16:13:35 dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:8: namespace private {} has been replaced by namespace { type=private } Apr 7 16:13:35 dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:24: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely Apr 7 16:13:35 dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:25: auth_user has been replaced by service auth { user } 

我正在CentOS 5上进行安装指导,修改了CentOS 6特定于不同来源的dovecot.conf文件。因此,dovecot.conf文件可能不正确,但是我没有find一个好的来源来制作dovecot正确安装。

谁能告诉我上面的错误是什么意思? terminal不给出任何消息,以开始OK或FAIL。 当我发出service dovecot start命令,它说: Starting Dovecot Imap:没有更多。

检查你的dovecot.conf文件,确保所有大括号都被终止。

实际上,由于这是一个新的设置,只需运行doveconf -n > dovecot-new.conf ,然后取出新的configuration文件,并用它replace当前的configuration文件。

无论PID 9415是什么,它都决定发送一个SIGTERM到你的鸽舍服务器。 我会开始找出这是什么( ps ftw),并试图确定为什么这样的terminal不喜欢达夫科特。