permissions on postfix folders

General eFa discussion
Post Reply
doggy101
Posts: 67
Joined: 21 May 2013 20:07
Location: Netherlands

permissions on postfix folders

Post 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?
tjg88

Re: permissions on postfix folders

Post by tjg88 »

I had this problem too, see this post, towards the end:

http://forum.efa-project.org/viewtopic.php?f=5&t=487
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: permissions on postfix folders

Post by shawniverson »

This is fixed in the 3.0.0.3 update. Update to receive the latest fixes. :whistle:
doggy101
Posts: 67
Joined: 21 May 2013 20:07
Location: Netherlands

Re: permissions on postfix folders

Post by doggy101 »

okay will do...
buzzzo
Posts: 94
Joined: 03 Feb 2014 09:09

Re: permissions on postfix folders

Post 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
Post Reply