我已经安装了后缀,它工作正常。我已经安装了德维科特并设置了它的配置。但当我尝试service dovecot start时,它会在启动时终止。在syslog,我有:
Nov 19 10:54:02 servername kernel: [2510855.242291] init: dovecot main process (29159) terminated with status 89
Nov 19 10:54:02 servername kernel: [2510855.242305] init: dovecot respawning too fast, stopped我安装了Dovecot,它运行良好,然后我改变了配置,清除Dovecot和Postfix,然后再安装它们。我从/usr/share/doc/dovecot-core/example-config/复制了默认配置,并根据教程中提到的更改了必要的配置。现在我有了这个问题。我能做什么?
发布于 2014-11-20 12:12:25
首先检查/etc/dovecot/和/etc/dovecot/conf.d/中所有配置文件的语法。
然后检查/etc/dovecot/conf.d/10-ssl.conf中的ssl_cert和ssl_key路径。检查给定的文件,如果这些文件不存在,请使用mkcert.sh创建ssl密钥和证书。您可以找到所有的信息这里。下载dovecot-openssl.cnf并修改值。下载mkcert.sh并运行它。更改之后,10-ssl.conf:
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem重新启动多维多。
https://askubuntu.com/questions/551353
复制相似问题