File rename and cleanup article titles.

This commit is contained in:
Zhang Huangbin 2014-09-20 18:50:50 +08:00
parent 4c48b48b60
commit b35194791f
39 changed files with 89 additions and 110 deletions

View File

@ -1,4 +1,4 @@
# How to allow user to send email without authentication
# Allow user to send email without authentication
[TOC]

View File

@ -1,4 +1,4 @@
# How to completely disable amavisd/ClamAV/SpamAssassin
# Completely disable Amavisd + ClamAV + SpamAssassin
In iRedMail, Amavisd provides below features:

View File

@ -1,4 +1,4 @@
# How to disable spam virus scanning for outgoing mails
# Disable spam virus scanning for outgoing mails
To disable spam/virus scanning for outgoing mails, you can add bypass settings in Amavisd config file: `/etc/amavisd/amavisd.conf` (RHEL/CentOS/Scientific Linux) or `/etc/amavis/conf.d/50-user` (Debian/Ubuntu) or `/usr/local/etc/amavisd.conf` (FreeBSD).

View File

@ -1,4 +1,4 @@
# How to enable SMTPS service (SMTP over SSL, port 465)
# Enable SMTPS service (SMTP over SSL, port 465)
[TOC]

View File

@ -1,4 +1,4 @@
# LDAP: How to add an alias domain
# LDAP: Add an alias domain
## What an alias domain is used for?

View File

