Allow remote client for Sieve
This commit is contained in:
parent
362bc060f6
commit
afd401c3d4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue