diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-07 19:08:17 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-07 19:13:09 +0200 |
commit | fb7611c1e059b87ba3bdd13229c3f2d96d41a794 (patch) | |
tree | 4a1ec17ed6d3a916df72942dde59bfbde6071968 /modules/private/mail | |
parent | 70f397239ef60b695b47e69bf96bcb8d50cb534c (diff) | |
download | Nix-fb7611c1e059b87ba3bdd13229c3f2d96d41a794.tar.gz Nix-fb7611c1e059b87ba3bdd13229c3f2d96d41a794.tar.zst Nix-fb7611c1e059b87ba3bdd13229c3f2d96d41a794.zip |
add X-Original-To header to e-mails + logs
Diffstat (limited to 'modules/private/mail')
-rw-r--r-- | modules/private/mail/postfix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/mail/postfix.nix b/modules/private/mail/postfix.nix index 0c95df5..c4b09b2 100644 --- a/modules/private/mail/postfix.nix +++ b/modules/private/mail/postfix.nix | |||
@@ -421,7 +421,7 @@ | |||
421 | ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$sender" -a "$original_recipient" -d "$user" | 421 | ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$sender" -a "$original_recipient" -d "$user" |
422 | ''; | 422 | ''; |
423 | in [ | 423 | in [ |
424 | "flags=DRhu" "user=vhost:vhost" | 424 | "flags=ODRhu" "user=vhost:vhost" |
425 | "argv=${rspamc_dovecot}/bin/rspamc_dovecot \${sender} \${original_recipient} \${user}@\${nexthop}" | 425 | "argv=${rspamc_dovecot}/bin/rspamc_dovecot \${sender} \${original_recipient} \${user}@\${nexthop}" |
426 | ]; | 426 | ]; |
427 | }; | 427 | }; |