Renamed table column

Dieser Commit ist enthalten in:
timo 2017-05-06 14:59:43 +02:00
Ursprung 6e5ed08c47
Commit c7c730a168
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -20,7 +20,7 @@ bash mailcow-reset-admin.sh
Here is a brief overview of what container does what:
| Container Name | Service Descriptions |
| Service Name | Service Descriptions |
| --------------- | ------------------------------------------------------------------------- |
| bind9-mailcow | Local (DNSSEC) DNS Resolver |
| mysql-mailcow | Stores most of mailcow's settings |

Datei anzeigen

@ -1,4 +1,4 @@
Insert these lines to `data/conf/postfix/main.cf`. "relayhost" does already exist (empty), just change its value.
Insert these lines into `data/conf/postfix/main.cf`. "relayhost" does already exist (empty), just change its value.
```
relayhost = [your-relayhost]:587
smtp_sasl_password_maps = hash:/opt/postfix/conf/smarthost_passwd

Datei anzeigen

@ -10,6 +10,7 @@ markdown_extensions:
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.mark
- pymdownx.tilde
- footnotes
pages:
- 'Information & Support': 'index.md'
- 'Prerequisites':