summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/hel.nix b/hel.nix
index 6eb9afe2..7e77a230 100644
--- a/hel.nix
+++ b/hel.nix
@@ -175,15 +175,22 @@
175 relayHost = "uucp:ymir"; 175 relayHost = "uucp:ymir";
176 recipientDelimiter = "+"; 176 recipientDelimiter = "+";
177 transport = '' 177 transport = ''
178 uucp@hel.midgard.yggdrasil local:hel
179 * uucp:ymir 178 * uucp:ymir
180 ''; 179 '';
181 extraMasterConf = '' 180 extraMasterConf = ''
182 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) 181 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient)
183 ''; 182 '';
184 extraAliases = '' 183 extraMainConf = ''
185 uucp /dev/null 184 smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_restrictions
185 , permit_mynetworks
186 , reject_unauth_destination
187 , permit
186 ''; 188 '';
189 aliasFiles = {
190 "recipient_restrictions" = ''
191 uucp@hel.midgard.yggdrasil REJECT
192 '';
193 };
187 }; 194 };
188 195
189 udev.extraRules = '' 196 udev.extraRules = ''