19 May
2024
19 May
'24
5:02 p.m.
Am 19.05.2024 um 15:55 schrieb Richard Rosner via dovecot:
chmod 775 /var/log/dovecot will solve the problem. Without execute permission the process can't access the logfile. Why on earth does a process supposed to write to a file need execution
Am 19.05.24 um 15:29 schrieb Friedrich Kink via dovecot: permission? This most certainly is very unwelcome behavior and a bug in any case, no matter if it's intended by the author or not.
chmod ug+x on the /var/log/dovecot directory! Standard POSIX permissions for a non-root process to enter a directory.