Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
===<h1>Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm</h1>===
{{BC|Certified}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm=  
<hr>
<hr>
<br>
{{KB|{{ZC}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}
<h2>Problem:</h2>
{{WIP}}
 
 
====Problem====
On ZCS v8.7.0[1,2] running "'''''zmfixperms --verbose --extended'''''" set incorrect permissions on postfix binraries.  
On ZCS v8.7.0[1,2] running "'''''zmfixperms --verbose --extended'''''" set incorrect permissions on postfix binraries.  


Getting following errors with postfix related commands.  
Getting the following errors with postfix related commands.  


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


====Solution====


<h2>Solution</h2>
With the help of following commands, we can set correct permission and ownership of postfix binaries.  
 
With the help of following commands we can set correct permission and ownership of postfix binaries.  


'''[Run as ROOT]'''  
'''[Run as ROOT]'''  
Line 23: Line 28:
  chmod g+s /opt/zimbra/common/sbin/postqueue   
  chmod g+s /opt/zimbra/common/sbin/postqueue   
  chmod g+s /opt/zimbra/common/sbin/postdrop  
  chmod g+s /opt/zimbra/common/sbin/postdrop  


Reported bug for this issue -  https://bugzilla.zimbra.com/show_bug.cgi?id=106379 <br>
Reported bug for this issue -  https://bugzilla.zimbra.com/show_bug.cgi?id=106379 <br>
This bug fixed on ZCS v8.7.3
=====This bug fixed on ZCS v8.7.3=====
 
 
 


Reported by:  Heera Singh Koranga
Reported by:  Heera Singh Koranga

Revision as of 17:52, 23 July 2018

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


   KB 23343        Last updated on 2018-07-23  




0.00
(0 votes)


Problem

On ZCS v8.7.0[1,2] running "zmfixperms --verbose --extended" set incorrect permissions on postfix binraries.

Getting the 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 

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

This bug fixed on ZCS v8.7.3

Reported by: Heera Singh Koranga

Jump to: navigation, search