cff7a27cfe
We now explain what Radicale even is and classify reusing the hashed passwords of login accounts as limitation because it requires using compatible password hashes. This is difficult because compatible password hashes need an overlap between libxcrypt and Radicales choice of libraries: libpass, argon2 and bcrypt. Extract the source code into a proper .nix file so we get source linting and formatting for free. Pruned from bad practices of the past, like global `with lib`.
49 lines
817 B
ReStructuredText
49 lines
817 B
ReStructuredText
.. NixOS Mailserver documentation master file, created by
|
|
sphinx-quickstart on Thu Jul 2 20:50:36 2020.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to NixOS Mailserver's documentation!
|
|
============================================
|
|
|
|
.. image:: logo.png
|
|
:width: 400
|
|
:alt: SNM Logo
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
setup-guide
|
|
advanced-configurations
|
|
howto-develop
|
|
faq
|
|
release-notes
|
|
options
|
|
migrations
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Features
|
|
|
|
fts
|
|
ldap
|
|
srs
|
|
|
|
.. toctree::
|
|
:maxdepth: 0
|
|
:caption: How-to
|
|
|
|
backup-guide
|
|
radicale
|
|
add-roundcube
|
|
rspamd-tuning
|
|
flakes
|
|
autodiscovery
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|