diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-03 08:37:38 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-03 08:37:38 -0400 |
commit | 47f90d0916ac34ef132e3bb6da92a4a67dffbba8 (patch) | |
tree | 764a6aee2dea7a69096eba27c4264776f8190380 /vars/common | |
parent | ee583b5929925b2e9658385430da4f73b4883287 (diff) | |
download | infrastructure-47f90d0916ac34ef132e3bb6da92a4a67dffbba8.tar.gz |
add postfix/rspamd
Diffstat (limited to 'vars/common')
-rw-r--r-- | vars/common | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vars/common b/vars/common index 5c22f09..7c54673 100644 --- a/vars/common +++ b/vars/common @@ -11,6 +11,7 @@ root_authorized_keys='ssh-ed25519 changeme ssh-ed25519 changeme' root_mail_alias="you@${email_domain}" smtp_host_ip=1.2.3.4 +pkg_host_ip=1.2.3.4 timezone=America/New_York # hostname id ipv4 @@ -20,6 +21,11 @@ idm2 2 5.6.7.8" reverse_dns_zones="0.168.192.in-addr.arpa 12.11.10.in-addr.arpa" +rspamd_privkey='changeme with: rspamadm keypair' +rspamd_pubkey='changeme with: rspamadm keypair' +rspamd_ro_password='changeme' +rspamd_rw_password='changeme' + ############################################################################### # Variables following this line do not (generally) need to be changed. @@ -38,6 +44,7 @@ krb5_renew_lifetime=7d nslcd_min_uid=1000 nscd_ttl=600 nscd_negative_ttl=20 +rspamd_port=11334 ssh_authzkeys_uid=789 ssh_authzkeys_username=sshkeys tcp_buffer_size=2097152 # suitable for 1 GigE |