commit: 8abd846daf16414860faffa81393d00176b73284
parent dc8f9fd84cd365ddea3ca798b340ee97c952a2ee
Author: Stacy Harper <contact@stacyharper.net>
Date: Fri, 6 Jan 2023 18:59:48 +0100
Bump postfix configs
hash support has been striped from alpine. lmdb works nicely.
postfix will reject with smtpd_relay_restrictions=permit. Using nothing
instead works.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/blog/Local-mail-server.md b/content/blog/Local-mail-server.md
@@ -72,7 +72,7 @@ uncomment the submission service. You're looking for something like this:
# -o smtpd_helo_restrictions=$mua_helo_restrictions
# -o smtpd_sender_restrictions=$mua_sender_restrictions
# -o smtpd_recipient_restrictions=
- -o smtpd_relay_restrictions=permit
+# -o smtpd_relay_restrictions=
# -o milter_macro_daemon_name=ORIGINATING
```
@@ -123,7 +123,7 @@ my lists.sr.ht test domain. I'll set up some transport maps for this purpose. In
```
local_transport = local:$myhostname
-transport_maps = hash:/etc/postfix/transport
+transport_maps = lmdb:/etc/postfix/transport
```
Then I'll edit `/etc/postfix/transport` and add these lines: