diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav index 23b5a51..6d2f5fb 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav @@ -1,3 +1,4 @@ define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); define('CALDAV_PATH', '/SOGo/dav/%u/'); define('CALDAV_PERSONAL', 'personal'); + define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); diff --git a/smeserver-sogosync.spec b/smeserver-sogosync.spec index 338ab8c..73a11df 100644 --- a/smeserver-sogosync.spec +++ b/smeserver-sogosync.spec @@ -1,5 +1,5 @@ Name: smeserver-sogosync -Version: 0.1.1 +Version: 0.1.2 Release: 0.beta5%{?dist} Summary: SME Server integration for sogosync @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 27 2012 Daniel Berteaud 0.1.2-1 +- Re add CALDAV_URL param + * Thu Apr 26 2012 Daniel Berteaud 0.1.1-1 - Update config templates