changeset 284:8d7e46d41ce3 HEAD

list supported auth methods
author Timo Sirainen <tss@iki.fi>
date Fri, 20 Sep 2002 14:57:48 +0300
parents 00dbc7e5f441
children 49e6f5496071
files dovecot-example.conf
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Sep 20 14:51:23 2002 +0300
+++ b/dovecot-example.conf	Fri Sep 20 14:57:48 2002 +0300
@@ -124,7 +124,8 @@
 # Authentication process name.
 auth = default
 
-# Authentication methods this process allows separated with a space
+# Authentication methods this process allows separated with a space.
+# Currently supported: plain digest-md5
 auth_methods = plain
 
 # Space separated list of realms with authentication methods that need them.