about summary refs log tree commit diff
path: root/nixos/tests/mailcatcher.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-1/+1
Fix some fallout from de3e423 (PR #171280).
2022-04-17nixosTests.mailcatcher: replace ssmtp module use with msmtppacien1-2/+7
The ssmtp program is not maintained and is being removed. GitHub: see https://github.com/NixOS/nixpkgs/issues/105710
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2020-10-25nixos/tests/mailcatcher: Use curl --failScott Worley1-1/+1
2019-12-16nixosTests.mailcatcher: Port tests to pythonChristian Kampka1-6/+10
2019-11-26ssmtp: use services.ssmtp.* optionsChristian Kauhaus1-2/+2
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.
2019-03-28nixos/mailcatcher: fix test to be compatible with mailcatcher 7.x seriesAaron Andersen1-1/+1
2019-03-27nixos/mailcatcher: add nixos testAaron Andersen1-0/+26