diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-03 22:38:06 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-03 22:38:06 -0400 |
commit | a1bddcb1de1053994fb445267ca5d1ffaecb0fb5 (patch) | |
tree | ba2f614ac93dabc6b148037fc604966c7907b384 /vars/os/freebsd | |
parent | 47f90d0916ac34ef132e3bb6da92a4a67dffbba8 (diff) | |
download | infrastructure-a1bddcb1de1053994fb445267ca5d1ffaecb0fb5.tar.gz |
more postfix/rspamd stuff
Diffstat (limited to 'vars/os/freebsd')
-rw-r--r-- | vars/os/freebsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vars/os/freebsd b/vars/os/freebsd index 308408b..8b0afb3 100644 --- a/vars/os/freebsd +++ b/vars/os/freebsd @@ -9,16 +9,22 @@ 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 nslcd_user=nslcd +php_version=82 +postgresql_version=16 python_version=311 saslauthd_runtime_dir=/var/run/saslauthd saslauthd_user=cyrus site_cacert_path=/usr/local/etc/ssl/certs/ca.crt +system_cacert_path=/etc/ssl/certs ssh_host_key_dir=/var/db/ssh # For 10 Gbit ethernet, bump up the TCP buffers. |