diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-07 11:07:42 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-07 11:07:42 (GMT) |
commit | 450907aefaa7092e2da9fbbfe940c1e63d5784be (patch) | |
tree | 056de31b449b6e1a613301df74719f4e0d2b5fe7 | |
parent | 86f1b21a8b47234f8fe2a6e0218f6883f18e64ee (diff) | |
download | kolab-docs-450907aefaa7092e2da9fbbfe940c1e63d5784be.tar.gz |
Correct indentation
-rw-r--r-- | Installation_Guide/en-US/Preparing_the_System.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Installation_Guide/en-US/Preparing_the_System.xml b/Installation_Guide/en-US/Preparing_the_System.xml index d0b1a31..7922658 100644 --- a/Installation_Guide/en-US/Preparing_the_System.xml +++ b/Installation_Guide/en-US/Preparing_the_System.xml @@ -44,6 +44,7 @@ <para> Should you decide to partition only after the packages have already been installed, or after the deployment has already been used, first mount the filesystems somewhere else and synchronize the contents over from the original directories over to the new filesystem hierarchy. Please note services should be stopped before doing so, or only corrupt data will be transfered. Remove the original contents of the filesystem after having synchronized, then mount the filesystems under their target mount points. </para> + </important> <para> For large or multi-domain installations, we suggest moving <filename>/var/lib/imap/</filename> and <filename>/var/spool/imap/</filename> to <filename>/srv/imap/[<replaceable>$domain</replaceable>/]config/</filename> and <filename>/srv/imap/[<replaceable>$domain</replaceable>/]default/</filename> respectively. In allowing <filename>/srv/imap/</filename> to be one separate partition, backup using LVM snapshots is easier. Note that <replaceable>$domain</replaceable> in the aforementioned path is optional, and should only be used when multiple, but separate, isolated IMAP servers are to be started. @@ -56,19 +57,19 @@ <itemizedlist> <listitem> <para> - <literal>drwxr-xr-x. 7 mysql mysql 4096 May 11 15:34 /var/lib/mysql/</literal> + <literal>drwxr-xr-x. 7 mysql mysql 4096 May 11 15:34 /var/lib/mysql/</literal> </para> </listitem> <listitem> <para> - <literal>drwxr-x---. 20 cyrus mail 4096 May 11 17:04 /var/lib/imap/</literal> + <literal>drwxr-x---. 20 cyrus mail 4096 May 11 17:04 /var/lib/imap/</literal> </para> </listitem> <listitem> <para> - <literal>drwx------. 3 cyrus mail 4096 May 11 15:36 /var/spool/imap/</literal> + <literal>drwx------. 3 cyrus mail 4096 May 11 15:36 /var/spool/imap/</literal> </para> </listitem> |