Code

Updated FAQ
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Feb 2008 13:43:33 +0000 (13:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Feb 2008 13:43:33 +0000 (13:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8916 594d385d-05f5-0310-b6e9-bd551577e9d8

FAQ

diff --git a/FAQ b/FAQ
index 709a9a9de6af1502138128991cb4915b05a32d1e..91d1c52a4f7fd55d16d1db5b70b136629bdf3dc0 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -419,4 +419,10 @@ A: Yes, just add the following line to your gosa.conf:
        auth_mail="true"
    ...>
 
+Q: I want to use cyrus for multiple mail domains, but GOsa uses the 'uid' attribute 
+   for account namens, how do I change this to 'mail'?
 
+A: Just add/modify the following line to/in your gosa.conf:
+   <location ...
+    mail_uattrib="mail" 
+   ...>