Added common errors

This commit is contained in:
Thomas VIAL 2017-01-09 17:39:22 +01:00
parent d0e1eb2805
commit 5583ad2779
1 changed files with 13 additions and 1 deletions

View File

@ -78,4 +78,16 @@ If we're blind, we won't be able to do anything.
### Is `docker-mailserver` running in a [rancher environment](http://rancher.com/rancher/)?
Yes, by Adding the Environment Variable `PERMIT_DOCKER: network`.
Yes, by Adding the Environment Variable `PERMIT_DOCKER: network`.
### Common errors
```
warning: connect to Milter service inet:localhost:8893: Connection refused
# DMARC not running
# => /etc/init.d/opendmarc restart
warning: connect to Milter service inet:localhost:8891: Connection refused
# DKIM not running
# => /etc/init.d/opendkim restart
```