diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-12-25 13:43:04 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-01-09 08:20:43 +0100 |
| commit | a576f74ca0511710d1f154e729d63e8f0c16e941 (patch) | |
| tree | dbb6c4514d6617a5f23a877f055a2484141784e9 /users/id1000.scm | |
| parent | 52bff98ad637e45b98f2ddbeb04bf6ccda38e73a (diff) | |
aisaka: set up static networking for two WANs
Diffstat (limited to 'users/id1000.scm')
| -rw-r--r-- | users/id1000.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 <aliases>\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" |
