Updated Prerequisites

The file was edited to remove the outdated (and in some cases removed) `netstat` command and replace it with `ss`
Dieser Commit ist enthalten in:
Sebastian Kutter 2020-03-16 11:34:48 +01:00 committet von GitHub
Ursprung 213a3aa78a
Commit 12d1d9767f
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -31,7 +31,7 @@ ClamAV and Solr are greedy RAM munchers. You can disable them in `mailcow.conf`
Please check if any of mailcow's standard ports are open and not in use by other applications:
```
# netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
# ss -tlpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
```
!!! warning