Corrected some links
Dieser Commit ist enthalten in:
Ursprung
ead346bccd
Commit
218deadaf4
8 geänderte Dateien mit 19 neuen und 19 gelöschten Zeilen
|
@ -22,7 +22,7 @@ Escape character is '^]'.
|
|||
|
||||
## My mails are identified as Spam
|
||||
|
||||
Please read our guide on [DNS configuration](dns.md).
|
||||
Please read our guide on [DNS configuration](prerequesite-dns.md).
|
||||
|
||||
## docker-compose throws weird erros
|
||||
|
||||
|
@ -51,4 +51,4 @@ If you get an error message like:
|
|||
ERROR: for postfix-mailcow Cannot start service postfix-mailcow: driver failed programming external connectivity on endpoint mailcowdockerized_postfix-mailcow_1: Error starting userland proxy: listen tcp 0.0.0.0:25: bind: address already in use
|
||||
```
|
||||
|
||||
while trying to start / install mailcow: dockerized, make sure you've followed our section on the [prerequisites](requirements/#firewall-ports).
|
||||
while trying to start / install mailcow: dockerized, make sure you've followed our section on the [prerequisites](prerequesite-system/#firewall-ports).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
When a mailbox is created, a user is allowed to send mail from and receive mail for his own mailbox address.
|
||||
|
||||
Mailbox me@example.org is created. example.org is a primary domain.
|
||||
Mailbox me@example.org is created. example.org is a primary domain.
|
||||
Note: a mailbox cannot be created in an alias domain.
|
||||
|
||||
me@example.org is only known as me@example.org.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
!!! info
|
||||
Also note that this guide doesn't touch on the users settings like *Spamlevels*, *TLS Settings*, etc. nor the export / import of your roundcube or SOGo settings.
|
||||
|
||||
Lastly please check the section on how to [import / restore](backup_maildir/#restore) your maildir backup to get an idea how to migrate your mails.
|
||||
Lastly please check the section on how to [import / restore](u_e-backup_restore-maildir/#restore) your maildir backup to get an idea how to migrate your mails.
|
||||
|
||||
## Create mailcow db backups
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Before you run **mailcow: dockerized**, there are a few requirements that you sh
|
|||
|
||||
!!! info
|
||||
- Mailcow: dockerized requires [some ports](#default-ports) to be open for incomming connections, so make sure that your firewall is not bloking these. Also make sure that no other application is interferring with mailcow's configuration.
|
||||
- A correct DNS setup is crucial to every good mailserver setup, so please make sure you got at least the [basics](dns/#the-minimal-dns-configuration) covered bevore you begin!
|
||||
- A correct DNS setup is crucial to every good mailserver setup, so please make sure you got at least the [basics](prerequesite-dns/#the-minimal-dns-configuration) covered bevore you begin!
|
||||
- Make sure that your system has a correct date and [time setup](#date-and-time). This is crucial for stuff like two factor TOTP authentication.
|
||||
|
||||
## Minimum System Resources
|
||||
|
|
|
@ -4,4 +4,4 @@ To add or edit an entry to your **domain wide** filter table, login to your *mai
|
|||
|
||||
|
||||
!!! info
|
||||
Be aware that a user [may override](spamfilter.md) this setting by setting his own black- and whitelist!
|
||||
Be aware that a user [may override](u_e-mailcow_ui-spamalias.md) this setting by setting his own black- and whitelist!
|
||||
|
|
|
@ -3,6 +3,6 @@ A mailbox user may adjust the spam filter and black- / whitelist settings for hi
|
|||
![Where to adjust the users spam, black- and whitelist settings](images/mailcow-spamfilter.png)
|
||||
|
||||
!!! info
|
||||
For global adjustments on your spam filter please check our section on [Rspamd](rspamd.md).
|
||||
For global adjustments on your spam filter please check our section on [Rspamd](u_e-rspamd.md).
|
||||
|
||||
For a domain wide black- and whitelist please check our guide on [Black / Whitelist](bl_wl.md)
|
||||
For a domain wide black- and whitelist please check our guide on [Black / Whitelist](u_e-mailcow_ui-bl_wl.md)
|
||||
|
|
|
@ -30,7 +30,7 @@ OK
|
|||
Get all keys matching your pattern:
|
||||
|
||||
```
|
||||
|
||||
KEYS *
|
||||
```
|
||||
|
||||
##### PING
|
||||
|
|
20
mkdocs.yml
20
mkdocs.yml
|
@ -21,13 +21,13 @@ pages:
|
|||
- 'Installation': 'install.md'
|
||||
- 'Update': 'install-update.md'
|
||||
- 'First Steps (optional)':
|
||||
- 'SSL': 'fiststeps-ssl.md'
|
||||
- 'Rspamd Web UI': 'fiststeps-rspamd_ui.md'
|
||||
- 'Reverse Proxy': 'fiststeps-rp.md'
|
||||
- 'Setup a relayhost': 'fiststeps-relayhost.md'
|
||||
- 'Log to Syslog': 'fiststeps-syslog.md'
|
||||
- 'Local MTA on Docker host': 'fiststeps-local_mta.md'
|
||||
- 'Sender and receiver model': 'fiststeps-sender_rcv.md'
|
||||
- 'SSL': 'firststeps-ssl.md'
|
||||
- 'Rspamd Web UI': 'firststeps-rspamd_ui.md'
|
||||
- 'Reverse Proxy': 'firststeps-rp.md'
|
||||
- 'Setup a relayhost': 'firststeps-relayhost.md'
|
||||
- 'Log to Syslog': 'firststeps-syslog.md'
|
||||
- 'Local MTA on Docker host': 'firststeps-local_mta.md'
|
||||
- 'Sender and receiver model': 'firststeps-sender_rcv.md'
|
||||
- 'Debugging & Troubleshooting':
|
||||
- 'Introduction': debug.md
|
||||
- 'Logs': 'debug-logs.md'
|
||||
|
@ -60,9 +60,9 @@ pages:
|
|||
- 'Adjust Service Configurations': 'u_e-change_config.md'
|
||||
- 'Deinstall': 'u_e-deinstall.md'
|
||||
- 'Third party apps':
|
||||
- 'Roundcube': 'roundcube.md'
|
||||
- 'Portainer': 'portainer.md'
|
||||
- 'Gogs': 'gogs.md'
|
||||
- 'Roundcube': 'third_party-roundcube.md'
|
||||
- 'Portainer': 'third_party-portainer.md'
|
||||
- 'Gogs': 'third_party-gogs.md'
|
||||
extra:
|
||||
logo: 'images/logo.svg'
|
||||
palette:
|
||||
|
|
Laden …
In neuem Issue referenzieren