Im running postfix with courier-imap on a raspberry pi, got the following error, this is the fix.
1 |
imapd: username: Account's mailbox directory is not owned by the correct uid or gid |
Edit the imapd config file with the following command
1 2 |
vim /etc/courier/imapd<code> |
Ensure the following is set to 0, its set to 1 be default.
1 |
IMAP_MAILBOX_SANITY_CHECK=0 |