[cvs] [Wiki] changed: CentOS5InstallationNotes

Wiki Guest wikiguest at horde.org
Fri Jun 20 21:45:23 UTC 2008


guest [201.6.87.23]  Fri, 20 Jun 2008 17:45:23 -0400

Modified page: http://wiki.horde.org/CentOS5InstallationNotes
New Revision:  1.25
Change log:  Dovecot bug fix

@@ -100,17 +100,18 @@

  <code>
  # to allow the creation of mail subfolders
  mail_location = maildir:~/Maildir
-namespace private {
-separator = /
-prefix = ""
-inbox = yes
-}

  # Enable IMAP protocol
  protocols = imap
  </code>
+
+If using CentOS x86_64, temporary fix for this  
[http://bugs.centos.org/view.php?id=2651 bug]
+<code>
+login_process_size = 64
+</code>
+

  To configure the rest of postfix, such as domain name and secure  
connections, take a look at this nice tutorial:  
http://fedorasolved.org/server-solutions/postfix-mail-server


@@ -178,9 +179,9 @@
      VALUES (
          'localhost',
          'horde',
  -- IMPORTANT: Change this password!
-        PASSWORD('passwordformysquserhorde')
+        PASSWORD('password_for_mysql_horde_user')
  );

  REPLACE INTO db (host, db, user, select_priv, insert_priv, update_priv,
                   delete_priv, create_priv, drop_priv, index_priv)


More information about the cvs mailing list