Page 1 of 1

Postfix - Hold and incoming

Posted: 15 Apr 2014 09:16
by Rob.M.P
Please verify read permissions on /var/spool/postfix/hold and /var/spool/postfix/incoming

Any thoughts?

Re: Postfix - Hold and incoming

Posted: 15 Apr 2014 12:26
by buzzzo
Could u please explain the issue more verbosely plz ?

Re: Postfix - Hold and incoming

Posted: 15 Apr 2014 22:07
by Rob.M.P
My apologies. Please see the attached screen capture.

The message is displayed under the status header

Re: Postfix - Hold and incoming

Posted: 16 Apr 2014 09:28
by shawniverson

Code: Select all

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

Re: Postfix - Hold and incoming

Posted: 16 Apr 2014 17:15
by Rob.M.P
Great job...

:dance: