summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-20 19:14:30 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-20 19:14:30 -0400
commitfb580972958989e1a9818691a712db1274456cfd (patch)
tree9bcb5820cefd234887955d5cbbec5d6c07810331
parentea4f9e890ce58032e60bf598c82c5e9ccee7fbde (diff)
shape: Correct path
-rw-r--r--config/mail-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mail-server.nix b/config/mail-server.nix
index 65e3ef8..9e45b3d 100644
--- a/config/mail-server.nix
+++ b/config/mail-server.nix
@@ -50,7 +50,7 @@
extraConfig = ''
smtp_tls_security_level = encrypt
smtp_sasl_auth_enable = yes
- smtp_sasl_password_maps = hash:/opt/secret/sasl_passwd
+ smtp_sasl_password_maps = hash:/opt/secret/postfix-sasl-passwd
header_size_limit = 4096000
smtp_sasl_security_options = noanonymous
'';