diff dovecot-example.conf @ 596:ab3590c3a7d9 HEAD

Added verbose_proctitle setting: Show more verbose process titles (in ps). Currently shows user name and IP address. Useful for seeing who are actually using the IMAP processes (eg. shared mailboxes or if same uid is used for multiple accounts).
author Timo Sirainen <tss@iki.fi>
date Wed, 06 Nov 2002 16:20:50 +0200
parents 9e121e74c188
children 3b44bc64afd4
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Nov 06 15:06:56 2002 +0200
+++ b/dovecot-example.conf	Wed Nov 06 16:20:50 2002 +0200
@@ -75,6 +75,11 @@
 # new users aren't allowed to log in.
 #max_imap_processes = 1024
 
+# Show more verbose process titles (in ps). Currently shows user name and
+# IP address. Useful for seeing who are actually using the IMAP processes
+# (eg. shared mailboxes or if same uid is used for multiple accounts).
+#verbose_proctitle = no
+
 # Valid UID/GID ranges for imap users, defaults to 500 and above.
 # Note that denying root logins is hardcoded to imap-master binary and
 # can't be done even if first_valid_uid is set to 0.