diff options
-rw-r--r-- | hel.nix | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -141,6 +141,23 @@ | |||
141 | "isaac" = ["recv-media"]; | 141 | "isaac" = ["recv-media"]; |
142 | }; | 142 | }; |
143 | }; | 143 | }; |
144 | |||
145 | postfix = { | ||
146 | enable = true; | ||
147 | enableSmtp = false; | ||
148 | setSendmail = true; | ||
149 | networksStyle = "host"; | ||
150 | hostname = "hel.midgard.yggdrasil"; | ||
151 | destination = []; | ||
152 | relayHost = "uucp:ymir"; | ||
153 | recipientDelimiter = "+"; | ||
154 | transport = '' | ||
155 | * uucp:ymir | ||
156 | ''; | ||
157 | extraMasterConf = '' | ||
158 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) | ||
159 | ''; | ||
160 | }; | ||
144 | }; | 161 | }; |
145 | 162 | ||
146 | users = { | 163 | users = { |