]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Moved disable_plaintext_auth to 10-auth.conf
authorTimo Sirainen <tss@iki.fi>
Fri, 25 Jun 2010 20:04:26 +0000 (21:04 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 25 Jun 2010 20:04:26 +0000 (21:04 +0100)
--HG--
branch : HEAD

doc/example-config/conf.d/10-auth.conf
doc/example-config/dovecot.conf

index 74eaa2c4ed87ac87f620e123b8b5968f6860fc6b..b46a96ae197e153bc59e74c9b927561cd31114b9 100644 (file)
@@ -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
index 336541af90005ff0c1ecd861c821564ae1c69c10..019a580fa78c26140bab3dc1a704757eb0643831 100644 (file)
 # 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/