From 6ef45f251a99e6c27054a2406154c72ff9b463c5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 23 Nov 2016 09:05:41 +0100 Subject: [PATCH] Send the 1 command to imap and not imaps to update imapd.pem on SME 8 --- root/etc/dehydrated/hooks_deploy_cert.d/10smeserver.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/etc/dehydrated/hooks_deploy_cert.d/10smeserver.sh b/root/etc/dehydrated/hooks_deploy_cert.d/10smeserver.sh index 6face4b..f52105f 100644 --- a/root/etc/dehydrated/hooks_deploy_cert.d/10smeserver.sh +++ b/root/etc/dehydrated/hooks_deploy_cert.d/10smeserver.sh @@ -42,6 +42,7 @@ else /usr/bin/sv 1 /service/dovecot /usr/bin/sv h /service/dovecot else - /usr/bin/sv 1 /service/imaps + /usr/bin/sv 1 /service/imap + /usr/bin/sv h /service/imaps fi fi