From 84c0d23a80e42da21c666d3ef9d91ff0954f6270 Mon Sep 17 00:00:00 2001 From: Johan Smits Date: Tue, 9 Jan 2018 08:39:54 +0100 Subject: [PATCH] Remove no mail option. --- docs/content/config/troubleshooting/debugging.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index 6556701f..2b47dadf 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -34,19 +34,12 @@ cd /var/log cat fail2ban.log | grep dovecot # Whitelist ip addresses: -fail2ban-client set dovecot addignoreip # ec2 cloud server +fail2ban-client set dovecot addignoreip # Server fail2ban-client set postfix addignoreip -fail2ban-client set dovecot addignoreip # my desktop +fail2ban-client set dovecot addignoreip # Client fail2ban-client set postfix addignoreip # this will delete the jails entirely - nuclear option 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