summary refs log tree commit diff
path: root/nixos/tests/mailcatcher.nix
Commit message (Collapse)AuthorAge
* nixos/tests/mailcatcher: Use curl --failScott Worley2020-10-25
|
* nixosTests.mailcatcher: Port tests to pythonChristian Kampka2019-12-16
|
* ssmtp: use services.ssmtp.* optionsChristian Kauhaus2019-11-26
| | | | | | | | | | | | | | | This PR is part of the networking.* namespace cleanup. ssmtp used to be configured via `networking.defaultMailServer` which is sort of misleading since it provides options only for ssmtp. Other dumb mail relays like nullmailer have always been living under services. The intent of this PR is to align ssmtp's options with those of similar services. Specifically, two renames have been done: * Rename `networking.defaultMailHost` to `services.ssmtp`. * Rename `directDelivery` to `enable` because this is what it basically does.
* nixos/mailcatcher: fix test to be compatible with mailcatcher 7.x seriesAaron Andersen2019-03-28
|
* nixos/mailcatcher: add nixos testAaron Andersen2019-03-27