Renamed table column
Dieser Commit ist enthalten in:
Ursprung
6e5ed08c47
Commit
c7c730a168
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,6 +10,7 @@ markdown_extensions:
|
|||
- pymdownx.tasklist(custom_checkbox=true)
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- footnotes
|
||||
pages:
|
||||
- 'Information & Support': 'index.md'
|
||||
- 'Prerequisites':
|
||||
|
|
Laden …
In neuem Issue referenzieren