diff dovecot-example.conf @ 1725:cc0690f92d96 HEAD

disable_plaintext_auth defaults to yes now. ipv4 127.* and ipv6 ::1 addresses are considered secure however and plaintext authentication is allowed from them.
author Timo Sirainen <tss@iki.fi>
date Sun, 24 Aug 2003 10:55:23 +0300
parents ba70d60987e2
children 6d10ece6cf9f
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Aug 24 10:37:41 2003 +0300
+++ b/dovecot-example.conf	Sun Aug 24 10:55:23 2003 +0300
@@ -44,8 +44,10 @@
 #ssl_parameters_regenerate = 24
 
 # Disable LOGIN command and all other plaintext authentications unless
-# SSL/TLS is used (LOGINDISABLED capability)
-#disable_plaintext_auth = no
+# SSL/TLS is used (LOGINDISABLED capability). Note that 127.*.*.* and
+# IPv6 ::1 addresses are considered secure, this setting has no effect if
+# you connect from those addresses.
+#disable_plaintext_auth = yes
 
 # Use this logfile instead of syslog(). /dev/stderr can be used if you want to
 # use stderr for logging (ONLY /dev/stderr - otherwise it is closed).