User Tools

Site Tools


internet:mail:zimbra:zimbra_troubleshoot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:zimbra:zimbra_troubleshoot [2018/01/26 09:22]
gcooper
internet:mail:zimbra:zimbra_troubleshoot [2021/02/01 11:23] (current)
gcooper
Line 51: Line 51:
  
 ===== DoSFilter ===== ===== DoSFilter =====
 +
 +**HowTo**: https://www.missioncriticalemail.com/2018/10/19/using-zimbras-dosfilter-and-failed-login-lockout-policy-together/
  
 http://wiki.zextras.com/wiki/ZeXtras_Suite_and_the_Zimbra_DoSFilter http://wiki.zextras.com/wiki/ZeXtras_Suite_and_the_Zimbra_DoSFilter
Line 67: Line 69:
 su - zimbra su - zimbra
 zmprov gcf zimbraHttpThrottleSafeIPs zmprov gcf zimbraHttpThrottleSafeIPs
-zmprov gcf zimbraHttpDosFilterMaxRequestsPerSec +zmprov gcf zimbraHttpDosFilterMaxRequestsPerSec  # Default 30 
-zmprov gcf zimbraHttpDosFilterDelayMillis+zmprov gcf zimbraHttpDosFilterDelayMillis        # Default -1
 </file> </file>
  
Line 76: Line 78:
  
 <file> <file>
-zmprov mcf +zimbraHttpThrottleSafeIPs 192.168.0.65+zmprov mcf +zimbraHttpThrottleSafeIPs 192.168.2.0/24
 zmprov mcf +zimbraHttpThrottleSafeIPs 192.168.0.66 zmprov mcf +zimbraHttpThrottleSafeIPs 192.168.0.66
  
Line 153: Line 155:
  
 ===== Server Status ===== ===== Server Status =====
 +
 +**Monitoring**: https://hazaq.me/zimbra/2018/02/02/Zimbra-Server-Status.html
  
 Check ''/var/log/zimbra.log'' and ''/var/log/zimbra-stats.log'': Check ''/var/log/zimbra.log'' and ''/var/log/zimbra-stats.log'':
Line 186: Line 190:
  
 ===== Mail Delivered to MTA But Not to Mailbox ===== ===== Mail Delivered to MTA But Not to Mailbox =====
 +
 +<file>
 +tail -30 /opt/zimbra/log/mailbox.log
 +</file>
  
 If your Zimbra server only has a private IP address and is behind a NAT firewall, you may see errors in ''/var/log/maillog'' or ''/var/log.zimbra.log'' like: If your Zimbra server only has a private IP address and is behind a NAT firewall, you may see errors in ''/var/log/maillog'' or ''/var/log.zimbra.log'' like:
Line 243: Line 251:
 service zimbra start service zimbra start
 </file> </file>
 +
 +:!: **Wait** until Zimbra shuts down completely.  Then wait again for it to start up.
  
 The process ID file will be recreated when the MTA starts: The process ID file will be recreated when the MTA starts:
internet/mail/zimbra/zimbra_troubleshoot.1516983767.txt.gz · Last modified: 2018/01/26 09:22 by gcooper