bernhard: server/kolabd/kolabd/templates master.cf.template, 1.11.2.2, 1.11.2.3 main.cf.template, 1.15.2.4, 1.15.2.5

cvs at intevation.de cvs at intevation.de
Wed Jan 11 15:23:59 CET 2006


Author: bernhard

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv18470

Modified Files:
      Tag: kolab_2_0_branch
	master.cf.template main.cf.template 
Log Message:
Avoiding that postfix will log the password with TLS.
Possibly fixing issue968 (Postfix logs password on failure).


Index: master.cf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/Attic/master.cf.template,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -u -d -r1.11.2.2 -r1.11.2.3
--- master.cf.template	16 Sep 2005 12:37:51 -0000	1.11.2.2
+++ master.cf.template	11 Jan 2006 14:23:57 -0000	1.11.2.3
@@ -33,8 +33,7 @@
 #uucp     unix  -       n       n       -       -       pipe flags=Fqhu user=uucp argv=/kolab/bin/uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
 #ifmail   unix  -       n       n       -       -       pipe flags=F user=ftn argv=/kolab/bin/ifmail -r $nexthop ($recipient)
 #bsmtp    unix  -       n       n       -       -       pipe flags=Fq. user=foo argv=/kolab/bin/bsmtp -f $sender $nexthop $recipient
-465       inet  n       -       n       -       -       smtpd -v -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes 
-#587      inet  n       -       n       -       -       smtpd -v -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
+465       inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes 
 post-cleanup unix  n    -       n       -       0       cleanup -o virtual_maps=
 smtp-amavis unix -	-	n	-	2       smtp
     -o smtp_data_done_timeout=1200

Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/Attic/main.cf.template,v
retrieving revision 1.15.2.4
retrieving revision 1.15.2.5
diff -u -d -r1.15.2.4 -r1.15.2.5
--- main.cf.template	12 Oct 2005 11:04:16 -0000	1.15.2.4
+++ main.cf.template	11 Jan 2006 14:23:57 -0000	1.15.2.5
@@ -78,7 +78,7 @@
 #smtpd_tls_dkey_file = $smtpd_tls_dcert_file
 #smtpd_tls_key_file = $smtpd_tls_cert_file
 smtpd_tls_key_file = @l_prefix@/etc/kolab/key.pem
-#smtpd_tls_loglevel = 3
+smtpd_tls_loglevel = 1
 smtpd_tls_received_header = no
 #smtpd_tls_req_ccert = no
 #smtpd_tls_session_cache_database =





More information about the commits mailing list