summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b5448b7)
raw | patch | inline | side by side (parent: b5448b7)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 09:08:24 +0000 (09:08 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 09:08:24 +0000 (09:08 +0000) |
Updated gosa.conf manual page
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11970 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11970 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/gosa.conf | patch | blob | history | |
gosa-core/contrib/gosa.conf.5 | patch | blob | history |
index dcb8abef96f9be0e5b1c4b248860c9bfc8cac326..9b6deac1892c702c606a28358fec21291562b859 100644 (file)
{else}
cyrusunixstyle="false"
{/if}
- mail_uattrib="{$cv.mail_attrib}"
+ mail_attrib="{$cv.mail_attrib}"
{if $cv.mail_settings.vacationdir_active}
vacationdir="{$cv.mail_settings.vacationdir}"
{/if}
index 6e0fb2da225f8bf9288ca7fe959f3c8820fab069..5ed552c5219227487223714b6955507a6fdc4841 100644 (file)
.I sambaidmapping
statement tells GOsa to maintain sambaIdmapEntry objects. Depending on your
setup this can drastically improve the windows login performance.
+.PP
+.PP
+
+
+.B Mail options
+.PP
+.B mailMethod
+.I cyrus/kolab/golab/sendmail
+.PP
+The
+.I mailMethod
+statement tells GOsa which mail method the setup should use to communicate
+with a possible mail server. Leave this undefined if your mail method does
+not match the predefined ones.
+
+.I cyrus
+maintains accounts and sieve scripts in cyrus servers.
+.I kolab
+is like cyrus, but lets the kolab daemon maintain the accounts.
+.I golab is like cyrus - just with kolab attributes.
+.I sendmail just disables everything which is IMAP dependent.
+.PP
+
+.B cyrusunixstyle
+.I bool
+.PP
+The
+.I cyrusunixstyle
+statement determines if GOsa should use "foo/bar" or "foo.bar" namespaces
+in IMAP. Unix style is with slashes.
+
+.B mail_attrib
+.I mail/uid
+.PP
+The
+.I mail_attrib
+statement determines which attribute GOsa will use to create accounts.
+Valid values are
+.I mail
+and
+.I uid.
+ vacationdir
+.nf
+ /etc/gosa/vacation/business.txt:
+ DESC:Away from desk
+ Hi, I'm currently away from my desk. You can contact me on
+ my cell phone via %mobile.
+
+ Greetings,
+ %givenName %sn
+.fi
+ mailQueueScriptPath
.SH AUTHOR
.B gosa.conf(5)