From 5583ad27797c8ab5e0c433b9dbd264b88cb9f32a Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 9 Jan 2017 17:39:22 +0100 Subject: [PATCH] Added common errors --- docs/content/config/troubleshooting/faq.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index ec7f569f..3c84f574 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -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`. \ No newline at end of file +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 +``` \ No newline at end of file