summary refs log tree commit diff
path: root/nixos/modules/services/mail/nullmailer.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nullmailer: simplify config generationJoerg Thalheim2017-09-28
|
* nullmailer: add `remotesFile` optionMarius Bergmann2017-09-28
| | | | | | | | | | The current `remotes` option is a string option containing nullmailer remote definitions. However, those definitions may contain secret credentials and should therefore not be put world-readable in the nix store. I added a `remotesFile` option, which allows to specify a path to the remotes definition file instead. This way, the definitions can be kept outside of the nix store with more secure file permissions.
* nullmailer: use proper description for `remotes` optionMarius Bergmann2017-09-28
|
* nullmailer: fix relative -> absolute path in preStart scriptMarius Bergmann2017-09-28
|
* nullmailer + service: init at 2.0Daniel Ehlers2017-05-02