Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
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://<kolab-host>/roundcubemail',
'domain': '<your-domain>',
'username': '<your-username>',
'useremail': '<your-email>',
'imap_host': '<kolab-host>',
'imap_port': '143',
'imap_ssl': 'STARTTLS',
'smtp_host': '<kolab-host>',
'smtp_port': '587',
'smtp_ssl': 'STARTTLS',
'caldav_host': '<kolab-host>/iRony',
'caldav_uri': 'https://<kolab-host>/iRony',
'caldav_uri_long': 'https://<kolab-host>/iRony/calendars/<your-username>%40<your-domain>',
'carddav_host': '<kolab-host>/iRony',
'carddav_uri': 'https://<kolab-host>/iRony',
'carddav_uri_long': 'https://<kolab-host>/iRony/addressbooks/<your-username>%40<your-domain>',
'webdav_host': '<kolab-host>',
'webdav_uri': 'https://<kolab-host>',
'activesync_host': '<kolab-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 = []

File Metadata

Mime Type
text/x-diff
Expires
Sun, Apr 5, 11:36 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831590
Default Alt Text
(1 KB)

Event Timeline