File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Im Rahmen unseres Supports können wir Ihnen bei der korrekten Planung Ihres Set
43
43
Bitte überprüfen Sie, ob alle Standard-Ports von mailcow offen sind und nicht von anderen Anwendungen genutzt werden:
44
44
45
45
```
46
- ss -tlpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190|5222|5269|5443 '
46
+ ss -tlpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
47
47
# oder:
48
- netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190|5222|5269|5443 '
48
+ netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
49
49
```
50
50
51
51
!!! Warnung
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ We can help to correctly plan your setup as part of our support.
43
43
Please check if any of mailcow's standard ports are open and not in use by other applications:
44
44
45
45
```
46
- ss -tlpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190|5222|5269|5443 '
46
+ ss -tlpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
47
47
# or:
48
- netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190|5222|5269|5443 '
48
+ netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995|4190'
49
49
```
50
50
51
51
!!! warning
You can’t perform that action at this time.
0 commit comments