summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2022-02-24Regenerate options.rstNaïm Favier
2021-12-07Release nixos-21.11nixos-21.11Antoine Eiche
2021-12-05nginx: generate certificates for custom domains and subdomainsIzorkin
2021-11-07docs: add .readthedocs.yml conf file to pin Python dependenciespin-rtdAntoine Eiche
2021-10-14Set DKIM policy to relaxed/relaxedEro Sennin
And make this policy configurable.
2021-10-14docs: remove output paths from generated documentationAntoine Eiche
Otherwise, the `testRstOptions` test would fail too often!
2021-07-27Move the logoAntoine Eiche
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-07-12Switch CI to Nix flakesAntoine Eiche
We also move tests to Flakes. This would allow users to submit PRs with a fork of nixpkgs when they want to test nixpkgs PRs against SNM.
2021-06-06Release nixos-21.05Antoine Eiche
2021-05-27Switch from Freenode to LiberaliberaAntoine Eiche
2021-05-23docs: link to an english Wikipedia article instead of a french oneLuflosi
2021-05-01Rename intern/extern tests to internal/externalrename-testsAntoine Eiche
2021-04-12corrected some pastingStefan Ladwig
2021-04-07Move indexDir option to the mailserver scopelewo/indexDirAntoine Eiche
This option has been initially in the mailserver.fullTextSearch scope. However, this option modifies the location of all index files of dovecot and not only those used by the full text search feature. It is then more relevant to have this option in the mailserver top level scope. Moreover, the default option has been changed to null in order to keep existing index files where they are: changing the index location means recreating all index files. The fts documentation however recommend to change this default location when enabling the fts feature.
2021-03-23Rework the setup guideAntoine Eiche
2021-03-10Mention the Freenode IRC chan #nixos-mailserverircAntoine Eiche
2021-03-04add doc for full text searchGuillaume Girol
2021-03-03doc: minor improvmentsAntoine Eiche
2021-03-03doc: add a FAQ sectionAntoine Eiche
2021-03-03doc: add a section howtoAntoine Eiche
This section contains advanced configuration howtos.
2020-12-15add flake supportNaïm Favier
2020-11-29Recommend bcrypt passwords everywhereHenri Menke
2020-10-31Release nixos-20.09 branchAntoine Eiche
2020-10-31docs: add missing Sphinx Makefile:/Antoine Eiche
2020-10-31docs: no longer use tagged release but branch instead in docsAntoine Eiche
2020-10-22setup-guide: Improve commands/outputsNiklas Hambüchen
2020-07-09Add rspamd documentation pageXavier Vello
2020-07-06docs: how to contribute to documentationAntoine Eiche
2020-07-06docs: create a readthedocs manualreadthedocsAntoine Eiche
The goal is to remove the WIKI since modifications can not be submitted via PRs.