dovecot-2.0: example-config: Moved disable_plaintext_auth to 10-...
dovecot at dovecot.org
dovecot at dovecot.org
Fri Jun 25 23:04:29 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/5326d6b2f36e
changeset: 11638:5326d6b2f36e
user: Timo Sirainen <tss at iki.fi>
date: Fri Jun 25 21:04:26 2010 +0100
description:
example-config: Moved disable_plaintext_auth to 10-auth.conf
diffstat:
doc/example-config/conf.d/10-auth.conf | 6 ++++++
doc/example-config/dovecot.conf | 6 ------
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r c8b6dd6d86d1 -r 5326d6b2f36e doc/example-config/conf.d/10-auth.conf
--- 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
diff -r c8b6dd6d86d1 -r 5326d6b2f36e doc/example-config/dovecot.conf
--- 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/
More information about the dovecot-cvs
mailing list