diff options
| -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 = '' |
