Skip to content

Commit

Permalink
rmilter: fix bindSocket.path
Browse files Browse the repository at this point in the history
When /run/rmilter/ is wiped out the rmilter.sock is removed,
causing postfix to fail to contact rmilter.
Probably like described here: benoitc/gunicorn#1524 (comment)
  • Loading branch information
Julien Moutinho committed Sep 14, 2018
1 parent 78bd4dd commit f058338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/rmilter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ in

bindSocket.path = mkOption {
type = types.str;
default = "/run/rmilter/rmilter.sock";
default = "/run/rmilter.sock";
description = ''
Path to Unix domain socket to listen on.
'';
Expand Down

0 comments on commit f058338

Please sign in to comment.