mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-07 16:04:49 +02:00
docs: renamings (#3242)
This commit is contained in:
parent
34a1fd613f
commit
ddcc1dcc5c
24 changed files with 119 additions and 119 deletions
|
@ -86,7 +86,7 @@ services:
|
|||
|
||||
This guide is focused on only using [SMTP ports (not POP3 and IMAP)][docs-ports] with the intent to relay mail received from another service to an external email address (eg: `user@gmail.com`). It is not intended for mailbox storage of real users.
|
||||
|
||||
In this setup `docker-mailserver` is not intended to receive email from the outside world, so no anti-spam or anti-virus software is needed, making the service lighter to run.
|
||||
In this setup DMS is not intended to receive email from the outside world, so no anti-spam or anti-virus software is needed, making the service lighter to run.
|
||||
|
||||
!!! tip "`setup`"
|
||||
|
||||
|
@ -159,7 +159,7 @@ In this setup `docker-mailserver` is not intended to receive email from the outs
|
|||
@ IN A 10.11.12.13
|
||||
mail IN A 10.11.12.13
|
||||
|
||||
; mail-server for example.com
|
||||
; mail server for example.com
|
||||
@ IN MX 10 mail.example.com.
|
||||
|
||||
; Add SPF record
|
||||
|
@ -182,7 +182,7 @@ In this setup `docker-mailserver` is not intended to receive email from the outs
|
|||
|
||||
4. Get an SSL certificate, [we have a guide for you here][docs-ssl] (_Let's Encrypt_ is a popular service to get free SSL certificates).
|
||||
|
||||
5. Start `docker-mailserver` and check the terminal output for any errors: `docker-compose up`.
|
||||
5. Start DMS and check the terminal output for any errors: `docker-compose up`.
|
||||
|
||||
6. Create email accounts and aliases:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 'Tutorials | Blog Posts'
|
||||
---
|
||||
|
||||
This site lists blog entries that write about the project. If you blogged about `docker-mailserver` let us know so we can add it here!
|
||||
This site lists blog entries that write about the project. If you blogged about DMS let us know so we can add it here!
|
||||
|
||||
- [Installing docker-mailserver](https://lowtek.ca/roo/2021/installing-docker-mailserver/) by [@andrewlow](https://github.com/andrewlow)
|
||||
- [Self hosted mail-server](https://www.ifthenel.se/self-hosted-mail-server/) by [@matrixes](https://github.com/matrixes)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Tutorials | Mail-Server behind a Proxy'
|
||||
title: 'Tutorials | Mail Server behind a Proxy'
|
||||
---
|
||||
|
||||
## Using `docker-mailserver` behind a Proxy
|
||||
## Using DMS behind a Proxy
|
||||
|
||||
### Information
|
||||
|
||||
|
@ -53,7 +53,7 @@ Feel free to add your configuration if you achieved the same goal using differen
|
|||
[...]
|
||||
```
|
||||
|
||||
Truncated list of necessary labels on the `docker-mailserver` container:
|
||||
Truncated list of necessary labels on the DMS container:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue