<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi there,<div><br></div><div>I'm sort of new here and thought I would drop by and give an thumbs up for a very nicely run project. While I haven't really done much the project caught my eye about 6 month ago while looking for something suitable for an friend to run. Having used <b>Roundcube</b> Mail for a very long time it dropped by there and that's how I found this place.</div><div>For the first couple of months I just read the docs, then in may I tried building an test machine for the first time and ehmm nope that didn't work. Was the broken cyrus, so installing from the devel tree got the system running but it still lacked the resource management I saw in the docs but couldn't figure out why it wasn't working. </div><div><br></div><div>Last week I had another look and <i>wow</i> 3.3 is in beta, here is the <b><i>resource management</i></b>... ehmm for <i>CentOS</i> that didn't work, <i>Roundcube</i> just didn't startup.  OH and the <i>kolab-webadmin-3.2-5.el6.kolab_3.3.noarch.rpm</i> is unsigned. oh well it's a beta.</div><div><br></div><div>So here are a few observation, but without running an actual machine in production of course, and yea it's CentOS</div><div><br></div><div>3.2 works very well with the default install, both the Cyrus imapd issue and the clamd.amavisd now installs without having to patch the setup script or using beta packages.</div><div>For some reason the documentation still say that selinux have to be turned off, this is possibly the case, but the <a href="https://github.com/kanarip/kolab-selinux">https://github.com/kanarip/kolab-selinux</a> got it almost right.</div><div>I turn on both </div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; position: static; z-index: auto; ">/usr/sbin/setsebool -P httpd_can_sendmail on # Cyres etc most things email
/usr/sbin/setsebool -P httpd_can_network_connect on # Filters in Roundmail</pre></span><div>As for the <i>kolab.te</i> file, it's slightly wrong probably due to the time since it was updated, I needed to change one line to add the <b><i>initrc_t</i></b> type. </div></div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; ">#============= cyrus_t ==============
allow cyrus_t initrc_t:unix_stream_socket connectto;</pre></span><div>Finally I added mod_security, since its after all a web server, so the http application firewall seems to fit very nicely for an security conscious individual ( reads: paranoid ).</div></div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; ">yum -y install mod_security mod_security_crs mod_security_crs-extras</pre></span><div>You probably don't need extras, but I was playing around. Ah the pain. Anyway, 2 things really needs adjusted:</div></div><div><br></div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-image: url(http://wiki.yojimbo.org/skins/monobook/bullet.gif); "><li style="margin-bottom: 0.1em; ">To enable active sync, find id 900012 in</li></ul><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; ">/etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf
</pre><ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-image: url(http://wiki.yojimbo.org/skins/monobook/bullet.gif); "><li style="margin-bottom: 0.1em; ">add: application/vnd.ms-sync.wbxm</li></ul><div><br></div><div>Or you can add the following to the file <b>/etc/httpd/conf.d/kolab-syncroton.conf</b></div></span><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; "><LocationMatch "^/Microsoft-Server-ActiveSync">
  SecRuleRemoveById 960010
  SecRuleRemoveById 960017 
</LocationMatch></pre></span><div>For the WAP pages, you need to add the following to the file <span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><i>/etc/httpd/conf.d/kolab-webadmin.conf</i></span></div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; position: static; z-index: auto; "><LocationMatch "^/kolab-webadmin/.*">
  SecRuleRemoveById 950007
  SecRuleRemoveById 960011
  SecRuleRemoveById 960015
  SecRuleRemoveById 960024
  SecRuleRemoveById 981173
  SecRuleRemoveById 981243
  SecRuleRemoveById 981245
  SecRuleRemoveById 981246
  SecRuleRemoveById 981257
</LocationMatch></pre></span><div>And now everything seems to work. If you're going to play around with mod_security, please know what your doing, it's an pain to figure out what's wrong. I cheated and used </div><div><b><a href="http://www.samhobbs.co.uk/2014/05/apache-modsecurity-whitelist-generator-script">http://www.samhobbs.co.uk/2014/05/apache-modsecurity-whitelist-generator-script</a></b> to track down which modules where venerable, and it would probably be best if the mechanism didn't trigger these alerts, but I'm not an developer so it's probably safe. </div><div><br></div><div>In conclusion I'm looking forward to 3.3 with the resource module coming out of beta and being released. Keep up the good work and keep your SElinux enabled. </div><div><br></div><div>Cheers,</div><div>     Jonte.</div><div> </div></div><div><br></div></body></html>