[dovecot-cvs] dovecot/src/master master-settings.c,1.27,1.28

cras at procontrol.fi cras at procontrol.fi
Sun Aug 24 11:55:25 EEST 2003


Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv4540/src/master

Modified Files:
	master-settings.c 
Log Message:
disable_plaintext_auth defaults to yes now. ipv4 127.* and ipv6 ::1
addresses are considered secure however and plaintext authentication is
allowed from them.



Index: master-settings.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- master-settings.c	24 Aug 2003 07:37:41 -0000	1.27
+++ master-settings.c	24 Aug 2003 07:55:23 -0000	1.28
@@ -165,7 +165,7 @@
 	MEMBER(ssl_key_file) SSLDIR"/private/dovecot.pem",
 	MEMBER(ssl_parameters_file) "ssl-parameters.dat",
 	MEMBER(ssl_parameters_regenerate) 24,
-	MEMBER(disable_plaintext_auth) FALSE,
+	MEMBER(disable_plaintext_auth) TRUE,
 	MEMBER(verbose_ssl) FALSE,
 
 	/* login */



More information about the dovecot-cvs mailing list