diff options
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -369,6 +369,7 @@ in rec { | |||
369 | permit | 369 | permit |
370 | 370 | ||
371 | smtpd_relay_restrictions = | 371 | smtpd_relay_restrictions = |
372 | permit_mynetworks, | ||
372 | permit_sasl_authenticated, | 373 | permit_sasl_authenticated, |
373 | reject_unauth_destination | 374 | reject_unauth_destination |
374 | 375 | ||