summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/id1000.scm4
-rw-r--r--users/uid1000-test-channels.scm6
2 files changed, 2 insertions, 8 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"
diff --git a/users/uid1000-test-channels.scm b/users/uid1000-test-channels.scm
index b59a5ec..a6e74a2 100644
--- a/users/uid1000-test-channels.scm
+++ b/users/uid1000-test-channels.scm
@@ -14,11 +14,6 @@
(inherit sovereign:channels:default-guix-channel)
(branch "test")))
-(define test-guix-rust-past-crates-channel
- (guix:channels:channel
- (inherit sovereign:channels:guix-rust-past-crates-channel)
- (branch "test")))
-
(define test-nonguix-channel
(guix:channels:channel
(inherit sovereign:channels:nonguix-channel)
@@ -35,7 +30,6 @@
(list test-deployment-channel
test-guix-channel
- test-guix-rust-past-crates-channel
test-nonguix-channel
test-rde-channel
test-sovereign-channel)