diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-16 21:18:49 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-16 21:18:49 -0400 |
commit | aa28ec7ef20517e994f01753e8c4e6fdd4d0643c (patch) | |
tree | cea6c733c5e900f4ea54501ca7070694931124dc /vars/hostclass/imap_server | |
parent | 3c41d02428317d68ded5eb4fee5baf17f644a741 (diff) | |
download | infrastructure-aa28ec7ef20517e994f01753e8c4e6fdd4d0643c.tar.gz |
more desktop fixes
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}" |