Sign Up — Free WebMail

+1
Already have an account? Sign In →
Status Log
⚙ CentOS 6 — Fix Maildir Permissions (run as root on wiwan45) usermod -a -G 5000 apache chgrp 5000 /var/mail/vhosts chmod 2775 /var/mail/vhosts service httpd restart
Replace apache with httpd if that is your Apache user.
Confirm with: ps aux | grep httpd | head -1