diff options
Diffstat (limited to 'vars/hostclass/imap_server')
-rw-r--r-- | vars/hostclass/imap_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/hostclass/imap_server b/vars/hostclass/imap_server index c1467b2..5b57f53 100644 --- a/vars/hostclass/imap_server +++ b/vars/hostclass/imap_server @@ -1,3 +1,3 @@ #!/bin/sh -allowed_tcp_ports="ssh imaps ${lmtp_port} ${quota_status_port}" +allowed_tcp_ports="ssh imaps sieve ${lmtp_port} ${quota_status_port}" |