Enable Sieve and ManageSieve for Dovecot

Enables both sieve and managesieved, and adds a global rule that moves
detected spam to a user's Junk folder automatically
This commit is contained in:
2026-08-15 17:29:41 -06:00
parent 7345eaceb1
commit 451903f663
7 changed files with 87 additions and 3 deletions
@@ -32,3 +32,9 @@ firewall_rule "IMAPS" do
port 993
protocol :tcp
end
firewall_rule "ManageSieve" do
command :allow
port 4190
protocol :tcp
end