From: Timo Sirainen Date: Fri, 25 Jun 2010 20:04:26 +0000 (+0100) Subject: example-config: Moved disable_plaintext_auth to 10-auth.conf X-Git-Tag: 2.0.rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9b703887796f47153e12eb5a04f5941cefdcb1;p=thirdparty%2Fdovecot%2Fcore.git example-config: Moved disable_plaintext_auth to 10-auth.conf --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/10-auth.conf b/doc/example-config/conf.d/10-auth.conf index 74eaa2c4ed..b46a96ae19 100644 --- a/doc/example-config/conf.d/10-auth.conf +++ b/doc/example-config/conf.d/10-auth.conf @@ -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 --git a/doc/example-config/dovecot.conf b/doc/example-config/dovecot.conf index 336541af90..019a580fa7 100644 --- a/doc/example-config/dovecot.conf +++ b/doc/example-config/dovecot.conf @@ -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/