diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index 21ad00d1..6fc4c347 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -34,12 +34,12 @@ cd /var/log cat fail2ban.log | grep dovecot # Whitelist ip addresses: -fail2ban-client set dovecot addignoreip 172.18.0.1 -fail2ban-client set dovecot addignoreip 75.171.128.95 -fail2ban-client set postfix addignoreip 75.171.128.95 -fail2ban-client set postfix addignoreip 172.18.0.1 +fail2ban-client set dovecot addignoreip # ec2 cloud server +fail2ban-client set postfix addignoreip +fail2ban-client set dovecot addignoreip # my desktop +fail2ban-client set postfix addignoreip -# this will delete the jails entirely +# this will delete the jails entirely - nuclear option fail2ban-client stop dovecot fail2ban-client stop postfix ```