diff --git a/source/client-configuration/conf.py b/source/client-configuration/conf.py index 7bdb3aa0..b932a09c 100644 --- a/source/client-configuration/conf.py +++ b/source/client-configuration/conf.py @@ -1,34 +1,34 @@ extensions = [ 'kolab.fancyfigure' ] # replace the values for these placeholders to match your environment variables = { 'service_name': 'Kolab Groupware', 'service_uri': 'https:///roundcubemail', 'domain': '', 'username': '', 'useremail': '', 'imap_host': '', 'imap_port': '143', 'imap_ssl': 'STARTTLS', 'smtp_host': '', 'smtp_port': '587', 'smtp_ssl': 'STARTTLS', 'caldav_host': '/iRony', 'caldav_uri': 'https:///iRony', 'caldav_uri_long': 'https:///iRony/calendars/%40', 'carddav_host': '/iRony', 'carddav_uri': 'https:///iRony', 'carddav_uri_long': 'https:///iRony/addressbooks/%40', 'webdav_host': '', 'webdav_uri': 'https://', 'activesync_host': '', } # default set of tags supported by a Kolab setup module_tags = ['dav', 'webdav', 'tls', 'autoconf', 'activesync'] # specify a custom set of tags in case your setup doesn't support all Kolab services/features -tags = ['dav', 'webdav', 'tls', 'autoconf', 'activesync'] +#tags = ['dav', 'webdav', 'tls', 'autoconf', 'activesync'] # tags = []