From f2a60726aa12b1ad7e1170674d997a274f6c2455 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 29 Jun 2024 12:57:46 +0200 Subject: [PATCH] Create smtpd_pre.conf --- smtpd/smtpd_pre.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 smtpd/smtpd_pre.conf diff --git a/smtpd/smtpd_pre.conf b/smtpd/smtpd_pre.conf new file mode 100644 index 0000000..3fe612c --- /dev/null +++ b/smtpd/smtpd_pre.conf @@ -0,0 +1,12 @@ +listen on 0.0.0.0 +listen on :: + +table aliases file:/etc/smtpd/aliases + +queue ttl 4d +bounce warn-interval 1h, 6h, 2d +smtp max-message-size 35M + +table authinfo db:/etc/smtpd/authinfo.db +action default relay host "smtps://user@mailhost.neurotec.uni-bremen.de:465" auth tls no-verify +match from any for any action default