None of my email is being accepted, and I keep getting this error in my /var/log/mail.log:
Code:
Feb 10 09:58:35 earth dovecot: lmtp(8060, dylan@clickclickboommobile.com): Error: user dylan@clickclickboommobile.com: Initialization failed: Initializing mail storage from mail_location setting failed: mkdir(/var/mail/vhosts/clickclickboommobile.com/dylan) failed: Permission denied (euid=1001(<unknown>) egid=1001(<unknown>) missing +w perm: /var/mail/vhosts/clickclickboommobile.com, dir owned by 5000:5000 mode=0755)
I was trying to follow the linode tutorial at
https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql#sph_postfix.
This is the mail_privileged_group line in my /etc/dovecot/conf.d/10-mail.conf
Code:
mail_privileged_group = vmail
And these are the permissions on /var/mail
Code:
drwxrwsr-x 3 vmail vmail 4096 Feb 9 01:04 /var/mail
Has anyone seen this before? Does anyone know what's wrong? I can't figure it out.