1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-07-02 14:11:12 +02:00
Commit Graph

277 Commits

Author SHA1 Message Date
wernerfred
463bc967d2 docs(fix): Update wiki references to the new docs url
Additionally replaces old references to `tvial` images with the new `mailserver` docker image name.
2021-03-25 11:49:24 +13:00
wernerfred
724fe72d20 docs: Update metadata and links to new locations
Also removed the FAQ inline heading link for Rancher. It's not a relevant link (as the question already expects knowledge of Rancher), and breaks out of the bg colour heading style due to the HTML generation logic from mkdocs.
2021-03-25 11:49:24 +13:00
wernerfred
1a8552b96c docs(refactor): Restructure document hierarchy
Additionally rename `installation-examples.md` and split
2021-03-25 11:49:24 +13:00
polarathene
021e942c4c docs(refactor): Large refactor + additions + fixes
Consistency pass, formatting cleanup and fixes, introduce admonitions, add front-matter.

---

docs: Add front-matter

---

docs: Fix and format links

- Some links were invalid (eg files moved or renamed)
- Some were valid but had invalid section headers (content removed or migrated)
- Some use `http://` instead of `https://` when the website supports a secure connection.
- Some already used the `[name][reference]` convention but often with a number that wasn't as useful for maintenance.
- All referenced docs needed URLs replaced. Opted for the `[name][reference]` approach to group them all clearly at the bottom of the doc, especially with the relative URLs and in some cases many duplicate entries.
- All `tomav` references from the original repo prior to switch to an organization have been corrected.
- Minor cosmetic changes to the `name` part of the URL, such as for referencing issues to be consistent.
- Some small changes to text body, usually due to duplicate URL reference that was unnecessary (open relay, youtous)
- Switched other links to use the `[name][reference]` format when there was a large group of URLs such as wikipedia or kubernetes. Github repos that reference projects related to `docker-mailserver` also got placed here so they're noticed better by maintainers. This also helped quite a bit with `mermaid` external links that are very long.
- There was a Github Wiki supported syntax in use `[[name | link]]` for `fetchmail` page that isn't compatible by default with MkDocs (needs a plugin), converted to `[name][reference]` instead since it's a relative link.

---

docs: Update commit link for LDAP override script

Logic moved to another file, keeping the permalink commit reference so it's unaffected by any changes in the file referenced in future.

---

docs: Heading corrections

Consistency pass. Helps with the Table of Contents (top-right UI) aka Document Outline.
docs: codefence cleanup

---

docs: misc cleanup

---

docs: Add Admonitions

Switches `<details>` usage for collapsible admonitions (`???`) while other text content is switched to the visually more distinct admoniton (`!!!` or `???+`) style.

