From afd401c3d4c00bddbcfac77fd3dd08bb6f6542a7 Mon Sep 17 00:00:00 2001 From: "Ralph J.Mayer" Date: Thu, 31 Dec 2015 18:22:31 +0100 Subject: [PATCH] Allow remote client for Sieve --- setup/mail-dovecot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/mail-dovecot.sh b/setup/mail-dovecot.sh index 978cba25..e4fbf16f 100755 --- a/setup/mail-dovecot.sh +++ b/setup/mail-dovecot.sh @@ -203,5 +203,8 @@ chown -R mail.mail $STORAGE_ROOT/mail/sieve ufw_allow imaps ufw_allow pop3s +# Allow the Sieve port in the firewall. +ufw_allow sieve + # Restart services. restart_service dovecot