aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-03 08:37:38 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-03 08:37:38 -0400
commit47f90d0916ac34ef132e3bb6da92a4a67dffbba8 (patch)
tree764a6aee2dea7a69096eba27c4264776f8190380 /vars/hostclass
parentee583b5929925b2e9658385430da4f73b4883287 (diff)
downloadinfrastructure-47f90d0916ac34ef132e3bb6da92a4a67dffbba8.tar.gz
add postfix/rspamd
Diffstat (limited to 'vars/hostclass')
-rw-r--r--vars/hostclass/smtp_server4
1 files changed, 4 insertions, 0 deletions
diff --git a/vars/hostclass/smtp_server b/vars/hostclass/smtp_server
new file mode 100644
index 0000000..1e8838e
--- /dev/null
+++ b/vars/hostclass/smtp_server
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+allowed_tcp_ports="ssh smtp submission ${rspamd_port} http https"
+postfix_mynetworks='127.0.0.1/8'