[debian-edu-commits] debian-edu/ 01/01: Configure dovecot-core SSL support: - cf/imap: Add shellcommand to create dovecot SSL certificate. - share/debian-edu-config/tools: Add a script named debian-edu-dovecot-create-cert which does what the name tells and configures SSL support. The script is based upon code from debian-lan-config, thanks to Andreas B. Mundt. The package dovecot-core used to setup SSL support but dropped it recently (Closes: #772163).
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sat Dec 6 00:05:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit ea6d59fa153a2ba7b321cdcd1ca7615af35d1f17
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sat Dec 6 01:04:56 2014 +0100
Configure dovecot-core SSL support:
- cf/imap: Add shellcommand to create dovecot SSL certificate.
- share/debian-edu-config/tools: Add a script named
debian-edu-dovecot-create-cert which does what the name tells
and configures SSL support. The script is based upon code from
debian-lan-config, thanks to Andreas B. Mundt.
The package dovecot-core used to setup SSL support but dropped
it recently (Closes: #772163).
---
Makefile | 1 +
cf/cf.imap | 3 +++
debian/changelog | 10 ++++++++++
3 files changed, 14 insertions(+)
diff --git a/Makefile b/Makefile
index 24d5eb3..d450756 100644
--- a/Makefile
+++ b/Makefile
@@ -393,6 +393,7 @@ install: install-testsuite
share/debian-edu-config/tools/update-proxy-from-wpad \
share/debian-edu-config/tools/workaround-udev-bug-765577 \
share/debian-edu-config/tools/wpad-extract \
+ share/debian-edu-config/tools/debian-edu-dovecot-create-cert \
share/debian-edu-config/ltspfs-mounter-kde \
share/ltsp/get-ldap-ltsp-config \
share/ltsp/init-ltsp.d/08-edu-hostname \
diff --git a/cf/cf.imap b/cf/cf.imap
index 56fd94a..47c1560 100644
--- a/cf/cf.imap
+++ b/cf/cf.imap
@@ -6,3 +6,6 @@ shellcommands:
# warning message: ,,This message goes away after the first successful login.''
"/usr/bin/touch /var/lib/dovecot/auth-success"
+ # create dovecot ssl certificate because dovecot-core stopped doing it
+ # (Bug #772163).
+ "/usr/share/debian-edu-config/tools/debian-edu-dovecot-create-cert"
diff --git a/debian/changelog b/debian/changelog
index fb88bea..47f0fba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,16 @@ debian-edu-config (1.815) UNRELEASED; urgency=medium
[ Debconf translation updates ]
* Spanish by Manuel "Venturi" Porras Peralta (Closes: #772143)
+ [ Wolfgang Schweer ]
+ * Configure dovecot-core SSL support:
+ - cf/imap: Add shellcommand to create dovecot SSL certificate.
+ - share/debian-edu-config/tools: Add a script named
+ debian-edu-dovecot-create-cert which does what the name tells
+ and configures SSL support. The script is based upon code from
+ debian-lan-config, thanks to Andreas B. Mundt.
+ The package dovecot-core used to setup SSL support but dropped
+ it recently (Closes: #772163).
+
-- Holger Levsen <holger at debian.org> Fri, 05 Dec 2014 17:41:08 +0100
debian-edu-config (1.814) unstable; urgency=low
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list