Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm

Revision as of 07:33, 16 August 2017 by Nbhagwat (talk | contribs) (Created page with "===<h1>Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm</h1>=== <hr> <br> <h2>Problem:</h2> On ZCS v8.7 running ''zmfixperms --verbos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm



Problem:

On ZCS v8.7 running zmfixperms --verbose --extended set incorrect permissions on postfix binraries.

Getting following errors with postfix related commands.

Connect to the Postfix showq service: Permission denied
postqueue: fatal: Connect to the Postfix showq service: Permission denied


Solution

With the help of following commands we can set correct permission and ownership of postfix binaries.

[Run as ROOT] 

chown root:postdrop /opt/zimbra/common/sbin/postqueue

chown root:postdrop /opt/zimbra/common/sbin/postdrop

chown root:root /opt/zimbra/common/libexec/ -R     

chmod 755 /opt/zimbra/common/sbin/postqueue   

chmod 755 /opt/zimbra/common/sbin/postdrop  

chmod g+s /opt/zimbra/common/sbin/postqueue   

chmod g+s /opt/zimbra/common/sbin/postdrop 

Currently opened bug for this issue - https://bugzilla.zimbra.com/show_bug.cgi?id=106379


Heera Singh Koranga

"Heera Singh" <hsingh@zimbra.com>

Jump to: navigation, search