summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-04 00:22:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-04 00:22:53 +0200
commitaefe351bbe557d8b3425e8284e4a36c90f9eeca4 (patch)
treef844171ad7589e14c2acf04c5ece89ef2482b631
parent09cac184fd8cdb0c3cfdbc66961bb98d3b0bf6c2 (diff)
downloadnixos-aefe351bbe557d8b3425e8284e4a36c90f9eeca4.tar
nixos-aefe351bbe557d8b3425e8284e4a36c90f9eeca4.tar.gz
nixos-aefe351bbe557d8b3425e8284e4a36c90f9eeca4.tar.bz2
nixos-aefe351bbe557d8b3425e8284e4a36c90f9eeca4.tar.xz
nixos-aefe351bbe557d8b3425e8284e4a36c90f9eeca4.zip
allow relay for authenticated users
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index fe3c8596..ae012058 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -368,6 +368,10 @@ in rec {
368 reject_unauth_destination, 368 reject_unauth_destination,
369 permit 369 permit
370 370
371 smtpd_relay_restrictions =
372 permit_sasl_authenticated,
373 reject_unauth_destination
374
371 alias_maps = hash:/etc/postfix/aliases texthash:/etc/postfix/spm 375 alias_maps = hash:/etc/postfix/aliases texthash:/etc/postfix/spm
372 ''; 376 '';
373 extraMasterConf = '' 377 extraMasterConf = ''