changeset 11638:5326d6b2f36e HEAD

example-config: Moved disable_plaintext_auth to 10-auth.conf
author Timo Sirainen <tss@iki.fi>
date Fri, 25 Jun 2010 21:04:26 +0100
parents c8b6dd6d86d1
children c4194f5e3934
files doc/example-config/conf.d/10-auth.conf doc/example-config/dovecot.conf
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/10-auth.conf	Fri Jun 25 20:18:55 2010 +0100
+++ b/doc/example-config/conf.d/10-auth.conf	Fri Jun 25 21:04:26 2010 +0100
@@ -2,6 +2,12 @@
 ## Authentication processes
 ##
 
+# Disable LOGIN command and all other plaintext authentications unless
+# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
+# matches the local IP (ie. you're connecting from the same computer), the
+# connection is considered secure and plaintext authentication is allowed.
+#disable_plaintext_auth = yes
+
 # Authentication cache size (e.g. 10M). 0 means it's disabled. Note that
 # bsdauth, PAM and vpopmail require cache_key to be set for caching to be used.
 #auth_cache_size = 0
--- a/doc/example-config/dovecot.conf	Fri Jun 25 20:18:55 2010 +0100
+++ b/doc/example-config/dovecot.conf	Fri Jun 25 21:04:26 2010 +0100
@@ -30,12 +30,6 @@
 # edit conf.d/master.conf.
 #listen = *, ::
 
-# Disable LOGIN command and all other plaintext authentications unless
-# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
-# matches the local IP (ie. you're connecting from the same computer), the
-# connection is considered secure and plaintext authentication is allowed.
-#disable_plaintext_auth = yes
-
 # Base directory where to store runtime data.
 #base_dir = /var/run/dovecot/