From a576f74ca0511710d1f154e729d63e8f0c16e941 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 25 Dec 2025 13:43:04 +0100 Subject: aisaka: set up static networking for two WANs --- users/id1000.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/id1000.scm') diff --git a/users/id1000.scm b/users/id1000.scm index fa12195..06ca5f2 100644 --- a/users/id1000.scm +++ b/users/id1000.scm @@ -408,7 +408,7 @@ "# instead of /etc/passwd\n" "table passwd file:" smtpd-keys "\n" "\n" - "table other-relays file:" relays-file "\n" + "# table other-relays file:" relays-file "\n" "table blacklist file:" blacklist-file "\n" "\n" "# A simple spam filter\n" @@ -445,7 +445,7 @@ "# We define some actions\n" "action receive lmtp \"/var/run/dovecot/lmtp\" rcpt-to virtual \n" "action godkim relay host smtp://localhost:10027\n" - "action outbound relay helo \"" domain "\"\n" + "action outbound relay src \"192.168.1.2\" helo \"" "user119-109.otvarta.pl" "\"\n" "\n" "# We accept to relay any mail from authenticated users\n" "match for any from any auth action godkim\n" -- cgit v1.2.3