Overhauled systemrequirement section
Dieser Commit ist enthalten in:
Ursprung
771345cbbf
Commit
eb21e775e2
3 geänderte Dateien mit 35 neuen und 14 gelöschten Zeilen
|
@ -41,18 +41,27 @@ Ein Unternehmen mit 15 Smartphones (EAS aktiviert) und etwa 50 gleichzeitigen IM
|
||||||
Im Rahmen unseres Supports können wir Ihnen bei der korrekten Planung Ihres Setups helfen.
|
Im Rahmen unseres Supports können wir Ihnen bei der korrekten Planung Ihres Setups helfen.
|
||||||
|
|
||||||
### UnterstĂĽtzte Betriebssysteme
|
### UnterstĂĽtzte Betriebssysteme
|
||||||
Wir empfehlen, jede Distribution zu verwenden, die von Docker CE unterstĂĽtzt wird (siehe https://docs.docker.com/install/).
|
Grundsätzlich kann mailcow auf jeder Distribution verwendet werden, die von Docker CE unterstützt wird (siehe https://docs.docker.com/install/).
|
||||||
|
Es kann jedoch in vereinzelten Fällen zu einer Inkompatibilität der Betriebssysteme und den mailcow Komponenten kommen.
|
||||||
|
|
||||||
Die folgende Tabelle enthält alle von uns offiziell unterstützten und getesteten Betriebssysteme:
|
Die folgende Tabelle enthält alle von uns offiziell unterstützten und getesteten Betriebssysteme (*Stand November 2022*):
|
||||||
|
|
||||||
| Betriebssystem | Status |
|
| Betriebssystem | Kompatibilität |
|
||||||
| ----------------------- | ------------------------------------------------ |
|
| ----------------------- | ------------------------------------------------ |
|
||||||
| Centos 7 | âś… |
|
| Alpine 3.16 und älter | [⚠️](https://www.alpinelinux.org/ "Eingeschränkt Kompatibel") |
|
||||||
| Debian 10, 11 | âś… |
|
| Centos 7 | [✅](https://www.centos.org/ "Vollständig Kompatibel") |
|
||||||
| Ubuntu 18.04, 20.04, 22.04 | âś… |
|
| Debian 10, 11 | [✅](https://www.debian.org/index.de.html "Vollständig Kompatibel") |
|
||||||
|
| Ubuntu 18.04, 20.04, 22.04 | [✅](https://ubuntu.com/ "Vollständig Kompatibel")|
|
||||||
|
| Rocky Linux 9 | [❔](https://rockylinux.org/ "Kompatibilität noch ausstehend") |
|
||||||
|
|
||||||
**Andere (nicht genannte Betriebssysteme) können auch funktionieren, sind jedoch nicht offiziell getestet worden.**
|
|
||||||
|
|
||||||
|
!!! info "Legende"
|
||||||
|
âś… = Funktioniert **out of the box** anhand der Anleitung.<br>
|
||||||
|
⚠️ = Erfordert einige **manuelle Anpassungen**, sonst aber nutzbar.<br>
|
||||||
|
❌ = Generell **NICHT Kompatibel**.<br>
|
||||||
|
âť” = Ausstehend.
|
||||||
|
|
||||||
|
**Hinweis: Andere (nicht genannte Betriebssysteme) können auch funktionieren, sind jedoch nicht offiziell getestet worden.**
|
||||||
|
|
||||||
## Firewall & Ports
|
## Firewall & Ports
|
||||||
|
|
||||||
|
|
|
@ -39,17 +39,27 @@ A company with 15 phones (EAS enabled) and about 50 concurrent IMAP connections
|
||||||
We can help to correctly plan your setup as part of our support.
|
We can help to correctly plan your setup as part of our support.
|
||||||
|
|
||||||
### Supported OS
|
### Supported OS
|
||||||
We recommend using any distribution listed as supported by Docker CE (check https://docs.docker.com/install/).
|
Basically, mailcow can be used on any distribution that is supported by Docker CE (see https://docs.docker.com/install/).
|
||||||
|
However, in some cases there may be incompatibilities between the operating systems and the mailcow components.
|
||||||
|
|
||||||
See the following table for the official supported and tested destributions:
|
The following table contains all operating systems officially supported and tested by us (*as of November 2022*):
|
||||||
|
|
||||||
| OS | Status |
|
| OS | Compatibility |
|
||||||
| ----------------------- | ------------------------------------------------ |
|
| ----------------------- | ------------------------------------------------ |
|
||||||
| Centos 7 | âś… |
|
| Alpine 3.16 and older | [⚠️](https://www.alpinelinux.org/ "Limited Compatibility") |
|
||||||
| Debian 10, 11 | âś… |
|
| Centos 7 | [âś…](https://www.centos.org/ "Fully Compatible") |
|
||||||
| Ubuntu 18.04, 20.04, 22.04 | âś… |
|
| Debian 10, 11 | [âś…](https://www.debian.org/index.html "Fully Compatible") |
|
||||||
|
| Ubuntu 18.04, 20.04, 22.04 | [âś…](https://ubuntu.com/ "Fully Compatible")|
|
||||||
|
| Rocky Linux 9 | [âť”](https://rockylinux.org/ "Compatibility pending") |
|
||||||
|
|
||||||
**Other Distributions may work as well but weren´t tested by us!**
|
|
||||||
|
!!! info "Legend"
|
||||||
|
âś… = Works **out of the box** using the instructions.<br>
|
||||||
|
⚠️ = Requires some **manual adjustments** otherwise usable.<br>
|
||||||
|
❌ = In general **NOT Compatible**.<br>
|
||||||
|
âť” = Pending.
|
||||||
|
|
||||||
|
**Note: All other operating systems (not mentioned) may also work, but have not been officially tested.**
|
||||||
|
|
||||||
## Firewall & Ports
|
## Firewall & Ports
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ theme:
|
||||||
- announce.dismiss
|
- announce.dismiss
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- abbr
|
||||||
- attr_list
|
- attr_list
|
||||||
- admonition
|
- admonition
|
||||||
- toc:
|
- toc:
|
||||||
|
@ -38,6 +39,7 @@ markdown_extensions:
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
- pymdownx.extra
|
- pymdownx.extra
|
||||||
- pymdownx.betterem
|
- pymdownx.betterem
|
||||||
|
- pymdownx.snippets
|
||||||
- footnotes
|
- footnotes
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
|
|
Laden …
In neuem Issue referenzieren