mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Added common errors
This commit is contained in:
parent
d0e1eb2805
commit
5583ad2779
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue