From 1e088983f6a80b6fd47543d0b4989e9ddb3234d5 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 4 Oct 2024 21:59:59 -0400 Subject: add imap stuff --- vars/hostclass/imap_server | 3 +++ vars/hostclass/smtp_server | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 vars/hostclass/imap_server (limited to 'vars/hostclass') diff --git a/vars/hostclass/imap_server b/vars/hostclass/imap_server new file mode 100644 index 0000000..c1467b2 --- /dev/null +++ b/vars/hostclass/imap_server @@ -0,0 +1,3 @@ +#!/bin/sh + +allowed_tcp_ports="ssh imaps ${lmtp_port} ${quota_status_port}" diff --git a/vars/hostclass/smtp_server b/vars/hostclass/smtp_server index d68e28a..fd05469 100644 --- a/vars/hostclass/smtp_server +++ b/vars/hostclass/smtp_server @@ -2,5 +2,5 @@ allowed_tcp_ports="ssh smtp submission ${rspamd_port} http https" postfix_mynetworks='127.0.0.1/8' +acme=true nginx_gssapi=true -nginx_acme=true -- cgit v1.2.3