mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
Added common errors
This commit is contained in:
parent
d0e1eb2805
commit
5583ad2779
1 changed files with 13 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue