<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Lato">Hi,<br>
<br>
you definitely have a problem with the packages out of your own
repo for version 2.3.0 and CentOS.<br>
And this is only if you do a clean install, meaning there was no
lower dovecot version ever running on the system.<br>
<br>
If you want to 'systemctl start dovecot' it breaks with a
dependency error which comes from dovecot-init.service.<br>
<br>
dovecot-init.service :<br>
[Unit]<br>
Description=One-time Dovecot init service<br>
ConditionPathExists=|!/var/lib/dovecot/ssl-parameters.dat<br>
ConditionPathExists=|!/etc/pki/dovecot/certs/dovecot.pem<br>
<br>
[Service]<br>
Type=oneshot<br>
RemainAfterExit=no<br>
ExecStart=/bin/sh -c '\<br>
if [ ! -f /etc/pki/dovecot/certs/dovecot.pem ]; \<br>
then\<br>
SSLDIR=/etc/pki/dovecot/
OPENSSLCONFIG=/etc/pki/dovecot/dovecot-openssl.cnf
/usr/libexec/dovecot/mkcert.sh /dev/null 2>&1;\<br>
fi;\<br>
if [ ! -f /var/lib/dovecot/ssl-parameters.dat ]; \<br>
then\<br>
/usr/libexec/dovecot/ssl-params >/dev/null 2>&1; \<br>
fi'<br>
<br>
It wants to call /usr/libexec/dovecot/ssl-params if
/var/lib/dovecot/ssl-parameters.dat (which is deprecated now as I
understood) is not existing.<br>
The problem is in 2.3.0 /usr/libexec/dovecot/ssl-params is not
existent anymore.<br>
<br>
This error does not occur if you for instance install 2.2.x from
the base repo, start it once, and then update the version from
your repo. This is because the ssl-parameters.dat was created with
the old version then. <br>
<br>
But this should not be the expected behaviour I think. It should
be possible to do a fresh install of 2.3.0 on a fresh system.<br>
<br>
Can you please get back to me on that?<br>
<br>
Thanks,<br>
Thomas<br>
</font>
</body>
</html>