<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Hi,<br></div>
<div><br></div>
<div>On Fri, Jun 23, 2017, at 14:57, Egoitz Aurrekoetxea wrote:<br></div>
<blockquote type="cite"><p>Is it possible to build Cyrus IMAP 3.0 without Caldav/Carddav
      server?. I say this because we have been using Davical from some
      time now, have all development and all done for it. Can it be
      build without it?. <br></p></blockquote><div><br></div>
<div>Caldav/Carddav is only built into Cyrus if you pass the --enable-http flag to the configure script. Even if HTTP support is built in, Cyrus won't claim any HTTP/HTTPS standard port, as long as the 'http' service is not enabled in the SERVICES section of cyrus.conf (note that '#' character at the start of the line):<br></div>
<div><br></div>
<div># http        cmd="httpd" listen="http" prefork=0<br></div>
<div><br></div>
<div>If you want to use some of Cyrus HTTP services on a non-standard port, change the 'listen' parameter to whatever port you prefer. Make sure the HTTP services you want from Cyrus are enabled in the 'httpmodules' parameter in imapd.conf.</div>
<div><br></div>
<blockquote type="cite"><div>By the way, when upgrading from a 2.3.1X server...
      can you directly install a 3.0 in the server and should it work?.
      Is it recommended to perhaps go thought the 2.5 version, reconvert <br></div>
<p>databases to suit it's needs (the 2.5 needs) and later pass to
      3.0?. <br></p></blockquote><div><br></div>
<div>I have no experience with upgrading from 2.3 to 3.0, so can't help you with that.<br></div>
<div><br></div>
<div>Cheers,<br></div>
<div>Robert</div>
</body>
</html>