From: opensides Date: Wed, 11 Oct 2006 08:19:44 +0000 (+0000) Subject: added instructions for kolab server X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=37b189171ef5bf85beb6c8aeb5a2770b8819fbde;p=gosa.git added instructions for kolab server git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4875 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/FAQ b/FAQ index 6fd7c1278..3702b1cab 100644 --- a/FAQ +++ b/FAQ @@ -312,3 +312,28 @@ Q: How can i active the account expiration code for the gosa interface? 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 +