mailcow: dockerized - documentation 📰
Datei suchen
Gravity 5404be00da
Changes to DMARC and Added FQDN header
- Removed the Google Postmaster TXT record example
- Increased clarity to follow the DMARC statistics guide to deploying, as they may not all utilize TXT files and the process can vary per service or tool.
- Increased clarity that other services and tools are available for DMARC statistics than just the listed few
- Add a header to FQDN for separation from the DMARC section under Misc.
2020-10-24 14:16:31 -04:00
docs Changes to DMARC and Added FQDN header 2020-10-24 14:16:31 -04:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
.travis.yml Update .travis.yml 2018-10-06 11:15:28 +08:00
mkdocs.yml Add exchange Hybrid Setup docs 2020-10-10 11:43:20 +02:00
README.md Fix typos 2020-04-21 23:34:34 +02:00

TRAVIS-CI

mailcow: dockerized documentation

This project aims to provide the mailcow: dockerized documentation for the mailcow: dockerized project.

https://mailcow.github.io/mailcow-dockerized-docs

To build it locally, you need the Material theme for MkDocs, MkDocs itself and Pygments. To install these with pip and get it up and running, fire up your terminal and enter

pip install mkdocs-material
mkdocs serve