Skip to content. | Skip to navigation

Navigation

You are here: Home / Support / Guides / Tools / SELinux / Zimbra

Personal tools

SELinux

Security-Enhanced Linux trickery

Zimbra

Similarly to httpd we need to tweak the Zimbra install. In particular, Zimbra wants its log files rotated for which logrotate requires they be in a different context. The Redhat article suggest the directory should be in the same context:

semanage fcontext -a -t var_log_t "/opt/zimbra/log(/.*)?"
restorecon -Frvv /opt/zimbra/log

Document Actions