Added missing port in netstat command (#191)

In the netstat command for checking the standard-ports the port for "Dovecot ManageSieve" was missing
Dieser Commit ist enthalten in:
Tim 2020-02-17 06:32:27 +01:00 committet von GitHub
Ursprung 979316f8ee
Commit 7259abc718
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'
# netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
```
!!! warning