From 55b0a5bfb8ee2dfe10bc35f961fbb8aea671a24e Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Mon, 1 Jan 2018 21:07:54 -0700 Subject: [PATCH] Updated Debugging (markdown) --- docs/content/config/troubleshooting/debugging.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index 6fc4c347..6556701f 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -43,3 +43,10 @@ fail2ban-client set postfix addignoreip fail2ban-client stop dovecot fail2ban-client stop postfix ``` +## No Mail? +I finally got my macOS client working, but was not receiving test messages. I edited docker-compose.yml and temporarily disabled the spam filter (and fail2ban). Now I am getting mail. I will troubleshoot those and re-enable them next week, but thought this might be of help for others trying to troubleshoot. +```bash + environment: + - ENABLE_MANAGESIEVE=0 + - ENABLE_FAIL2BAN=0 +``` \ No newline at end of file