Merge pull request #19 from stevesbrain/master

Removed DKIM volume mentions, minor spelling + grammar
Dieser Commit ist enthalten in:
André Peters 2017-05-17 22:52:59 +02:00 committet von GitHub
Commit 17f2d635ab
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -55,10 +55,9 @@ Each container represents a single application.
- Rspamd - Rspamd
- SOGo - SOGo
**7 volumes** to keep dynamic data - take care of them! **6 volumes** to keep dynamic data - take care of them!
- vmail-vol-1 - vmail-vol-1
- dkim-vol-1
- redis-vol-1 - redis-vol-1
- mysql-vol-1 - mysql-vol-1
- rspamd-vol-1 - rspamd-vol-1

Datei anzeigen

@ -16,12 +16,12 @@ Please make sure that your system has at least the following resources:
| ----------------------- | --------------------- | | ----------------------- | --------------------- |
| CPU | 1 GHz | | CPU | 1 GHz |
| RAM                     | 1 GiB         | | RAM                     | 1 GiB         |
| Disk | 5 GiB (without mails) | | Disk | 5 GiB (without emails)|
| System Type | x86_64 | | System Type | x86_64 |
## Firewall & Ports ## Firewall & Ports
Please check if any of mailcow's standard ports are open and not blocked by other applications: 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'