"dravion.smith@gmx.net" dravion.smith@gmx.net schrieb am 29.08.15 um 10:53:24 Uhr:
Am 29.08.2015 um 10:10 schrieb Andreas Meyer:
Aug 29 09:52:57 imap(info@nimmini.de): Error: mkdir_parents(/var/lib/dovecot/db) failed: Permission denied Aug 29 09:52:57 imap(info@nimmini.de): Error: acl: dict commit failed
try chmod /var/lib/dovecot 755 this is what it already has.
Andreas# Hmm, did you use recursion? Maybe something like chmod -R 775 /var/lib/dovecot or chmod -R 777 /var/lib/dovecot service dovecot restart
Will do the trick. Other users in the maillist archive reported this solved thadt error.
I compared with a bit older installation and there I see:
drwxr-x--- 3 5000 5000 4096 18. Mai 2014 dovecot
# ll insgesamt 20 drwxr-xr-x 2 5000 5000 4096 8. Mai 2014 db -rw-r--r-- 1 root root 62 18. Mai 2014 instances -rw-r--r-- 1 root root 78 15. Mai 2014 mounts -rw------- 1 root root 1789 22. Dez 2013 replicator.db -rw-r--r-- 1 root root 230 15. Mai 2014 ssl-parameters.dat
I' ll try with set it to 5000:5000
Andreas