Dovecot stopped working after update

Maybe they need pidgenhole on by default now?
No I don't thing so, because I also had 1 server where it was not active and everything was working fine, also after the Dovecot update.
And you can disable it in options.conf so it's not required. Unless this setting also became obsolete.
 
Show command result
Code:
find / -type f -name dovecot -not -path "/home/*" -not -path "/etc/*" -ls
It looks like you have several versions of dovecot installed, or for some reason dovecot doesn't compile properly and dovecot-pigeonhole is still installed.
You can also send the result of the command to be sure:
Code:
dovecot --version
 
find / -type f -name dovecot -not -path "/home/*" -not -path "/etc/*" -ls
9476432 416 -rwxr-xr-x 1 root root 425880 Feb 15 12:05 /usr/sbin/dovecot
dovecot --version
2.3.18 (9dd8408c18)
 
Back
Top