summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-06-10 14:22:16 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-10 14:22:16 +0200
commitbed9bfaaa99dde6ecfb04e6a9ce98176b5ca604f (patch)
tree5900412ff9d64eeb376a79a079a2d5a0e246c010 /roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
parent5c8ac82b9d990539fea1aaa6518aba5adb35ba1c (diff)
Dovecot: Collect IMAP statistics.
Diffstat (limited to 'roles/IMAP/files/etc/dovecot/conf.d/10-master.conf')
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/10-master.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
index 189e96e..9fcc549 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/10-master.conf
@@ -112,20 +112,27 @@ service auth {
# Auth process is run as this user.
#user = $default_internal_user
}
service auth-worker {
# Auth worker process is run as root by default, so that it can access
# /etc/shadow. If this isn't necessary, the user should be changed to
# $default_internal_user.
user = $default_internal_user
}
service dict {
# If dict proxy is used, mail processes should have access to its socket.
# For example: mode=0660, group=vmail and global mail_access_groups=vmail
unix_listener dict {
#mode = 0600
#user =
#group =
}
}
+
+service stats {
+ fifo_listener stats-mail {
+ user = vmail
+ mode = 0600
+ }
+}