From 57427cbc3e6cfa66c732600f5989e049bee9e4d1 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 24 Sep 2014 10:20:47 +0800 Subject: [PATCH] Update turn.on.debug.mode.in.dovecot.md to mention Dovecot log files. --- .../turn.on.debug.mode.in.dovecot.md | 7 +++++ SUMMARY.md | 30 +++++++++++++++++++ html/turn.on.debug.mode.in.dovecot.html | 7 +++++ 3 files changed, 44 insertions(+) diff --git a/9-troubleshooting/turn.on.debug.mode.in.dovecot.md b/9-troubleshooting/turn.on.debug.mode.in.dovecot.md index 352873c7..05f64c15 100644 --- a/9-troubleshooting/turn.on.debug.mode.in.dovecot.md +++ b/9-troubleshooting/turn.on.debug.mode.in.dovecot.md @@ -10,6 +10,13 @@ mail_debug = yes Restart Dovecot service. +Dovecot is configured to log into 3 log files: + +* `/var/log/dovecot.log`: main log file. +* `/var/log/dovecot-sieve.log`: sieve related log. +* `/var/log/dovecot-lmtp.log`: lmtp related log. __NOTE__: old iRedMail release + doesn't have this file. + If you need authentication and password related debug message, turn on related settings and restart dovecot service. diff --git a/SUMMARY.md b/SUMMARY.md index 59d21ecc..1f159d2b 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -490,3 +490,33 @@ * [Turn on debug mode in OpenLDAP](turn.on.debug.mode.in.openldap.md) # Frequently Asked Questions * [Why append timestamp in maildir path](why.append.timestamp.in.maildir.path.md) +# How to +* [Allow user to send email without authentication](allow.user.to.send.email.without.authentication.md) +* [Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.](amavisd.no.x-spam.headers.md) +* [Completely disable Amavisd + ClamAV + SpamAssassin](completely.disable.amavisd.clamav.spamassassin.md) +* [Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)](configure.thunderbird.md) +* [Disable spam virus scanning for outgoing mails](disable.spam.virus.scanning.for.outgoing.mails.md) +* [Enable SMTPS service (SMTP over SSL, port 465)](enable.smtps.md) +* [LDAP: Add an alias domain](ldap.add.alias.domain.md) +* [LDAP: Add a mail alias account](ldap.add.mail.alias.md) +* [LDAP: Add a mail list account](ldap.add.mail.list.md) +* [LDAP: User mail forwarding.](ldap.user.mail.forwarding.md) +* [Pipe incoming email for certain user to external script ](pipe.incoming.email.for.certain.user.to.external.script.md) +* [Quarantine clean mail into SQL database](quarantining.clean.mail.md) +* [Force Dovecot to recalculate mailbox quota](recalculate.mailbox.quota.md) +* [SQL: Create an mail alias account with SQL command line](sql.create.mail.alias.md) +* [Store SpamAssassin bayes in SQL](store.spamassassin.bayes.in.sql.md) +* [Perform silent/unattended iRedMail installation](unattended.iredmail.installation.md) +# Third-party integrations. +* [SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)](sogo-centos-6-mysql.md) +# Cluster solutions +* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md) +# Backup, restore and migration +* [How to migrate old iRedMail server to the latest stable release](migrate.to.new.iredmail.server.md) +* [Password hashes](password.hashes.md) +# Troubleshooting and Debug +* [Turn on debug mode in Amavisd](turn.on.debug.mode.in.amavisd.md) +* [Turn on debug mode in Dovecot](turn.on.debug.mode.in.dovecot.md) +* [Turn on debug mode in OpenLDAP](turn.on.debug.mode.in.openldap.md) +# Frequently Asked Questions +* [Why append timestamp in maildir path](why.append.timestamp.in.maildir.path.md) diff --git a/html/turn.on.debug.mode.in.dovecot.html b/html/turn.on.debug.mode.in.dovecot.html index 4b490caf..51530142 100644 --- a/html/turn.on.debug.mode.in.dovecot.html +++ b/html/turn.on.debug.mode.in.dovecot.html @@ -18,6 +18,13 @@

Restart Dovecot service.

+

Dovecot is configured to log into 3 log files:

+

If you need authentication and password related debug message, turn on related settings and restart dovecot service.

auth_verbose = yes