@ -1,4 +1,4 @@
# LDAP: How to add a mail alias account
# LDAP: Add a mail alias account
* Log into phpLDAPadmin as LDAP root dn `cn=Manager` or `cn=vmailadmin`:
![](http://screenshots.iredmail.googlecode.com/hg/phpldapadmin/login.png)

View File

@ -1,4 +1,4 @@
# LDAP: How to forward emails to other email addresses
# LDAP: User mail forwarding.
## Set mail forwarding with iRedAdmin-Pro

View File

@ -1,4 +1,4 @@
# LDAP: How to add a mail list account
# LDAP: Add a mail list account
## Add mail list with iRedAdmin-Pro

View File

@ -1,4 +1,4 @@
# How to pipe incoming email for certain user to external script
# Pipe incoming email for certain user to external script
This tutorial explains how to pipe incoming email for certain user to external script.

View File

@ -1,4 +1,4 @@
# How to quarantine clean mail into SQL database
# Quarantine clean mail into SQL database
To quarantine clean mails into SQL database, please follow below steps:

View File

@ -1,4 +1,4 @@
# How to force Dovecot to recalculate mailbox quota
# Force Dovecot to recalculate mailbox quota
iRedMail enables dict quota since iRedMail-0.7.0, dict quota is recalculated
only if the quota goes below zero

View File

@ -1,4 +1,4 @@
# How to store spamassassin bayes in SQL
# Store SpamAssassin bayes in SQL
__THIS ARTICLE IS STILL A DRAFT, DO NOT APPLY IT IN PRODUCTION SERVER.__

View File

@ -1,4 +1,4 @@
# How to perform silent/unattended iRedMail installation
# Perform silent/unattended iRedMail installation
iRedMail will store configrations in file iRedMail-x.y.z/config during
installation, and ask you whether to use it for installation directly

View File

@ -1,4 +1,4 @@
# How to turn on debug mode in Amavisd
# Turn on debug mode in Amavisd
In Amavisd config file `/etc/amavisd/amavisd.conf`, change `$log_level`, then restart amavis service.

View File

@ -1,4 +1,4 @@
# How to turn on debug mode in Dovecot
# Turn on debug mode in Dovecot
To turn on debug mode in Dovecot, please update Dovecot config file
`/etc/dovecot/dovecot.conf` (Linux/OpenBSD) or

View File

@ -1,4 +1,4 @@
# How to turn on debug mode in OpenLDAP
# Turn on debug mode in OpenLDAP
In OpenLDAP config file `slapd.conf`, update parameter `loglevel` to value `256`, then restart OpenLDAP service.
* On RHEL/CentOS and OpenBSD, it's `/etc/openldap/slapd.conf`

View File

@ -1,4 +1,4 @@
# How to use or migrate password hashes
# Password hashes
## Password hashes supported by iRedMail

View File

@ -2,22 +2,21 @@
# How to
* [ How to allow user to send email without authentication ](src/default/4-howto/allow.user.to.send.email.without.authentication.md)
* [ Allow user to send email without authentication ](src/default/4-howto/allow.user.to.send.email.without.authentication.md)
* [ Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.](src/default/4-howto/amavisd.no.x-spam.headers.md)
* [ How to completely disable amavisd/ClamAV/SpamAssassin](src/default/4-howto/completely.disable.amavisd.clamav.spamassassin.md)
* [ How to disable spam virus scanning for outgoing mails](src/default/4-howto/disable.spam.virus.scanning.for.outgoing.mails.md)
* [ Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)](src/default/4-howto/howto.configure.thunderbird.for.iredmail.md)
* [ How to enable SMTPS service (SMTP over SSL, port 465)](src/default/4-howto/howto.enable.smtps.service.md)
* [ LDAP: How to add an alias domain ](src/default/4-howto/ldap.add.alias.domain.md)
* [ LDAP: How to add a mail alias account ](src/default/4-howto/ldap.add.mail.alias.md)
* [ LDAP: How to forward emails to other email addresses ](src/default/4-howto/ldap.add.mail.forwarding.address.md)
* [ LDAP: How to add a mail list account ](src/default/4-howto/ldap.add.mail.list.md)
* [ How to pipe incoming email for certain user to external script ](src/default/4-howto/pipe.incoming.email.for.certain.user.to.external.script.md)
* [ How to quarantine clean mail into SQL database](src/default/4-howto/quarantining.clean.mail.md)
* [ How to force Dovecot to recalculate mailbox quota ](src/default/4-howto/recalculate.mailbox.quota.md)
* [ How to store spamassassin bayes in SQL](src/default/4-howto/store.spamassassin.bayes.in.sql.md)
* [ How to perform silent/unattended iRedMail installation](src/default/4-howto/unattended.iredmail.installation.md)
* [ How to use or migrate password hashes](src/default/4-howto/use.or.migrate.password.hashes.md)
* [ Completely disable Amavisd + ClamAV + SpamAssassin](src/default/4-howto/completely.disable.amavisd.clamav.spamassassin.md)
* [ Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)](src/default/4-howto/configure.thunderbird.md)
* [ Disable spam virus scanning for outgoing mails](src/default/4-howto/disable.spam.virus.scanning.for.outgoing.mails.md)
* [ Enable SMTPS service (SMTP over SSL, port 465)](src/default/4-howto/enable.smtps.md)
* [ LDAP: Add an alias domain ](src/default/4-howto/ldap.add.alias.domain.md)
* [ LDAP: Add a mail alias account ](src/default/4-howto/ldap.add.mail.alias.md)
* [ LDAP: User mail forwarding. ](src/default/4-howto/ldap.add.mail.forwarding.address.md)
* [ LDAP: Add a mail list account ](src/default/4-howto/ldap.add.mail.list.md)
* [ Pipe incoming email for certain user to external script ](src/default/4-howto/pipe.incoming.email.for.certain.user.to.external.script.md)
* [ Quarantine clean mail into SQL database](src/default/4-howto/quarantining.clean.mail.md)
* [ Force Dovecot to recalculate mailbox quota ](src/default/4-howto/recalculate.mailbox.quota.md)
* [ Store SpamAssassin bayes in SQL](src/default/4-howto/store.spamassassin.bayes.in.sql.md)
* [ Perform silent/unattended iRedMail installation](src/default/4-howto/unattended.iredmail.installation.md)
# Third-party integrations.
@ -29,10 +28,11 @@
# Troubleshooting and Debug
* [ How to turn on debug mode in Amavisd ](src/default/9-troubleshooting/turn.on.debug.mode.in.amavisd.md)
* [ How to turn on debug mode in Dovecot](src/default/9-troubleshooting/turn.on.debug.mode.in.dovecot.md)
* [ How to turn on debug mode in OpenLDAP ](src/default/9-troubleshooting/turn.on.debug.mode.in.openldap.md)
* [ Turn on debug mode in Amavisd ](src/default/9-troubleshooting/turn.on.debug.mode.in.amavisd.md)
* [ Turn on debug mode in Dovecot](src/default/9-troubleshooting/turn.on.debug.mode.in.dovecot.md)
* [ Turn on debug mode in OpenLDAP ](src/default/9-troubleshooting/turn.on.debug.mode.in.openldap.md)
# Frequently Asked Questions
* [ Password hashes](src/default/99-faq/password.hashes.md)
* [ Why append timestamp in maildir path](src/default/99-faq/why.append.timestamp.in.maildir.path.md)

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to use or migrate password hashes</title>
<title> Password hashes</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-use-or-migrate-password-hashes">How to use or migrate password hashes</h1>
<h1 id="password-hashes">Password hashes</h1>
<h2 id="password-hashes-supported-by-iredmail">Password hashes supported by iRedMail</h2>
<p>iRedMail configures Postfix to use Dovecot as SASL authenticate server, so all
password schemes supported by Dovecot can be used in iRedMail. Please refer to

