Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4defb788ebec831f6a868f46b969755d7754cc4f
      
https://github.com/NixOS/nixpkgs/commit/4defb788ebec831f6a868f46b969755d7754cc4f
  Author: Peter Jones <pjo...@devalot.com>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M nixos/modules/services/mail/rmilter.nix

  Log Message:
  -----------
  rmilter service: Fix a couple of bugs

  * The module uses `stringSplit` but it should be `splitString`

  * `rmilter` doesn't actually support binding to multiple sockets.
    Therefore, bind to the last one specified if `socketActivation` is
    `false`.

I also believe there is a bug in this module related to systemd
`ListenStream`.  If `socketActivation` is true, Postfix gets
connection timeouts trying to connect to one of the `ListenStream`
inet addresses.  I don't know enough about `ListenStream` passing
connections on to `fd:3` to understand what's going on.

These changes are in production (with `socketActivation = false`) via NixOps.


  Commit: 8ab2d2ee27b84bfeb2e2077e87f5ccc7b0d129fe
      
https://github.com/NixOS/nixpkgs/commit/8ab2d2ee27b84bfeb2e2077e87f5ccc7b0d129fe
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M nixos/doc/manual/release-notes/rl-1703.xml
    M nixos/modules/rename.nix
    M nixos/modules/services/mail/rmilter.nix

  Log Message:
  -----------
  rmilter service: support only one socket


  Commit: 00239ce8e9baeef0ea55fd0995a55e0b15a25ac9
      
https://github.com/NixOS/nixpkgs/commit/00239ce8e9baeef0ea55fd0995a55e0b15a25ac9
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M nixos/modules/services/mail/rmilter.nix
    M nixos/modules/services/mail/rspamd.nix

  Log Message:
  -----------
  rmilter/rspamd service: tighten unix socket permissions


  Commit: 295a824abc7caf97d781beed6e5ed60cd24e3eff
      
https://github.com/NixOS/nixpkgs/commit/295a824abc7caf97d781beed6e5ed60cd24e3eff
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M nixos/doc/manual/release-notes/rl-1703.xml
    M nixos/modules/rename.nix
    M nixos/modules/services/mail/rmilter.nix
    M nixos/modules/services/mail/rspamd.nix

  Log Message:
  -----------
  Merge pull request #21866 from pjones/pjones/rmilter

rmilter: Fix a couple of bugs


Compare: https://github.com/NixOS/nixpkgs/compare/6393d433803f...295a824abc7c
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to