Merge pull request #58 from JensErat/SOGo-asciidoc

Minor documentation issues and missing IMAP pooling option description
pull/60/head
extrafu 2014-10-08 07:37:44 -04:00
commit 2208d5d4a7
1 changed files with 12 additions and 6 deletions

View File

@ -193,7 +193,7 @@ installation for a Red Hat or CentOS distribution.
Software Downloads Software Downloads
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
SOGo can be installed using the+yum+utility. To do so, first create SOGo can be installed using the `yum` utility. To do so, first create
the `/etc/yum.repos.d/inverse.repo` configuration file with the following the `/etc/yum.repos.d/inverse.repo` configuration file with the following
content: content:
@ -1167,7 +1167,7 @@ keytool -import -keystore /etc/ssl/certs/java/cacerts \
*The certificate used by the CAS server must also be trusted by SOGo.* *The certificate used by the CAS server must also be trusted by SOGo.*
In case of a self-signed certificate, this means exporting tomcat's In case of a self-signed certificate, this means exporting tomcat's
certificate using the +keytool+utility, converting it to PEM format and certificate using the `keytool` utility, converting it to PEM format and
appending it to the `ca-certificates.crt` file (the name and location of appending it to the `ca-certificates.crt` file (the name and location of
that file differs between distributions). Basically: that file differs between distributions). Basically:
@ -1581,8 +1581,8 @@ Note that TLS is supported but SSL is not.
|D |SOGoSieveFolderEncoding |D |SOGoSieveFolderEncoding
|Parameter used to specify which encoding is used for IMAP folder names |Parameter used to specify which encoding is used for IMAP folder names
in Sieve filters. Defaults to "UTF-7". The other possible value is in Sieve filters. Defaults to `UTF-7`. The other possible value is
"UTF-8". `UTF-8`.
|U |SOGoMailShowSubscribedFoldersOnly |U |SOGoMailShowSubscribedFoldersOnly
|Parameter used to specify if the Web interface should only show |Parameter used to specify if the Web interface should only show
@ -1632,6 +1632,12 @@ cronjob `sogo-tmpwatch`.
Defaults to `/var/spool/sogo`. Defaults to `/var/spool/sogo`.
|S |NGImap4DisableIMAP4Pooling
|Disables IMAP pooling when set to `YES`. Enable pooling by setting to
`NO` or using a caching proxy like imapproxy.
The default value is `YES`.
|S |NGImap4ConnectionStringSeparator |S |NGImap4ConnectionStringSeparator
|Parameter used to set the IMAP mailbox separator. Setting this will |Parameter used to set the IMAP mailbox separator. Setting this will
also have an impact on the mailbox separator used by Sieve filters. also have an impact on the mailbox separator used by Sieve filters.
@ -1644,7 +1650,7 @@ SASL mechanism. Please note that feature might be limited at this time.
|D |NGImap4ConnectionGroupIdPrefix |D |NGImap4ConnectionGroupIdPrefix
|Prefix to prepend to names in IMAP ACL transactions, to indicate the |Prefix to prepend to names in IMAP ACL transactions, to indicate the
name is a group name not a user name. name is a group name, not a user name.
RFC4314 gives examples where group names are prefixed with `$`. Dovecot, RFC4314 gives examples where group names are prefixed with `$`. Dovecot,
for one, follows this scheme, and will, for example, apply permissions for one, follows this scheme, and will, for example, apply permissions
@ -1993,7 +1999,7 @@ Defaults to `NO` when unset.
SOGo Configuration Summary SOGo Configuration Summary
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
The complete SOGo configuration file+/etc/sogo/sogo.conf+should look The complete SOGo configuration file `/etc/sogo/sogo.conf` should look
like this: like this:
---- ----