mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 15:44:56 +02:00
docs: Fix typos (#3443)
Various typos fixed in docs, in addition to a config and ENV template.
This commit is contained in:
parent
a0fde8b83f
commit
59f483f157
11 changed files with 14 additions and 14 deletions
|
@ -163,7 +163,7 @@ metadata:
|
|||
ignore-check.kube-linter.io/run-as-non-root: >-
|
||||
'mailserver' needs to run as root
|
||||
ignore-check.kube-linter.io/privileged-ports: >-
|
||||
'mailserver' needs privilegdes ports
|
||||
'mailserver' needs privileged ports
|
||||
ignore-check.kube-linter.io/no-read-only-root-fs: >-
|
||||
There are too many files written to make The
|
||||
root FS read-only
|
||||
|
|
|
@ -75,7 +75,7 @@ To debug your `fetchmail.cf` configuration run this command:
|
|||
./setup.sh debug fetchmail
|
||||
```
|
||||
|
||||
For more informations about the configuration script `setup.sh` [read the corresponding docs][docs-setup].
|
||||
For more information about the configuration script `setup.sh` [read the corresponding docs][docs-setup].
|
||||
|
||||
Here a sample output of `./setup.sh debug fetchmail`:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 'Mail Forwarding | AWS SES'
|
||||
---
|
||||
|
||||
[Amazon SES (Simple Email Service)](https://aws.amazon.com/ses/) is intended to provide a simple way for cloud based applications to send email and receive email. For the purposes of this project only sending email via SES is supported. Older versions of docker-mailserver used `AWS_SES_HOST` and `AWS_SES_USERPASS` to configure sending, this has changed and the setup is mananged through [Configure Relay Hosts][docs-relay].
|
||||
[Amazon SES (Simple Email Service)](https://aws.amazon.com/ses/) is intended to provide a simple way for cloud based applications to send email and receive email. For the purposes of this project only sending email via SES is supported. Older versions of docker-mailserver used `AWS_SES_HOST` and `AWS_SES_USERPASS` to configure sending, this has changed and the setup is managed through [Configure Relay Hosts][docs-relay].
|
||||
|
||||
You will need to create some [Amazon SES SMTP credentials](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html). The SMTP credentials you create will be used to populate the `RELAY_USER` and `RELAY_PASSWORD` environment variables.
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ All user defined sieve scripts that are managed by ManageSieve are stored in the
|
|||
|
||||
!!! note
|
||||
|
||||
ManageSieve makes sure to not overwrite an existing `.dovecot.sieve` file. If a user activates a new sieve script the old one is backuped and moved to the `sieve` folder.
|
||||
ManageSieve makes sure to not overwrite an existing `.dovecot.sieve` file. If a user activates a new sieve script the old one is backed up and moved to the `sieve` folder.
|
||||
|
||||
The extension is known to work with the following ManageSieve clients:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue