[Kolab-devel] server/kolab/kolab kolab_bootstrap,1.13,1.13.2.1 main.cf.template,1.6,1.6.2.1 by martin at doto.intevation.de
root at intevation.de
root at intevation.de
Thu Jul 31 22:18:31 CEST 2003
Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv13128/kolab
Modified Files:
Tag: KOLAB_1_0
kolab_bootstrap main.cf.template
Log Message:
Martin K.: Better security, disabled pop3 as default when bootstrapping, only
allow authentification when using tls (avoid accidental sending of cleartext
credentials)
Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab_bootstrap,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- kolab_bootstrap 26 May 2003 19:18:30 -0000 1.13
+++ kolab_bootstrap 31 Jul 2003 20:18:28 -0000 1.13.2.1
@@ -209,7 +209,7 @@
'cyrus-autocreatequota' => 100000,
'cyrus-admins' => "manager",
'cyrus-imap' => "TRUE",
- 'cyrus-pop3' => "TRUE",
+ 'cyrus-pop3' => "FALSE",
'cyrus-imaps' => "TRUE",
'cyrus-pop3s' => "TRUE",
'cyrus-sieve' => "TRUE",
Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/main.cf.template,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- main.cf.template 22 May 2003 18:49:51 -0000 1.6
+++ main.cf.template 31 Jul 2003 20:18:28 -0000 1.6.2.1
@@ -53,7 +53,7 @@
#TLS settings
smtpd_use_tls = yes
-smtpd_tls_auth_only = no
+smtpd_tls_auth_only = yes
smtpd_starttls_timeout = 300s
smtpd_timeout = 300s
#smtpd_tls_CAfile = @@@kolab_prefix@@@/etc/kolab/server.pem
More information about the devel
mailing list