View File

@ -1,15 +1,15 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to allow user to send email without authentication </title>
<title> Allow user to send email without authentication </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-allow-user-to-send-email-without-authentication">How to allow user to send email without authentication</h1>
<h1 id="allow-user-to-send-email-without-authentication">Allow user to send email without authentication</h1>
<div class="toc">
<ul>
<li><a href="#how-to-allow-user-to-send-email-without-authentication">How to allow user to send email without authentication</a></li>
<li><a href="#allow-user-to-send-email-without-authentication">Allow user to send email without authentication</a></li>
</ul>
</div>
<p>Create a plain text file: <code>/etc/postfix/accepted_unauth_senders</code>:</p>

View File

@ -1,21 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="amavisd-spamassassin-not-working-no-mail-header-x-spam-inserted">Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.</h1>
<p>Amavisd has below setting in its config file <code>/etc/amavisd/amavisd.conf</code> by default:</p>
<pre><code>$sa_tag_level_deflt = 2.0;
</code></pre>
<p>That means Amavisd will insert <code>X-Spam-Flag</code> and other <code>X-Spam-*</code> headers when email score &gt;= 2.0. If you want to let Amavisd always insert these headers, you can set it to a low score, for example:</p>
<pre><code>$sa_tag_level_deflt = -999;
</code></pre>
<p>Amavisd's main config file is different on different Linux/BSD distributions:</p>
<ul>
<li>Red Hat, CentOS, OpenBSD: <code>/etc/amavisd/amavisd.conf</code></li>
<li>Debian, Ubuntu: <code>/etc/amavis/conf.d/50-user</code> (and other config files under <code>/etc/amavs/conf.d/</code>)</li>
<li>FreeBSD: <code>/usr/local/etc/amavisd/amavisd.conf</code></li>
</ul></body></html>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to completely disable amavisd/ClamAV/SpamAssassin</title>
<title> Completely disable Amavisd + ClamAV + SpamAssassin</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-completely-disable-amavisdclamavspamassassin">How to completely disable amavisd/ClamAV/SpamAssassin</h1>
<h1 id="completely-disable-amavisd-clamav-spamassassin">Completely disable Amavisd + ClamAV + SpamAssassin</h1>
<p>In iRedMail, Amavisd provides below features:</p>
<ul>
<li>content-based spam scanning (invoke SpamAssassin)</li>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to disable spam virus scanning for outgoing mails</title>
<title> Disable spam virus scanning for outgoing mails</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-disable-spam-virus-scanning-for-outgoing-mails">How to disable spam virus scanning for outgoing mails</h1>
<h1 id="disable-spam-virus-scanning-for-outgoing-mails">Disable spam virus scanning for outgoing mails</h1>
<p>To disable spam/virus scanning for outgoing mails, you can add bypass settings in Amavisd config file: <code>/etc/amavisd/amavisd.conf</code> (RHEL/CentOS/Scientific Linux) or <code>/etc/amavis/conf.d/50-user</code> (Debian/Ubuntu) or <code>/usr/local/etc/amavisd.conf</code> (FreeBSD).</p>
<ul>
<li>bypass_spam_checks_maps</li>

View File

