Difference between revisions of "Z-Push v2 with Zimbra"

Jump to navigation Jump to search
m
→‎Set-up: Added logrotate config
m (Minor corrections)
m (→‎Set-up: Added logrotate config)
Line 46: Line 46:
# Enter a valid Zimbra user/pass
# Enter a valid Zimbra user/pass
#* You should get a page showing "Z-Push - Open Source ActiveSync" which doesn't contain errors - this confirms that connectivity exists between all the required components (Apache, Z-Push, Zimbra), and that they are basically OK.
#* You should get a page showing "Z-Push - Open Source ActiveSync" which doesn't contain errors - this confirms that connectivity exists between all the required components (Apache, Z-Push, Zimbra), and that they are basically OK.
You should also set-up logrotate on the Z-Push logs, example below will rotate daily, keeping two weeks of logs.  Create in <code>/etc/logrotate.d</code>, eg <code>vi /etc/logrotate.d/z-push</code>
<pre>
/var/log/z-push/*.log {
        daily
        missingok
        rotate 14
        compress
        delaycompress
        notifempty
}
</pre>


=== Z-Push Config ===
=== Z-Push Config ===

Navigation menu