From 2ae2c6aca60058e1d0c9e0e62e157bf0d5cad19b Mon Sep 17 00:00:00 2001 From: Paul Cammish Date: Mon, 24 Jun 2019 15:37:42 +0100 Subject: [PATCH 1/2] Updated links to fix disabled Dovecot SNI config --- mail/debian/links | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 mail/debian/links diff --git a/mail/debian/links b/mail/debian/links deleted file mode 100644 index ce1dd54a..00000000 --- a/mail/debian/links +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/sympl/ssl-hooks.d/sympl-mail etc/sympl/ssl-hooks.d/sympl-mail -usr/sbin/sympl-mail-dovecot-sni etc/cron.hourly/sympl-mail-dovecot-sni -- GitLab From 5963d386deffead0c8962a1a6fffab2be819d69f Mon Sep 17 00:00:00 2001 From: Paul Cammish Date: Mon, 24 Jun 2019 15:39:13 +0100 Subject: [PATCH 2/2] Updated links to fix disabled Dovecot SNI config --- mail/debian/changelog | 6 ++++++ mail/debian/sympl-mail.links | 14 ++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/mail/debian/changelog b/mail/debian/changelog index 3228d67f..921e3c8b 100644 --- a/mail/debian/changelog +++ b/mail/debian/changelog @@ -1,3 +1,9 @@ +sympl-mail (9.0.190624.0) stable; urgency=medium + + * Fixed broken links for Dovecot configuration + + -- Paul Cammish Mon, 24 Jun 2019 15:36:00 +0100 + sympl-mail (9.0.190620.0) stable; urgency=medium * Merged legacy Symbiosis patch for SNI on Exim diff --git a/mail/debian/sympl-mail.links b/mail/debian/sympl-mail.links index 1177dda8..21d95493 100644 --- a/mail/debian/sympl-mail.links +++ b/mail/debian/sympl-mail.links @@ -1,6 +1,8 @@ -/usr/sbin/sympl-mail-encrypt-passwords /etc/cron.daily/sympl-mail-encrypt-passwords -/usr/share/sympl/monit/checks/exim4 /etc/sympl/monit.d/exim4 -/usr/share/sympl/monit/checks/dovecot /etc/sympl/monit.d/dovecot -/usr/share/sympl/monit/checks/clamav-daemon /etc/sympl/monit.d/clamav-dovecot -/usr/share/sympl/monit/checks/clamav-freshclam /etc/sympl/monit.d/clamav-freshclam -/usr/share/sympl/monit/checks/spamassassin /etc/sympl/monit.d/spamassassin +usr/sbin/sympl-mail-encrypt-passwords etc/cron.daily/sympl-mail-encrypt-passwords +usr/share/sympl/monit/checks/exim4 etc/sympl/monit.d/exim4 +usr/share/sympl/monit/checks/dovecot etc/sympl/monit.d/dovecot +usr/share/sympl/monit/checks/clamav-daemon etc/sympl/monit.d/clamav-dovecot +usr/share/sympl/monit/checks/clamav-freshclam etc/sympl/monit.d/clamav-freshclam +usr/share/sympl/monit/checks/spamassassin etc/sympl/monit.d/spamassassin +usr/share/sympl/ssl-hooks.d/sympl-mail etc/sympl/ssl-hooks.d/sympl-mail +usr/sbin/sympl-mail-dovecot-sni etc/cron.hourly/sympl-mail-dovecot-sni -- GitLab