summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2022-02-24Regenerate options.rstNaïm Favier
2021-10-14docs: remove output paths from generated documentationAntoine Eiche
Otherwise, the `testRstOptions` test would fail too often!
2021-07-27docs: generate the list of optionsAntoine Eiche
To generate the list of options, we need to generate and commit a rst file to make all files available for ReadTheDoc. An Hydra test ensures this generated file is up-to-date. If it is not up-to-date, the error message explains the user how to generate it: the user just needs to run `nix-shell --run generate-rst-options`.
2021-02-06postfix: forwarding emails of login accounts with keeping local copyAntoine Eiche
When a local account address is forwarded, the mails were not locally kept. This was due to the way lookup tables were internally managed. Instead of using lists to represent Postfix lookup tables, we now use attribute sets: they can then be easily merged. A regression test for https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/ has been added: it sets a forward on a local address and ensure an email sent to this address is locally kept. Fixes #205
2020-09-28Add multiple.nix testAntoine Eiche
This test is used to test feature requiring several mail domains, such as the `forwards` option.