Permission errors [solved]

Report bugs and workarounds
Post Reply
mac.linux.free
Posts: 28
Joined: 31 May 2015 20:37

Permission errors [solved]

Post by mac.linux.free »

Hello,

I have some permission errors:

Please verify read permissions on /var/spool/postfix/hold and /var/spool/postfix/incoming

Could someone help?
Last edited by mac.linux.free on 18 Nov 2015 19:58, edited 1 time in total.
mac.linux.free
Posts: 28
Joined: 31 May 2015 20:37

Re: Permission errors

Post by mac.linux.free »

sudo chown postfix:apache /var/spool/postfix/incoming
sudo chown postfix:apache /var/spool/postfix/hold
sudo chmod 740 /var/spool/postfix/incoming
sudo chmod 740 /var/spool/postfix/hold

this helped...thx
Post Reply