Wouter_Hamelink
New member
- Joined
- Dec 4, 2025
- Messages
- 7
My mail server suddenly stopped working. I haven’t changed anything. What could be the cause?
What could be the cause?
yesJust an idea: Automated updates in directadmin caused updates of dovecot from 2.3 to 2.4
/etc/dovecot/conf.d/10-mail.conf. It might mean you have a custom installation. You will need to update the file on your own, or hire somebody to fix it for you.[root@server ~]# dovecot --version
2.3.21 (47349e2482)
[root@server ~]# cat /etc/dovecot/conf.d/10-mail.conf
cat: /etc/dovecot/conf.d/10-mail.conf: No such file or directory
[root@server ~]#
root@da:~# dovecot --versionWhenever I upgrade dovecot for my customers, I do update config files as well.
You might open a ticket with DirectAdmin support, probably they will fix it for you for free.
And once again Dovecot 2.3 does not use the file:
Bash:[root@server ~]# dovecot --version 2.3.21 (47349e2482) [root@server ~]# cat /etc/dovecot/conf.d/10-mail.conf cat: /etc/dovecot/conf.d/10-mail.conf: No such file or directory [root@server ~]#
[root@server ~]# cat /etc/dovecot/conf.d/10-mail.conf
cat: /etc/dovecot/conf.d/10-mail.conf: No such file or directory
[root@server ~]# dovecot --version
2.4.2 (0962ed2104)
[root@server ~]#
Since I haven’t made any manual changes, I’d expect the defaults to work out of the box.