diff options
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 | }; |