diff --git a/docs/prerequisite-system.md b/docs/prerequisite-system.md index 7fc1932e3..5f5a100e8 100644 --- a/docs/prerequisite-system.md +++ b/docs/prerequisite-system.md @@ -31,7 +31,9 @@ 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: ``` -# ss -tlpn | 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' +# or: +netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190' ``` !!! warning