This does affect editor syntax highlighting a bit and markdown linting as it's custom non-standard markdown syntax.
2021-03-25 11:49:24 +13:00
Georg Lauterbach
7b3e416184 Updated Configure DKIM (markdown) 2021-02-08 12:21:12 +01:00
Georg Lauterbach
a5a6096032 Updated Configure Aliases (markdown) 2021-02-08 12:11:47 +01:00
Georg Lauterbach
b5c46127ae Updated Configure Accounts (markdown) 2021-02-08 12:09:38 +01:00
Georg Lauterbach
4ea6598d27 Updated Setup docker mailserver using the setup.sh script (markdown) 2021-01-27 22:18:24 +01:00
Georg Lauterbach
1fbabeefc0 Updated Configure DKIM (markdown) 2021-01-27 22:17:07 +01:00
Georg Lauterbach
9ec789d7c5 Updated Configure DKIM (markdown) 2021-01-27 22:10:26 +01:00
Georg Lauterbach
7e04232f76 Updated Configure Aliases (markdown) 2021-01-27 22:07:59 +01:00
Georg Lauterbach
4609759703 Updated Configure Accounts (markdown) 2021-01-27 22:07:42 +01:00
Frederic Werner
d41922a430 Updated Configure DKIM (markdown) 2021-01-27 13:41:37 +01:00
Frederic Werner
6e04c1ce76 Updated Configure DKIM (markdown) 2021-01-26 17:28:40 +01:00
Dashamir Hoxha
8a7dcc67b0 Add a ToDo note 2020-12-30 20:40:36 +01:00
Patrizio Bekerle
8b9a102e3e Mention maintained autodiscover-email-settings 2020-12-13 21:42:51 +01:00
Germain Masse
ee557c9e3f Command-line to verify certificate dates 2020-11-29 20:23:43 +01:00
Germain Masse
77308d269d Moving Caddy pitfall to a dedicated section 2020-11-29 19:44:50 +01:00
Dorian Ayllón
28a5fb6436 Fix example YAML markdown code block 2020-10-21 17:08:34 +02:00
pyy
673d7307b6 add account without restart container 2020-10-06 19:30:33 +02:00
engelant
e633eca38e Updated FAQ and Tips (markdown) 2020-10-04 13:45:29 +02:00
engelant
16df7b8b8b Updated FAQ and Tips (markdown) 2020-10-04 13:44:21 +02:00
squash
4fc4fe97f7 Update for key_type global option with Caddy v2 for people sharing their LE certs between Caddy and docker-mailserver 2020-10-01 14:06:51 -04:00
Georg Lauterbach
6aad01abbd added warning message for PERMIT_DOCKER=network when using IPv6 (#1405) 2020-09-27 22:14:27 +02:00
Georg Lauterbach
4424495f63 Traefik2's wildcard certificates now work with :stable 2020-09-26 14:52:36 +02:00
pyy
cde15e365f how to set timezone for container 2020-09-10 20:59:33 +02:00
Erik Wramner
6dce6c6cf7 Changed stable to latest for Traefik as the code has not been merged into stable yet 2020-08-07 09:54:31 +02:00
Michael
6f04051ffd traefik v2 section added 2020-07-16 21:12:50 +02:00
Trangar
c6f1af4fff Added information about stealth blocks on port 25 2020-07-15 08:32:38 +02:00
idaadi
68e9e5dd36 mailto was missing from the forensics receiver (ruf) 2020-07-07 00:58:25 +02:00
Amin Vakil
78af9f97a2 Change postfix-aliases.cf to postfix-virtual.cf & add setup.sh alias link 2020-06-21 10:01:01 +04:30
Brennan Kinney
4a53a2566a Add flowchart for SMTP, expand on inbound/outband SMTP traffic and ports 2020-06-13 20:44:34 +12:00
Brennan Kinney
acf3d88d43 Initial more details page to redirect from README on the ports section 2020-06-12 20:19:52 +12:00
Sascha Scandella
1dc4328ed5 Updated FAQ and Tips (markdown) 2020-06-04 23:49:10 +02:00
Jean-Denis Vauguet
2b745c9f81 Updated Configure SPF (markdown) 2020-06-01 02:54:02 +02:00
Jean-Denis Vauguet
9ff7e1eaa3 Updated Configure SPF (markdown) 2020-06-01 02:53:42 +02:00
Jean-Denis Vauguet
8f4e56c98b Updated Configure SPF (markdown) 2020-06-01 02:42:55 +02:00
Jean-Denis Vauguet
78b09c20ab Updated Configure SPF (markdown) 2020-06-01 02:31:12 +02:00
Jean-Denis Vauguet
54e5ed90d5 Updated FAQ and Tips (markdown) 2020-05-31 05:42:37 +02:00
Jean-Denis Vauguet
eeeda460a8 Updated FAQ and Tips (markdown) 2020-05-31 05:39:28 +02:00
Jean-Denis Vauguet
d4bfb7f2b4 Updated Configure DMARC (markdown) 2020-05-31 05:13:46 +02:00
Jean-Denis Vauguet
acc2e31ba8 Updated Configure DKIM (markdown) 2020-05-31 05:11:06 +02:00
Jean-Denis Vauguet
e61114b4d8 Updated Configure DKIM (markdown) 2020-05-31 05:10:32 +02:00
Jean-Denis Vauguet
533a224963 Updated Configure autodiscover (markdown) 2020-05-31 05:02:09 +02:00
Jean-Denis Vauguet
47f1ffe65c Updated Configure Aliases (markdown) 2020-05-31 04:52:34 +02:00
Jean-Denis Vauguet
e269f4f381 Updated Configure Accounts (markdown) 2020-05-31 04:36:25 +02:00
Jean-Denis Vauguet
dade40d66c Updated Configure Accounts (markdown) 2020-05-31 04:36:09 +02:00
Jean-Denis Vauguet
322cd2c169 Updated Configure Accounts (markdown) 2020-05-31 04:32:43 +02:00
Jean-Denis Vauguet
472088cf48 Updated Configure Accounts (markdown) 2020-05-31 04:30:39 +02:00
Jean-Denis Vauguet
943b4a9f71 Updated Configure SSL (markdown) 2020-05-29 10:25:02 +02:00
Jean-Denis Vauguet
bbcc7e3038 better not to keep outdated example, upstream's doc is the way to go 2020-05-29 10:23:58 +02:00
Jean-Denis Vauguet
729196d97e Updated FAQ and Tips (markdown) 2020-05-29 05:41:07 +02:00
Jean-Denis Vauguet
1f220f5418 Updated FAQ and Tips (markdown) 2020-05-29 05:40:17 +02:00
Jean-Denis Vauguet
aea271d6fe Updated Configure Accounts (markdown) 2020-05-29 05:37:48 +02:00
Oleg Kainov
3ce6ecd9d1 Updated Configure DMARC (markdown) 2020-05-17 18:57:36 +02:00
Oleg Kainov
c95e877a23 Updated Configure DMARC (markdown) 2020-05-15 22:49:53 +02:00
Oleg Kainov
a5af73e8a3 Updated Configure DMARC (markdown) 2020-05-15 22:49:31 +02:00
Oleg Kainov
bce6912988 Add DMARC guide 2020-05-15 22:49:00 +02:00
youtous
a6b0a490c5 Updated Configure DKIM (markdown) 2020-05-15 18:45:33 +02:00
rhyst
087a4ae750 Adding instructions for Caddy V2 2020-05-11 17:52:25 +01:00
msheakoski
fa387eff1f Update config file mentioned in cron instructions to env-mailserver 2020-05-08 18:15:06 -04:00
msheakoski
8b9b4d3b69 Update config file mentioned in cron instructions to env-mailserver 2020-05-08 18:12:24 -04:00
Erik Wramner
2e0284ded3 Added note about caddy 2020-05-04 08:01:53 +02:00
youtous
5bb68e9905 Update SA-learn 2020-05-02 19:41:36 +02:00
youtous
f5f7fc8879 Add MOVE_SPAM_TO_JUNK 2020-05-02 19:40:16 +02:00
lukas
57837ccd92 Updated FAQ and Tips (markdown) 2020-05-02 11:55:27 +02:00
youtous
19a86565d7 Updated Configure Accounts (markdown) 2020-05-01 23:53:37 +02:00
youtous
478d073deb quota update 2020-05-01 23:53:23 +02:00
youtous
ee7e314c39 Updated Configure Accounts (markdown) 2020-04-26 19:38:49 +02:00
youtous
a8969647c6 quota update 2020-04-25 23:29:37 +02:00
youtous
404ac5a438 add ssl doc: traefik 2020-04-23 15:49:52 +02:00
Hans-Cees Speel
88e1d453f0 Updated Configure SSL (markdown) 2020-02-25 14:27:31 +01:00
Hans-Cees Speel
4ca57b8e9e Updated Configure SSL (markdown) 2020-02-25 14:24:36 +01:00
Hans-Cees Speel
1b86123954 added user-patches.sh explanation and example 2020-02-24 22:14:09 +01:00
Hans-Cees Speel
5ace30e413 Updated FAQ and Tips (markdown) 2020-02-24 22:13:16 +01:00
Hans-Cees Speel
957e3056e6 Updated FAQ and Tips (markdown) 2020-02-24 22:11:50 +01:00
odinis
85aed0d1d1 Proxy setup is nowhere mentioned. 2020-02-14 01:14:31 +02:00
Erik Wramner
30bbc15a8b Improved description for bare domains 2020-01-18 12:27:45 +01:00
Erik Wramner
53f092e8c6 Added FAQ about naked/bare domains 2020-01-18 11:39:04 +01:00
Germain Masse
5d0715c2e1 Add sections for catch-all and delete 2019-12-20 18:14:02 +01:00
Kaan88
90a9cba1c0 Spamassing cron directories are wrong for Archive and Inbox. On my fresh install it's not .Archives but .Archive and I don't have a separate INBOX folder, just cur, new etc under main mail dir. 2019-11-20 15:10:46 +03:00
Vilius
2305c464bb Fixed a typo in docker repository name (certbot instead of cerbot) 2019-11-17 11:47:23 +02:00
Germain Masse
2ebea365e6 Replace deliveries/certbot docker image by official certbot/cerbot 2019-11-04 19:36:52 +01:00
Erik Wramner
bb7bfdbf1e Added note about clamav memory usage and swap. 2019-10-28 09:15:34 +01:00
mchamplain
c755c763f5 adding note about keys on multiple line 2019-10-27 01:37:42 -04:00
Andreas Perhab
37966e425d path for generated certificates has changed 2019-10-11 12:10:23 +02:00
Thomas VIAL
3fc2da3be2 Updated FAQ and Tips (markdown) 2019-09-11 16:50:15 +02:00
Thomas VIAL
038ec5942e Updated FAQ and Tips (markdown) 2019-09-11 16:49:25 +02:00
Thomas VIAL
4556c808d7 Edit backup script 2019-09-11 16:48:58 +02:00
Erik Wramner
2c3dd2adb8 Added reference to https://github.com/tomav/docker-mailserver/issues/1247. 2019-09-03 15:59:31 +02:00
lukas
96524e30b4 Updated Configure SSL (markdown) 2019-08-23 12:35:00 -06:00
lukas
aaaa0398b6 Updated Configure SPF (markdown) 2019-08-23 12:31:33 -06:00
lukas
eb9c857903 Updated Configure SSL (markdown) 2019-08-22 10:12:23 -06:00
Ovidiu Predescu
c7e5755fb8 Syntax correction. 2019-08-06 14:39:08 -07:00
cternes
e03af03ef9 Fix wrong directory for spamassassin learning 2019-08-02 22:10:14 +02:00
Thomas VIAL
0a0e758d92 Add info about mail-state 2019-07-24 14:31:42 +02:00
MegaXLR
2df81a970b LetsEncrypt has a http challenge that runs http and https. 2019-04-19 14:15:44 +02:00
Sebastian Wiesendahl
3ceeef5a00 SA_SPAM_SUBJECT values 2019-03-24 18:17:35 +01:00
Sebastian Wiesendahl
da78a4969d add consitent comments 2019-03-12 14:47:08 +01:00
Sebastian Wiesendahl
8f6249cc3f change ham folder to Archives 2019-03-12 14:44:44 +01:00