@ -1,15 +1,15 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to enable SMTPS service (SMTP over SSL, port 465)</title>
<title> Enable SMTPS service (SMTP over SSL, port 465)</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-enable-smtps-service-smtp-over-ssl-port-465">How to enable SMTPS service (SMTP over SSL, port 465)</h1>
<h1 id="enable-smtps-service-smtp-over-ssl-port-465">Enable SMTPS service (SMTP over SSL, port 465)</h1>
<div class="toc">
<ul>
<li><a href="#how-to-enable-smtps-service-smtp-over-ssl-port-465">How to enable SMTPS service (SMTP over SSL, port 465)</a><ul>
<li><a href="#enable-smtps-service-smtp-over-ssl-port-465">Enable SMTPS service (SMTP over SSL, port 465)</a><ul>
<li><a href="#why-iredmail-doesnt-enable-smtps-smtp-over-ssl-by-default">Why iRedMail doesn't enable SMTPS (SMTP over SSL) by default</a></li>
<li><a href="#why-enable-smtps-since-its-depreciated">Why enable SMTPS since it's depreciated</a></li>
<li><a href="#how-to-enable-smtps">How to enable SMTPS</a></li>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> LDAP: How to add an alias domain </title>
<title> LDAP: Add an alias domain </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="ldap-how-to-add-an-alias-domain">LDAP: How to add an alias domain</h1>
<h1 id="ldap-add-an-alias-domain">LDAP: Add an alias domain</h1>
<h2 id="what-an-alias-domain-is-used-for">What an alias domain is used for?</h2>
<p>Let's say you have a mail domain <code>example.com</code> hosted on your iRedMail server,
if you add domain name <code>domain.ltd</code> as an alias domain of <code>example.com</code>, all

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> LDAP: How to add a mail alias account </title>
<title> LDAP: Add a mail alias account </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="ldap-how-to-add-a-mail-alias-account">LDAP: How to add a mail alias account</h1>
<h1 id="ldap-add-a-mail-alias-account">LDAP: Add a mail alias account</h1>
<ul>
<li>
<p>Log into phpLDAPadmin as LDAP root dn <code>cn=Manager</code> or <code>cn=vmailadmin</code>:<br />

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> LDAP: How to forward emails to other email addresses </title>
<title> LDAP: User mail forwarding. </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="ldap-how-to-forward-emails-to-other-email-addresses">LDAP: How to forward emails to other email addresses</h1>
<h1 id="ldap-user-mail-forwarding">LDAP: User mail forwarding.</h1>
<h2 id="set-mail-forwarding-with-iredadmin-pro">Set mail forwarding with iRedAdmin-Pro</h2>
<p>With iRedAdmin-Pro, you can simply add mail forwarding addresses in user
profile page, under tab <code>Forwarding</code>. Screenshot: <a href="http://www.iredmail.org/images/iredadmin/user_profile_mail_forwarding.png">http://www.iredmail.org/images/iredadmin/user_profile_mail_forwarding.png</a></p>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> LDAP: How to add a mail list account </title>
<title> LDAP: Add a mail list account </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="ldap-how-to-add-a-mail-list-account">LDAP: How to add a mail list account</h1>
<h1 id="ldap-add-a-mail-list-account">LDAP: Add a mail list account</h1>
<h2 id="add-mail-list-with-iredadmin-pro">Add mail list with iRedAdmin-Pro</h2>
<p>With iRedAdmin-Pro, you can easily add mail list account by click menu:
<code>Add -&gt; Mail List</code> in main navigation bar.</p>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to pipe incoming email for certain user to external script </title>
<title> Pipe incoming email for certain user to external script </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-pipe-incoming-email-for-certain-user-to-external-script">How to pipe incoming email for certain user to external script</h1>
<h1 id="pipe-incoming-email-for-certain-user-to-external-script">Pipe incoming email for certain user to external script</h1>
<p>This tutorial explains how to pipe incoming email for certain user to external script.</p>
<h2 id="configure-postfix-to-use-your-external-script-as-transport">Configure Postfix to use your external script as transport</h2>
<p>To pipe incoming emails to external script, you must add your external script

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to quarantine clean mail into SQL database</title>
<title> Quarantine clean mail into SQL database</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-quarantine-clean-mail-into-sql-database">How to quarantine clean mail into SQL database</h1>
<h1 id="quarantine-clean-mail-into-sql-database">Quarantine clean mail into SQL database</h1>
<p>To quarantine clean mails into SQL database, please follow below steps:</p>
<h1 id="configure-amavisd-to-enable-quarantining">Configure Amavisd to enable quarantining</h1>
<ul>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to force Dovecot to recalculate mailbox quota </title>
<title> Force Dovecot to recalculate mailbox quota </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-force-dovecot-to-recalculate-mailbox-quota">How to force Dovecot to recalculate mailbox quota</h1>
<h1 id="force-dovecot-to-recalculate-mailbox-quota">Force Dovecot to recalculate mailbox quota</h1>
<p>iRedMail enables dict quota since iRedMail-0.7.0, dict quota is recalculated
only if the quota goes below zero</p>
<ul>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to store spamassassin bayes in SQL</title>
<title> Store SpamAssassin bayes in SQL</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-store-spamassassin-bayes-in-sql">How to store spamassassin bayes in SQL</h1>
<h1 id="store-spamassassin-bayes-in-sql">Store SpamAssassin bayes in SQL</h1>
<p><strong>THIS ARTICLE IS STILL A DRAFT, DO NOT APPLY IT IN PRODUCTION SERVER.</strong></p>
<h2 id="summary">Summary</h2>
<p>This article will guide you to configure related components to store

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to perform silent/unattended iRedMail installation</title>
<title> Perform silent/unattended iRedMail installation</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-perform-silentunattended-iredmail-installation">How to perform silent/unattended iRedMail installation</h1>
<h1 id="perform-silentunattended-iredmail-installation">Perform silent/unattended iRedMail installation</h1>
<p>iRedMail will store configrations in file iRedMail-x.y.z/config during
installation, and ask you whether to use it for installation directly
or create a new one.</p>

