aboutsummaryrefslogtreecommitdiff
path: root/modules/private/mail/postfix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/mail/postfix.nix')
-rw-r--r--modules/private/mail/postfix.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/private/mail/postfix.nix b/modules/private/mail/postfix.nix
index 40a9577..e0347ec 100644
--- a/modules/private/mail/postfix.nix
+++ b/modules/private/mail/postfix.nix
@@ -377,7 +377,12 @@
377 ]; 377 ];
378 smtpd_recipient_restrictions = "permit_sasl_authenticated,reject"; 378 smtpd_recipient_restrictions = "permit_sasl_authenticated,reject";
379 milter_macro_daemon_name = "ORIGINATING"; 379 milter_macro_daemon_name = "ORIGINATING";
380 smtpd_milters = "unix:${config.myServices.mail.milters.sockets.opendkim}"; 380 smtpd_milters = builtins.concatStringsSep "," [
381 # FIXME: put it back when opensmtpd is upgraded and able to
382 # rewrite the from header
383 #"unix:/run/milter_verify_from/verify_from.sock"
384 "unix:${config.myServices.mail.milters.sockets.opendkim}"
385 ];
381 }; 386 };
382 destination = ["localhost"]; 387 destination = ["localhost"];
383 # This needs to reverse DNS 388 # This needs to reverse DNS