about summary refs log tree commit diff
path: root/nixos/modules/services/mail/rmilter.nix
Commit message (Collapse)AuthorAge
* rmilter/rspamd service: tighten unix socket permissionsFranz Pletz2017-03-17
|
* rmilter service: support only one socketFranz Pletz2017-03-17
|
* rmilter service: Fix a couple of bugsPeter Jones2017-03-17
| | | | | | | | | | | | | | | | * 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.
* rmilter service: fix invalid directiveJoachim Fasting2016-12-18
| | | | | | RuntimeDirectoryPermissions -> RuntimeDirectoryMode Would result in warnings like "unknown lvalue" on startup
* rmilter service: use runtime dirctory for socketFranz Pletz2016-07-28
|
* rmilter: correct paths to socketsAlexander V. Nikolaev2016-04-28
|
* rmilter: socket activation in nixosAlexander V. Nikolaev2016-04-28
|
* nixos: add module for rmilterAlexander V. Nikolaev2016-01-16