diff options
Diffstat (limited to 'hosts/sif/mail/default.nix')
-rw-r--r-- | hosts/sif/mail/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/sif/mail/default.nix b/hosts/sif/mail/default.nix index 4989150d..f36cd599 100644 --- a/hosts/sif/mail/default.nix +++ b/hosts/sif/mail/default.nix | |||
@@ -28,12 +28,7 @@ | |||
28 | args = [ "-o" "smtp_tls_wrappermode=yes" "-o" "smtp_tls_security_level=encrypt" ]; | 28 | args = [ "-o" "smtp_tls_wrappermode=yes" "-o" "smtp_tls_security_level=encrypt" ]; |
29 | }; | 29 | }; |
30 | }; | 30 | }; |
31 | transport = '' | ||
32 | odin.asgard.yggdrasil uucp:odin | ||
33 | ''; | ||
34 | config = { | 31 | config = { |
35 | # always_bcc = "gkleen+sent@odin.asgard.yggdrasil"; | ||
36 | |||
37 | default_transport = "uucp:ymir"; | 32 | default_transport = "uucp:ymir"; |
38 | 33 | ||
39 | inet_interfaces = "loopback-only"; | 34 | inet_interfaces = "loopback-only"; |