diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-04 21:59:59 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-04 21:59:59 -0400 |
commit | 1e088983f6a80b6fd47543d0b4989e9ddb3234d5 (patch) | |
tree | 16af4205d84c9194257887e5e54653f79e96f987 /vars | |
parent | a1bddcb1de1053994fb445267ca5d1ffaecb0fb5 (diff) | |
download | infrastructure-1e088983f6a80b6fd47543d0b4989e9ddb3234d5.tar.gz |
add imap stuff
Diffstat (limited to 'vars')
-rw-r--r-- | vars/common | 2 | ||||
-rw-r--r-- | vars/hostclass/imap_server | 3 | ||||
-rw-r--r-- | vars/hostclass/smtp_server | 2 | ||||
-rw-r--r-- | vars/hostname/imap1 | 3 | ||||
-rw-r--r-- | vars/os/freebsd | 5 |
5 files changed, 9 insertions, 6 deletions
diff --git a/vars/common b/vars/common index 7c54673..18d0e52 100644 --- a/vars/common +++ b/vars/common @@ -39,6 +39,8 @@ graphics_type=intel boxconf_username='s-boxconf' host_keytab_groupname=hostkeytab host_keytab_gid=788 +lmtp_port=25 +quota_status_port=10993 krb5_ticket_lifetime=24h krb5_renew_lifetime=7d nslcd_min_uid=1000 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 diff --git a/vars/hostname/imap1 b/vars/hostname/imap1 new file mode 100644 index 0000000..09de713 --- /dev/null +++ b/vars/hostname/imap1 @@ -0,0 +1,3 @@ +#!/bin/sh + +cnames=imap diff --git a/vars/os/freebsd b/vars/os/freebsd index 8b0afb3..12d3938 100644 --- a/vars/os/freebsd +++ b/vars/os/freebsd @@ -9,11 +9,6 @@ intel_epp=50 see_other_uids=0 export ASSUME_ALWAYS_YES=yes -acme_cert_dir=/usr/local/etc/ssl/acme -acme_standalone_port=9080 -acme_uid=169 -acme_webroot=/usr/local/www/acme -apache_version=24 keytab_dir=/var/db/keytabs nfscbd_port=7745 nginx_user=www |