summary refs log tree commit diff
path: root/nixos/modules/services/mail/opendkim.nix
Commit message (Collapse)AuthorAge
* nixos/*: add trivial defaultText for options with simple defaultspennae2021-12-02
|
* nixos/opendkim: Fix CapabilityBoundingSet optionMartin Weinelt2021-04-25
| | | | | | | | An empty list results in no CapabilityBoundingSet at all, an empty string however will set `CapabilityBoundingSet=`, which represents a closed set. Related: #120617
* nixos/opendkim: add keyPath to ReadWritePathsPhilipp Bartsch2020-09-03
|
* nixos/opendkim: add systemd service sandboxPhilipp Bartsch2020-09-03
|
* tree-wide: fix errors and warning related to loaOf deprecationMilan Pässler2020-01-07
|
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger2019-12-10
| | | | | | | | A centralized list for these renames is not good because: - It breaks disabledModules for modules that have a rename defined - Adding/removing renames for a module means having to find them in the central file - Merge conflicts due to multiple people editing the central file
* nixos/opendkim: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-05-26
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* opendkim: automated key generation (no manual changes for service ↵joachim schiele2017-10-23
| | | | initialization required anymore)
* Escape all shell arguments uniformlyzimbatm2016-06-12
|
* opendkim service: improve `domains` documentationNikolay Amiantov2016-03-04
|
* nixos/opendkim: add moduleNikolay Amiantov2016-01-13