summary refs log tree commit diff
path: root/nixos/modules/services/mail/spamassassin.nix
Commit message (Collapse)AuthorAge
* nixos(spamassassin): fix trailing whitespacePeter Simons2017-09-27
|
* nixos(spamassassin): provide /etc/spamassassin to fix sa-learn et alPeter Simons2017-09-27
| | | | | | | | | | | Spamassassin expects its system-wide configuration at /etc/spamassassin, and some user tools (like sa-learn) need to read those configuration files. Therefore, we provide a symlink from /etc/spamassassin to the appropriate Nix store path to make sure those tools work without the user having to pass an elaborate --siteconfig path that, potentially, changes every time the system updates. Fixes https://github.com/NixOS/nixpkgs/issues/29414.
* spamassassin: major service fixes -> added more perl packages to ↵Joachim Schiele2017-06-10
| | | | | spamassassin and abstracted service to not use /etc/spamassassin, also running sa-update as spamd user periodically (#26470) thanks @grahamc for IRC comments
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10