summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 914174d)
raw | patch | inline | side by side (parent: 914174d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Feb 2008 13:43:33 +0000 (13:43 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 709a9a9de6af1502138128991cb4915b05a32d1e..91d1c52a4f7fd55d16d1db5b70b136629bdf3dc0 100644 (file)
--- a/FAQ
+++ b/FAQ
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"
+ ...>