Update of /cvsroot/simplemail/simplemail/tests/dovecot-conf/conf.d
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv979/tests/dovecot-conf/conf.d
Modified Files:
10-auth.conf
Log Message:
Allow plaintext auth. We use this for testing only.
Index: 10-auth.conf
===================================================================
RCS file: /cvsroot/simplemail/simplemail/tests/dovecot-conf/conf.d/10-auth.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 10-auth.conf 24 Dec 2013 09:06:40 -0000 1.2
+++ 10-auth.conf 24 Dec 2013 09:30:33 -0000 1.3
@@ -8,6 +8,7 @@
# connection is considered secure and plaintext authentication is allowed.
# See also ssl=required setting.
#disable_plaintext_auth = yes
+disable_plaintext_auth = no
# 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.
|