View File

@ -8,28 +8,27 @@
<body>
<h1 id="how-to">How to</h1>
<ul>
<li><a href="howto/allow.user.to.send.email.without.authentication.html"> How to allow user to send email without authentication
<li><a href="howto/allow.user.to.send.email.without.authentication.html"> Allow user to send email without authentication
</a></li>
<li><a href="howto/amavisd.no.x-spam.headers.html"> Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.</a></li>
<li><a href="howto/completely.disable.amavisd.clamav.spamassassin.html"> How to completely disable amavisd/ClamAV/SpamAssassin</a></li>
<li><a href="howto/disable.spam.virus.scanning.for.outgoing.mails.html"> How to disable spam virus scanning for outgoing mails</a></li>
<li><a href="howto/howto.configure.thunderbird.for.iredmail.html"> Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)</a></li>
<li><a href="howto/howto.enable.smtps.service.html"> How to enable SMTPS service (SMTP over SSL, port 465)</a></li>
<li><a href="howto/ldap.add.alias.domain.html"> LDAP: How to add an alias domain
<li><a href="howto/completely.disable.amavisd.clamav.spamassassin.html"> Completely disable Amavisd + ClamAV + SpamAssassin</a></li>
<li><a href="howto/configure.thunderbird.html"> Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)</a></li>
<li><a href="howto/disable.spam.virus.scanning.for.outgoing.mails.html"> Disable spam virus scanning for outgoing mails</a></li>
<li><a href="howto/enable.smtps.html"> Enable SMTPS service (SMTP over SSL, port 465)</a></li>
<li><a href="howto/ldap.add.alias.domain.html"> LDAP: Add an alias domain
</a></li>
<li><a href="howto/ldap.add.mail.alias.html"> LDAP: How to add a mail alias account
<li><a href="howto/ldap.add.mail.alias.html"> LDAP: Add a mail alias account
</a></li>
<li><a href="howto/ldap.add.mail.forwarding.address.html"> LDAP: How to forward emails to other email addresses
<li><a href="howto/ldap.add.mail.forwarding.address.html"> LDAP: User mail forwarding.
</a></li>
<li><a href="howto/ldap.add.mail.list.html"> LDAP: How to add a mail list account
<li><a href="howto/ldap.add.mail.list.html"> LDAP: Add a mail list account
</a></li>
<li><a href="howto/pipe.incoming.email.for.certain.user.to.external.script.html"> How to pipe incoming email for certain user to external script </a></li>
<li><a href="howto/quarantining.clean.mail.html"> How to quarantine clean mail into SQL database</a></li>
<li><a href="howto/recalculate.mailbox.quota.html"> How to force Dovecot to recalculate mailbox quota
<li><a href="howto/pipe.incoming.email.for.certain.user.to.external.script.html"> Pipe incoming email for certain user to external script </a></li>
<li><a href="howto/quarantining.clean.mail.html"> Quarantine clean mail into SQL database</a></li>
<li><a href="howto/recalculate.mailbox.quota.html"> Force Dovecot to recalculate mailbox quota
</a></li>
<li><a href="howto/store.spamassassin.bayes.in.sql.html"> How to store spamassassin bayes in SQL</a></li>
<li><a href="howto/unattended.iredmail.installation.html"> How to perform silent/unattended iRedMail installation</a></li>
<li><a href="howto/use.or.migrate.password.hashes.html"> How to use or migrate password hashes</a></li>
<li><a href="howto/store.spamassassin.bayes.in.sql.html"> Store SpamAssassin bayes in SQL</a></li>
<li><a href="howto/unattended.iredmail.installation.html"> Perform silent/unattended iRedMail installation</a></li>
</ul>
<h1 id="third-party-integrations">Third-party integrations.</h1>
<ul>
@ -41,13 +40,14 @@
</ul>
<h1 id="troubleshooting-and-debug">Troubleshooting and Debug</h1>
<ul>
<li><a href="troubleshooting/turn.on.debug.mode.in.amavisd.html"> How to turn on debug mode in Amavisd
<li><a href="troubleshooting/turn.on.debug.mode.in.amavisd.html"> Turn on debug mode in Amavisd
</a></li>
<li><a href="troubleshooting/turn.on.debug.mode.in.dovecot.html"> How to turn on debug mode in Dovecot</a></li>
<li><a href="troubleshooting/turn.on.debug.mode.in.openldap.html"> How to turn on debug mode in OpenLDAP
<li><a href="troubleshooting/turn.on.debug.mode.in.dovecot.html"> Turn on debug mode in Dovecot</a></li>
<li><a href="troubleshooting/turn.on.debug.mode.in.openldap.html"> Turn on debug mode in OpenLDAP
</a></li>
</ul>
<h1 id="frequently-asked-questions">Frequently Asked Questions</h1>
<ul>
<li><a href="faq/password.hashes.html"> Password hashes</a></li>
<li><a href="faq/why.append.timestamp.in.maildir.path.html"> Why append timestamp in maildir path</a></li>
</ul></body></html>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to turn on debug mode in Amavisd </title>
<title> Turn on debug mode in Amavisd </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-turn-on-debug-mode-in-amavisd">How to turn on debug mode in Amavisd</h1>
<h1 id="turn-on-debug-mode-in-amavisd">Turn on debug mode in Amavisd</h1>
<p>In Amavisd config file <code>/etc/amavisd/amavisd.conf</code>, change <code>$log_level</code>, then restart amavis service.</p>
<pre><code>$log_level = 5; # verbosity 0..5, -d
</code></pre>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to turn on debug mode in Dovecot</title>
<title> Turn on debug mode in Dovecot</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-turn-on-debug-mode-in-dovecot">How to turn on debug mode in Dovecot</h1>
<h1 id="turn-on-debug-mode-in-dovecot">Turn on debug mode in Dovecot</h1>
<p>To turn on debug mode in Dovecot, please update Dovecot config file
<code>/etc/dovecot/dovecot.conf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/dovecot/dovecot.conf</code> (FreeBSD), set <code>mail_debug</code> to <code>yes</code>:</p>

View File

@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> How to turn on debug mode in OpenLDAP </title>
<title> Turn on debug mode in OpenLDAP </title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="how-to-turn-on-debug-mode-in-openldap">How to turn on debug mode in OpenLDAP</h1>
<h1 id="turn-on-debug-mode-in-openldap">Turn on debug mode in OpenLDAP</h1>
<p>In OpenLDAP config file <code>slapd.conf</code>, update parameter <code>loglevel</code> to value <code>256</code>, then restart OpenLDAP service.
* On RHEL/CentOS and OpenBSD, it's <code>/etc/openldap/slapd.conf</code>
* On Debian/Ubuntu, it's <code>/etc/ldap/slapd.conf</code>