summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:25:22 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:25:22 +0200
commit41988b5139f9364752a1a24822846f22431b738e (patch)
tree171fdd8c902117cf9a5fb6afbd295162419c0458
parentd7468be79fe55a3b9a8577309f520dfaefa92321 (diff)
downloadnixos-41988b5139f9364752a1a24822846f22431b738e.tar
nixos-41988b5139f9364752a1a24822846f22431b738e.tar.gz
nixos-41988b5139f9364752a1a24822846f22431b738e.tar.bz2
nixos-41988b5139f9364752a1a24822846f22431b738e.tar.xz
nixos-41988b5139f9364752a1a24822846f22431b738e.zip
outgoing smtp only?
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 7109c857..ce8bd962 100644
--- a/hel.nix
+++ b/hel.nix
@@ -180,7 +180,8 @@
180 180
181 postfix = { 181 postfix = {
182 enable = true; 182 enable = true;
183 enableSmtp = false; 183 enableSmtp = true;
184 enableSubmission = false;
184 setSendmail = true; 185 setSendmail = true;
185 networksStyle = "host"; 186 networksStyle = "host";
186 hostname = "hel.midgard.yggdrasil"; 187 hostname = "hel.midgard.yggdrasil";