I have only mailcow running on a Google Compute VM with more than sufficient resources and barely any email traffic. I do not see any errors in mailcow logs but I see a whole bunch of these logs repeating in nginx and php with this command:
sudo docker compose logs --tail=400 php-fpm-mailcow nginx-mailcow
I am not able to get to the mailcow UI or even SSH into the VM, the only thing I can do is reset the VM and then everything starts working again. Unsure when it will stop or even when it did stop working and make the whole server unresponsive.
Should I be looking at any other logs to figure out what is going on?
php-fpm-mailcow-1 | 172.22.1.5 - 13/Feb/2024:00:30:01 -0800 "HEAD /settings.php" 304
php-fpm-mailcow-1 | fd4d:6169:6c63:6f77::7 - 13/Feb/2024:00:30:35 -0800 "HEAD /settings.php" 304
php-fpm-mailcow-1 | 172.22.1.5 - 13/Feb/2024:00:30:37 -0800 "HEAD /forwardinghosts.php" 200
php-fpm-mailcow-1 | fd4d:6169:6c63:6f77::7 - 13/Feb/2024:00:30:37 -0800 "GET /forwardinghosts.php" 200
nginx-mailcow-1 | 172.22.1.2 - - [13/Feb/2024:00:11:07 -0800] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5"
nginx-mailcow-1 | 172.22.1.2 - - [13/Feb/2024:00:11:09 -0800] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5"
nginx-mailcow-1 | 172.22.1.2 - - [13/Feb/2024:00:11:09 -0800] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5"
nginx-mailcow-1 | 172.22.1.12 - - [13/Feb/2024:00:11:41 -0800] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)"
nginx-mailcow-1 | 172.22.1.2 - - [13/Feb/2024:00:11:42 -0800] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5"