summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: feecd9d)
raw | patch | inline | side by side (parent: feecd9d)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Oct 2006 08:19:44 +0000 (08:19 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Oct 2006 08:19:44 +0000 (08:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4875 594d385d-05f5-0310-b6e9-bd551577e9d8
FAQ | patch | blob | history |
index 6fd7c1278ac805d59ada14fe5c931bfbd729924f..3702b1cab80a3f4ceee1f85dfe80bc4c55abcc86 100644 (file)
--- a/FAQ
+++ b/FAQ
A: Yes. Just set "account_expiration" to "true" in your gosa.conf's main section.
+Q: How can i activate the object snapshot functionality?
+
+A: Add these lines in the main section of your gosa.conf
+ enable_snapshot ="true"
+ snapshot_base ="ou=snapshots,dc=server,dc=de"
+
+
+Q: How can i store object snapshots on another server?
+
+A: Just add these lines in the main section of your gosa conf
+
+ snapshot_ldap_base ="dc=server,dc=de"
+ snapshot_user ="cn=ldapadmin,dc=server,dc=de"
+ snapshot_password ="password"
+ snapshot_server ="ldap://server:389"
+
+Q: What is the correct connection string for a Kolab Server in Gosa
+
+A: {localhost:143/novalidate-cert}
+
+Q: Sieve is not working from GOsa
+
+A: verify that the paramater sasl_auto_transition: no is not
+ present in your imap.conf
+