From aefe351bbe557d8b3425e8284e4a36c90f9eeca4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 May 2016 00:22:53 +0200 Subject: allow relay for authenticated users --- ymir.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ymir.nix b/ymir.nix index fe3c8596..ae012058 100644 --- a/ymir.nix +++ b/ymir.nix @@ -368,6 +368,10 @@ in rec { reject_unauth_destination, permit + smtpd_relay_restrictions = + permit_sasl_authenticated, + reject_unauth_destination + alias_maps = hash:/etc/postfix/aliases texthash:/etc/postfix/spm ''; extraMasterConf = '' -- cgit v1.2.3