diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-04 00:22:53 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-04 00:22:53 +0200 |
commit | aefe351bbe557d8b3425e8284e4a36c90f9eeca4 (patch) | |
tree | f844171ad7589e14c2acf04c5ece89ef2482b631 | |
parent | 09cac184fd8cdb0c3cfdbc66961bb98d3b0bf6c2 (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = '' |