Difference between revisions of "Steps to fix permission and ownership of Postfix binaries manually due to bug on zmfixperm"
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Steps to fix permission and ownership of Postfix binaries= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | |
− | |||
− | |||
− | + | ||
+ | ====Problem==== | ||
+ | While normally 'zmfixperms' is the preferred method to do this, on ZCS v8.7.0[1,2] running "'''''zmfixperms --verbose --extended'''''" sets incorrect permissions to the Postfix binaries. | ||
+ | |||
+ | The following errors are seen when this is the case: | ||
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==== | ||
− | + | With the help of the following commands, we can set the correct permission and ownership of the Postfix binaries. | |
− | |||
− | With the help of following commands we can set correct permission and ownership of | ||
'''[Run as ROOT]''' | '''[Run as ROOT]''' | ||
Line 24: | Line 28: | ||
chmod g+s /opt/zimbra/common/sbin/postdrop | chmod g+s /opt/zimbra/common/sbin/postdrop | ||
− | + | '''This bug has been fixed in ZCS v8.7.3''' | |
− | |||
− | This bug fixed | ||
+ | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | ||
+ | |'''Submitted by''': Heera Singh Koranga | ||
+ | |} | ||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6, 8.5|2017-08-23}} |
Latest revision as of 03:14, 18 August 2018
Steps to fix permission and ownership of Postfix binaries
Problem
While normally 'zmfixperms' is the preferred method to do this, on ZCS v8.7.0[1,2] running "zmfixperms --verbose --extended" sets incorrect permissions to the Postfix binaries.
The following errors are seen when this is the case:
Connect to the Postfix showq service: Permission denied postqueue: fatal: Connect to the Postfix showq service: Permission denied
Solution
With the help of the following commands, we can set the correct permission and ownership of the 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
This bug has been fixed in ZCS v8.7.3
Submitted by: Heera Singh Koranga |