aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg
diff options
context:
space:
mode:
Diffstat (limited to 'forge.scfg')
-rw-r--r--forge.scfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/forge.scfg b/forge.scfg
index 1c8eeb9..0e55f87 100644
--- a/forge.scfg
+++ b/forge.scfg
@@ -99,6 +99,28 @@ lmtp {
write_timeout 300
}
+smtp {
+ # Outbound SMTP relay configuration for mailing list delivery
+
+ # What network transport to use (e.g. tcp, tcp4, tcp6)?
+ net tcp
+
+ # Relay address
+ addr 127.0.0.1:25
+
+ hello_name forge.example.org
+
+ # One of "plain", "tls", "starttls".
+ transport plain
+
+ # Allow invalid certs
+ tls_insecure false
+
+ # SMTP auth credentials
+ username ""
+ password ""
+}
+
pprof {
# What network to listen on for pprof?
net tcp