From 47f90d0916ac34ef132e3bb6da92a4a67dffbba8 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 3 Oct 2024 08:37:38 -0400 Subject: add postfix/rspamd --- vars/hostclass/smtp_server | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vars/hostclass/smtp_server (limited to 'vars/hostclass') 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' -- cgit v1.2.3