From 0931e4528c0f9bc1c693dacd4bc90f3cfe60bcc6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Mar 2022 01:48:01 -0300 Subject: src/machines.scm: WIP OpenSMTPD config --- src/machines.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/machines.scm b/src/machines.scm index 9bcd55f..6c239d6 100644 --- a/src/machines.scm +++ b/src/machines.scm @@ -194,6 +194,17 @@ """#)) (define opensmtpd.conf + (plain-file "opensmtpd.conf" #"""- + listen on 0.0.0.0 + + action inbound mbox + match for local action inbound + + action outbound relay + match from local for any action outbound +"""#)) + +(define opensmtpd.conf1 (plain-file "opensmtpd.conf" #"""- table aliases file:/etc/aliases table creds { } -- cgit v1.2.3