• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dovecot Error...

yugpatel

Senior member
I tried to follow the guide at http://arstechnica.com/information-...rt-2-arming-your-server-with-postfix-dovecot/ to set up e-mail server on Ubuntu, but I am getting this error and I don't know how to fix it.
Can any one guide me?

Mar 24 09:41:23 mailserver dovecot: lda(johnDoe): Error: user johnDoe: Initialization failed: Initializing mail storage from mail_location setting failed: mkdir(/var/mail/vmail//johnDoel/mail) failed: Permission denied (euid=1000(johnDoe) egid=1000(johnDoe) missing +w perm: /var/mail/vmail/, dir owned by 5000:5000 mode=0755)

I have followed all instructions in the guide but somehow I am getting this permission issue error.
 
I've never run that before, but reading the error, check to see that you started dovecot with sudo.

type cat /etc/passwd and see what user is 5000. That is who owns /var/mail/vmail and likely needs to run the service
 
Last edited:
I've never run that before, but reading the error, check to see that you started dovecot with sudo.

type cat /etc/passwd and see what user is 5000. That is who owns /var/mail/vmail and likely needs to run the service

vmail:x:5000:5000::/var/mail/vmail:/bin/sh
So vmail is user 5000.
 
Back
Top