Page 1 of 1
permissions on postfix folders
Posted: 14 Mar 2014 12:25
by doggy101
Hi All,
in the EFA webinterface I see the following:
Please verify read permissions on /var/spool/postfix/hold and /var/spool/postfix/incoming.
what are they supposed to be?
Re: permissions on postfix folders
Posted: 14 Mar 2014 14:22
by tjg88
I had this problem too, see this post, towards the end:
http://forum.efa-project.org/viewtopic.php?f=5&t=487
Re: permissions on postfix folders
Posted: 15 Mar 2014 00:19
by shawniverson
This is fixed in the 3.0.0.3 update. Update to receive the latest fixes.

Re: permissions on postfix folders
Posted: 15 Mar 2014 15:21
by doggy101
okay will do...
Re: permissions on postfix folders
Posted: 18 Mar 2014 09:46
by buzzzo
or you could do from shell:
chown postfix:apache /var/spool/postfix/incoming
chown postfix:apache /var/spool/postfix/hold
chmod 740 /var/spool/postfix/incoming
chmod 740 /var/spool/postfix/hold