Quantcast
Viewing all articles
Browse latest Browse all 777

Administrators • Re: command line - /bin/bash /opt/zimbra/bin/zmacl disable

zmmailboxdctl start uses it also. Are you restarting the mailbox by any chance?

Code:

if [ ! -d ${mailboxd_directory}/webapps/zimlet/WEB-INF ]; then        [ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl disable &> /dev/null        mkdir -p ${mailboxd_directory}/webapps/zimlet/WEB-INF        [ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl enable &> /dev/null      fi
Edit : also in /opt/zimbra/libexec :

Code:

zmfixperms:##### Execute zmacl #####zmfixperms:if [ -f /opt/zimbra/bin/zmacl ]; thenzmfixperms:     /opt/zimbra/bin/zmacl enablezmupdatedownload:[ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl disable &> /dev/nullzmupdatedownload:[ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl enable &> /dev/nullzmupdatezco:[ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl disable &> /dev/nullzmupdatezco:    [ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl enable &> /dev/nullzmupdatezco:[ -f /opt/zimbra/bin/zmacl ] && /opt/zimbra/bin/zmacl enable &> /dev/null
Anything ring a bell?

Edit : Edit : zmfixperms does not to zmacl disable. Only enable.

Statistics: Posted by BradC — Mon Mar 24, 2025 11:01 am



Viewing all articles
Browse latest Browse all 777

Trending Articles