Fixed typo.

This commit is contained in:
Thomas VIAL 2015-08-19 15:59:04 +02:00
parent da3dbd4b10
commit 7a28bb0f3a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Additional informations:
- email login are full email address (`username1@my-domain.com`)
- user accounts are managed in `./postfix/accounts.cf`
- aliases and fowards/redirects are managed in `./postfix/virtual`
- antispam are rules are managed in `./spamassassin/rules.cf`
- antispam rules are managed in `./spamassassin/rules.cf`
- files must be mounted to `/tmp` in your container (see `docker-compose.yml` template)
- ssl is strongly recommended, you can provide a specific certificate, see below