aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/machines.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/machines.scm b/src/machines.scm
index 9bcd55f..6c239d6 100644
--- a/src/machines.scm
+++ b/src/machines.scm
@@ -195,6 +195,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 { }