Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
logs [24 May 2025 / 13:14:04] kadeklogs [29 May 2025 / 18:38:15] (current) kadek
Line 1: Line 1:
-===== Logs on Linux =====+===== Linux Logs ===== 
 + 
 +  * View the cause IP address blocked by CSF:
  
-View the cause IP address blocked by CSF: 
   cat /var/log/lfd.log | grep <IP-Address>   cat /var/log/lfd.log | grep <IP-Address>
  
-View the failed IMAP login:+  * View the failed IMAP login: 
   cat /var/log/maillog | grep "<Domain>" | grep "imap" | grep "auth failed"   cat /var/log/maillog | grep "<Domain>" | grep "imap" | grep "auth failed"