about summary refs log tree commit diff
path: root/nixos/modules/services/mail/opensmtpd.nix
Commit message (Collapse)AuthorAge
* opensmtpd service: fix evaluation error caused by Joachim's refactoringAristid Breitkreuz2016-10-30
|
* opensmtpd service: remove redundant wants network.targetJoachim Fasting2016-10-26
| | | | Already part of normal bootup.
* opensmtpd service: require serverConfigurationJoachim Fasting2016-10-26
| | | | | | If the daemon won't function without a valid config, it makes no sense to default to an empty config. Instead, turn that case into a build failure.
* opensmtpd service: path -> package for option procPackagesJoachim Fasting2016-10-26
|
* opensmtpd service: use explicit pkgs for consistencyJoachim Fasting2016-10-26
|
* opensmtpd service: serviceConfiguration option as types.linesJoachim Fasting2016-10-26
|
* opensmtpd nixos module: chmod & chown until the daemon's heart's contentobadz2016-08-30
|
* opensmtpd: 5.7.3p2 -> 5.9.2p1obadz2016-05-23
|
* opensmtpd: Add option that can disable adding sendmail to the system pathRickard Nilsson2016-02-06
|
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* opensmtpd: support filters.Gabriel Ebner2015-10-02
|
* Some more type cleanupEelco Dolstra2015-06-15
|
* 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.
* opensmtpd: Add sendmail to systemPackagesShea Levy2014-02-20
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10