This commit is contained in:
Zhang Huangbin 2014-10-07 17:07:05 +08:00
parent b677ec0469
commit b85568a6e1
6 changed files with 25 additions and 17 deletions

View File

@ -24,10 +24,11 @@ We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to
* [Store SpamAssassin bayes in SQL](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/store.spamassassin.bayes.in.sql.md) * [Store SpamAssassin bayes in SQL](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/store.spamassassin.bayes.in.sql.md)
# Third-party integrations # Third-party integrations
* [Integrate Microsoft Active Directory in iRedMail](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/active.directory.md) * [Integrate Microsoft Active Directory in iRedMail](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/active.directory.md)
* [SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/sogo-centos-6-mysql.md) * [SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/sogo-centos-6-mysql.md)
* [Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible)](https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/) * [Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible)](https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/)
# Cluster # Cluster
* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](https://bitbucket.org/zhb/docs.iredmail.org/src/default/cluster/full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md) * [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](https://bitbucket.org/zhb/docs.iredmail.org/src/default/cluster/full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md)
* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS](http://pastebin.com/JcYeQBrX), contributed by Joshua Boniface.
# Backup and Restore # Backup and Restore
* [Migrate iRedAdmin open source edition to iRedAdmin-Pro](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.or.upgrade.iredadmin.md) * [Migrate iRedAdmin open source edition to iRedAdmin-Pro](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.or.upgrade.iredadmin.md)
* [Migrate old iRedMail server to the latest stable release](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.to.new.iredmail.server.md) * [Migrate old iRedMail server to the latest stable release](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.to.new.iredmail.server.md)

1
cluster/_links.md Normal file
View File

@ -0,0 +1 @@
* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS](http://pastebin.com/JcYeQBrX), contributed by Joshua Boniface.

View File

@ -25,7 +25,7 @@ strip_name_prefix()
echo "${name}" echo "${name}"
} }
# Chapter directories in specific order # Chapter directories in specified order
all_chapter_dirs="installation \ all_chapter_dirs="installation \
howto \ howto \
integrations \ integrations \
@ -61,12 +61,13 @@ for chapter_dir in ${all_chapter_dirs}; do
if [ -f ${_title_md} ]; then if [ -f ${_title_md} ]; then
# generate index info of chapter # generate index info of chapter
_chapter_title="$(cat ${_title_md})" _chapter_title="$(cat ${_title_md})"
echo -e "# ${_chapter_title}" >> ${INDEX_MD} echo -e "### ${_chapter_title}" >> ${INDEX_MD}
echo -e "# ${_chapter_title}" >> ${README_MD} echo -e "# ${_chapter_title}" >> ${README_MD}
if [ -f ${_summary_md} ]; then if [ -f ${_summary_md} ]; then
echo -e "$(cat ${_title_md})" >> ${INDEX_MD} _chapter_summary="$(cat ${_summary_md})"
echo -e "$(cat ${_title_md})" >> ${README_MD} echo -e "${_chapter_summary}" >> ${INDEX_MD}
echo -e "${_chapter_summary}" >> ${README_MD}
fi fi
fi fi

View File

