nixpkgs/nixos/modules/services/mail
Peter Jones 4defb788eb
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.
2017-03-17 20:15:48 +01:00
..
dovecot.nix Getting rid of the var indirection and using a bin path instead 2017-01-29 04:11:01 -06:00
dspam.nix dspam service: run after postgresql to prevent segfaults 2016-03-27 19:23:01 +03:00
exim.nix More derp 2017-01-29 05:33:56 -06:00
freepops.nix treewide: deprecate ip-up.target (#18319) 2016-09-10 18:03:59 +02:00
mail.nix Fixing a bunch of issues 2017-01-29 01:58:12 -06:00
mlmmj.nix modules/mlmmj: fix a typo in listaddress folder 2017-03-16 18:47:11 +01:00
offlineimap.nix nixos/offlineimap: Move to services/mail 2016-09-26 21:18:06 +02:00
opendkim.nix Escape all shell arguments uniformly 2016-06-12 18:11:37 +01:00
opensmtpd.nix opensmtpd service: fix evaluation error caused by Joachim's refactoring 2016-10-30 11:34:16 +01:00
postfix.nix postfix service: don't empty local_recipient_maps 2017-02-06 01:41:27 +03:00
postgrey.nix postgrey: improve formatting 2017-01-02 15:42:51 +01:00
postsrsd.nix postsrsd: additional configuration 2016-12-11 21:43:45 +01:00
rmilter.nix rmilter service: Fix a couple of bugs 2017-03-17 20:15:48 +01:00
rspamd.nix rspam module: use mkEnableOption 2016-07-28 07:06:35 +02:00
spamassassin.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00