3 commits - ucs/debian ucs/kolab-ucs-join-script.sh

Christoph Wickert wickert at kolabsys.com
Thu Sep 17 10:51:04 CEST 2015


 ucs/debian/kolab-mta.postinst                   |    6 +++++-
 ucs/debian/kolab-mta.univention-config-registry |    1 +
 ucs/kolab-ucs-join-script.sh                    |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 2d7aa6d55df7a182944f05e168f7d9f7daf4400a
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Thu Sep 17 10:50:59 2015 +0200

    Fix translations for KolabAllowSMTPSender

diff --git a/ucs/kolab-ucs-join-script.sh b/ucs/kolab-ucs-join-script.sh
index 14d8df3..b26ea34 100755
--- a/ucs/kolab-ucs-join-script.sh
+++ b/ucs/kolab-ucs-join-script.sh
@@ -291,8 +291,8 @@ addUserAttribute KolabAllowSMTPSender \
 	--append translationGroupName='"de_DE" "SMTP-Zugriff"' \
 	--set tabPosition=1 \
 	--set shortDescription="Sender Access List" \
-	--append translationShortDescription='"de_CH" "Liste von Empfängern"' \
-	--append translationShortDescription='"de_DE" "Liste von Empfängern"' \
+	--append translationShortDescription='"de_CH" "Liste von Absendern"' \
+	--append translationShortDescription='"de_DE" "Liste von Absendern"' \
 	--set longDescription="Wildcards or regular expressions allowed. To reject an address or domain, prefix the entry with -, e.g. -john.doe at example.org. Most accurate policy is applied."\
 	--append translationLongDescription='"de_CH" "Platzhalter oder reguäre Ausdücke erlaubt. Um eine Adresse oder Domäne zu abzuweisen, den Eintrag mit - beginnen, z. B. -max.mustermann at example.org. Die zutreffendste Richtinige wird angewandt."'\
 	--append translationLongDescription='"de_DE" "Platzhalter oder reguäre Ausdücke erlaubt. Um eine Adresse oder Domäne zu abzuweisen, den Eintrag mit - beginnen, z. B. -max.mustermann at example.org. Die zutreffendste Richtinige wird angewandt."'\


commit 3b31f50ce6adf20ba26d72fdb54189446c73b5c0
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Wed Sep 16 17:09:34 2015 +0200

    kolab-mta: Update univention-config-registry (#5222, follow-up to c6f28ab)

diff --git a/ucs/debian/kolab-mta.univention-config-registry b/ucs/debian/kolab-mta.univention-config-registry
index 2d73896..e3f210d 100644
--- a/ucs/debian/kolab-mta.univention-config-registry
+++ b/ucs/debian/kolab-mta.univention-config-registry
@@ -44,6 +44,7 @@ Variables: mail/postfix/transport/ldap/enabled
 Variables: mail/postfix/inet/interfaces
 Variables: mail/postfix/inet/protocols
 Variables: mail/smtp/VRFY/disabled
+Variables: mail/postfix/smtpd/banner
 
 Type: subfile
 Multifile: etc/postfix/main.cf


commit c819e7f46074c2c0f467670a78896c9bb41b16dc
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Wed Sep 16 16:51:24 2015 +0200

    kolab-mta: Set mail/ldaptable/* variables (follow-up to 37c3c29)

diff --git a/ucs/debian/kolab-mta.postinst b/ucs/debian/kolab-mta.postinst
index c3ec2e0..3a5881f 100755
--- a/ucs/debian/kolab-mta.postinst
+++ b/ucs/debian/kolab-mta.postinst
@@ -71,7 +71,11 @@ univention-config-registry set \
 	mail/alias/root?systemmail@$hostname.$domainname \
 	mail/alias/postmaster?root \
 	mail/messagesizelimit?10240000 \
-	mail/postfix/tls/client/level?may
+	mail/postfix/tls/client/level?may \
+	mail/postfix/ldaptable/starttls?yes \
+	mail/postfix/ldaptable/tlsrequirecert?yes \
+	mail/postfix/ldaptable/tlscacertfile?"/etc/univention/ssl/ucsCA/CAcert.pem" \
+	mail/postfix/ldaptable/debuglevel?0 \
 
 # from univention-mail-server
 univention-config-registry set \




More information about the commits mailing list