@ -9,11 +9,11 @@
<div id="navigation"> <div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a> <a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
</div><p>We're working on migrating <a href="http://www.iredmail.org/wiki">old wiki documents</a> to Markdown format for easier maintenance.</p> </div><p>We're working on migrating <a href="http://www.iredmail.org/wiki">old wiki documents</a> to Markdown format for easier maintenance.</p>
<h1 id="install-iredmail">Install iRedMail</h1> <h3 id="install-iredmail">Install iRedMail</h3>
<ul> <ul>
<li><a href="unattended.iredmail.installation.html">Perform silent/unattended iRedMail installation</a></li> <li><a href="unattended.iredmail.installation.html">Perform silent/unattended iRedMail installation</a></li>
</ul> </ul>
<h1 id="how-to">How to</h1> <h3 id="how-to">How to</h3>
<ul> <ul>
<li><a href="change.mail.attachment.size.html">Change mail attachment size</a></li> <li><a href="change.mail.attachment.size.html">Change mail attachment size</a></li>
<li><a href="completely.disable.amavisd.clamav.spamassassin.html">Completely disable Amavisd + ClamAV + SpamAssassin</a></li> <li><a href="completely.disable.amavisd.clamav.spamassassin.html">Completely disable Amavisd + ClamAV + SpamAssassin</a></li>
@ -36,30 +36,31 @@
<li><a href="sql.create.mail.alias.html">SQL: Create an mail alias account with SQL command line</a></li> <li><a href="sql.create.mail.alias.html">SQL: Create an mail alias account with SQL command line</a></li>
<li><a href="store.spamassassin.bayes.in.sql.html">Store SpamAssassin bayes in SQL</a></li> <li><a href="store.spamassassin.bayes.in.sql.html">Store SpamAssassin bayes in SQL</a></li>
</ul> </ul>
<h1 id="third-party-integrations">Third-party integrations</h1> <h3 id="third-party-integrations">Third-party integrations</h3>
<ul> <ul>
<li><a href="active.directory.html">Integrate Microsoft Active Directory in iRedMail</a></li> <li><a href="active.directory.html">Integrate Microsoft Active Directory in iRedMail</a></li>
<li><a href="sogo-centos-6-mysql.html">SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)</a></li> <li><a href="sogo-centos-6-mysql.html">SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)</a></li>
<li><a href="https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/">Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible)</a></li> <li><a href="https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/">Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible)</a></li>
</ul> </ul>
<h1 id="cluster">Cluster</h1> <h3 id="cluster">Cluster</h3>
<ul> <ul>
<li><a href="full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.html">An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS </a></li> <li><a href="full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.html">An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS </a></li>
<li><a href="http://pastebin.com/JcYeQBrX">An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS</a>, contributed by Joshua Boniface.</li>
</ul> </ul>
<h1 id="backup-and-restore">Backup and Restore</h1> <h3 id="backup-and-restore">Backup and Restore</h3>
<ul> <ul>
<li><a href="migrate.or.upgrade.iredadmin.html">Migrate iRedAdmin open source edition to iRedAdmin-Pro</a></li> <li><a href="migrate.or.upgrade.iredadmin.html">Migrate iRedAdmin open source edition to iRedAdmin-Pro</a></li>
<li><a href="migrate.to.new.iredmail.server.html">Migrate old iRedMail server to the latest stable release</a></li> <li><a href="migrate.to.new.iredmail.server.html">Migrate old iRedMail server to the latest stable release</a></li>
<li><a href="password.hashes.html">Password hashes</a></li> <li><a href="password.hashes.html">Password hashes</a></li>
</ul> </ul>
<h1 id="troubleshooting-and-debug">Troubleshooting and Debug</h1> <h3 id="troubleshooting-and-debug">Troubleshooting and Debug</h3>
<ul> <ul>
<li><a href="turn.on.debug.mode.in.amavisd.html">Turn on debug mode in Amavisd</a></li> <li><a href="turn.on.debug.mode.in.amavisd.html">Turn on debug mode in Amavisd</a></li>
<li><a href="turn.on.debug.mode.in.cluebringer.html">Turn on debug mode in Cluebringer</a></li> <li><a href="turn.on.debug.mode.in.cluebringer.html">Turn on debug mode in Cluebringer</a></li>
<li><a href="turn.on.debug.mode.in.dovecot.html">Turn on debug mode in Dovecot</a></li> <li><a href="turn.on.debug.mode.in.dovecot.html">Turn on debug mode in Dovecot</a></li>
<li><a href="turn.on.debug.mode.in.openldap.html">Turn on debug mode in OpenLDAP</a></li> <li><a href="turn.on.debug.mode.in.openldap.html">Turn on debug mode in OpenLDAP</a></li>
</ul> </ul>
<h1 id="frequently-asked-questions">Frequently Asked Questions</h1> <h3 id="frequently-asked-questions">Frequently Asked Questions</h3>
<ul> <ul>
<li><a href="why.append.timestamp.in.maildir.path.html">Why append timestamp in maildir path</a></li> <li><a href="why.append.timestamp.in.maildir.path.html">Why append timestamp in maildir path</a></li>
</ul><br /><p>If you found something wrong in this document, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p></body></html> </ul><br /><p>If you found something wrong in this document, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p></body></html>

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)</title> <title>SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)</title>
<link href="./css/markdown.css" rel="stylesheet"></head> <link href="./css/markdown.css" rel="stylesheet"></head>
</head> </head>
<body> <body>
@ -10,10 +10,10 @@
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a> <a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a> // <a href="./index.html">Document Index</a>
</div><h1 id="sogo-how-to-install-sogo-on-centos-6-with-iredmail-mysql-backend">SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)</h1> </div><h1 id="sogo-install-sogo-on-centos-6-with-iredmail-mysql-backend">SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)</h1>
<div class="toc"> <div class="toc">
<ul> <ul>
<li><a href="#sogo-how-to-install-sogo-on-centos-6-with-iredmail-mysql-backend">SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)</a><ul> <li><a href="#sogo-install-sogo-on-centos-6-with-iredmail-mysql-backend">SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)</a><ul>
<li><a href="#requirements">Requirements</a></li> <li><a href="#requirements">Requirements</a></li>
<li><a href="#install-sogo">Install SOGo</a></li> <li><a href="#install-sogo">Install SOGo</a></li>
<li><a href="#create-sql-database-to-store-sogo-data">Create SQL database to store SOGo data</a></li> <li><a href="#create-sql-database-to-store-sogo-data">Create SQL database to store SOGo data</a></li>
@ -29,6 +29,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<p><strong>NOTE</strong>: this is still a draft and incomplete tutorial.</p>
<h2 id="requirements">Requirements</h2> <h2 id="requirements">Requirements</h2>
<ul> <ul>
<li>A working iRedMail server (MySQL backend) on CentOS 6.</li> <li>A working iRedMail server (MySQL backend) on CentOS 6.</li>

View File

@ -1,7 +1,10 @@
# SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend) # SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)
[TOC] [TOC]
__NOTE__: this is still a draft and incomplete tutorial.
## Requirements ## Requirements
* A working iRedMail server (MySQL backend) on CentOS 6. * A working iRedMail server (MySQL backend) on CentOS 6.