Smtp reject zen.spamhaus.org

There is a problem. The client works with the mail server via SMTP. It tries to send a letter, but it gives an error:

Rejected because 95.xxx.xxx.xxx is in a blacklist at zen.spamhaus.org.

This is very strange. How can I disable the IP address check of the client that sends mail via SMTP but not disable the blacklist check for incoming mail?

Is it possible that this behavior is caused by the fact that the domain name has the Remove spam checkbox checked?

If the client authenticates itself when using smtp to send mails (to be able to authenticate it must use STARTTLS or TLS), it won’t be rejected by any of the DNS block lists.

If the ip doesn’t change, you can add it to whitelist file:

/etc/exim4/white-blocks.conf

I have tried white-blocks.conf but it does not. I removed zen.spamhaus.org from /etc/exim4/dnsbl.conf and I can get emails. How can Δ± do this without remove spam filter? bl.spamcop.net is enogh as only?

/var/log/exim4/rejectlog

2025-04-28 19:37:34 H=mail-oa1-f49.google.com [209.85.160.49] X=TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_128_GCM:128 CV=no SNI=domain.be F=[email protected] rejected RCPT [email protected]: Rejected because 209.85.160.49 is in a black list at zen.spamhaus.org

That is the complete log? Because looks like you are using an open resolver:

Execute this:

curl -sSL https://7j.gg/chksph2 | bash -s --

If the result is bad, check these options to fix it:

I get this output. How can I change DNS resolver? currently I use not recommened method that disable spamhaus. My server run on hetzner cloud.

curl -sSL https://7j.gg/chksph2 | bash -s --
Test 01: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 02: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 03: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 04: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 05: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 06: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 07: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 08: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 09: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/
Test 10: Error: open resolver; https://check.spamhaus.org/returnc/pub/2a01:4f8:0:a0a2::add:2b/

Result is bad, Spamhaus is blocking/ignoring your current DNS Resolver 127.0.0.53
echo -e 'nameserver 76.76.2.0\nnameserver 76.76.10.0' > /etc/resolv.conf.fakruzaruret
ln -srf /etc/resolv.conf.fakruzaruret /etc/resolv.conf

And try again:

curl -sSL https://7j.gg/chksph2 | bash -s --

If the result is good, add again Spamhaus to Exim

Yes, I ged goog result. Thank you but currently Δ± cant access webmail :smiley: :smiley: Now I need to solve it, what Δ± have changed I dont know, after update of server I get this error for webmail. (may be I change some exim4 configs)

output;

curl -sSL https://7j.gg/chksph2 | bash -s --
Test 01: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 02: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 03: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 04: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 05: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 06: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 07: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 08: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 09: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 10: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4

Result is good, Spamhaus works fine with your current DNS Resolver 76.76.2.0

You should check your web server logs to know what’s going on.

I controlled nginx configs;

/var/log/nginx/domains/webmail.domain.be.log

122.XXX.123.XX - - [28/Apr/2025:20:40:14 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:40:21 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:40:21 +0300] "GET /favicon.ico HTTP/2.0" 404 1422 "https://webmail.domain.be/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:11 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:12 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:12 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:12 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:13 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:13 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:13 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:41:32 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:45:00 +0300] "GET / HTTP/2.0" 500 634 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:52:04 +0300] "GET / HTTP/2.0" 200 2413 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:52:05 +0300] "GET / HTTP/2.0" 200 2413 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
122.XXX.123.XX - - [28/Apr/2025:20:52:25 +0300] "POST /?_task=login HTTP/2.0" 500 634 "https://webmail.domain.be/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"

/var/log/nginx/domains/webmail.domain.be.error.log

Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:40:14 [error] 2126125#2126125: *331 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:40:21 [error] 2126125#2126125: *331 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:11 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:12 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:12 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:12 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:13 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:13 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:13 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:41:32 [error] 2126125#2126125: *427 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1212): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail_output_html.php(2295): rcube_utils::idn_to_utf8()
#2 /var/lib/roundcube/program/include/rcmail_output_html.php(1484): rcmail_output_html->current_username()
#3 [internal function]: rcmail_output_html->xml_command()

2025/04/28 20:45:00 [error] 2126125#2126125: *763 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/session.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/session.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/imap.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.ph
2025/04/28 20:52:04 [error] 2126125#2126125: *1403 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 122.XXX.123.XXX, server: webmail.domain.be, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domain.be"
2025/04/28 20:52:05 [error] 2126125#2126125: *1403 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 122.XXX.123.XXX, server: webmail.domain.be, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domain.be"
2025/04/28 20:52:25 [error] 2126125#2126125: *1403 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/session.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1200): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail.php(761): rcube_utils::idn_to_ascii()
#2 /var/lib/roundcube/index.php(119): rcmail->login()
#3 {main}
  thrown in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php on line 1236" while reading response header from upstream, client: 122.XXX.123.XXX, server: webmail.domain.be, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domain.be", referrer: "https://webmail.domain.be/"

new nginx update is applied but Δ± selected to keep my current config version. while apt-upgrade-y

chown -R hestiamail:www-data /var/log/roundcube

I used this but nothing changed. Also I cant run bind9 service

Same error in log?

ls -la /var/log/roundcube/

Check the service status.

Δ± dont get new log after aug 2024 for roundcube.

sudo systemctl status bind9

Γ— named.service - BIND Domain Name Server
     Loaded: loaded (/lib/systemd/system/named.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2025-04-28 23:33:55 +03; 2min 30s ago
       Docs: man:named(8)
    Process: 15925 ExecStart=/usr/sbin/named $OPTIONS (code=exited, status=1/FAILURE)
        CPU: 15ms

Apr 28 23:33:55 serve.domain.club systemd[1]: named.service: Scheduled restart job, restart counter is at 5.
Apr 28 23:33:55 serve.domain.club systemd[1]: Stopped BIND Domain Name Server.
Apr 28 23:33:55 serve.domain.club systemd[1]: named.service: Start request repeated too quickly.
Apr 28 23:33:55 serve.domain.club systemd[1]: named.service: Failed with result 'exit-code'.
Apr 28 23:33:55 serve.domain.club systemd[1]: Failed to start BIND Domain Name Server.

journalctl -xeu named.service

Apr 28 23:40:51 serve.domain.club systemd[1]: Failed to start BIND Domain Name Server.
β–‘β–‘ Subject: A start job for unit named.service has failed
β–‘β–‘ Defined-By: systemd
β–‘β–‘ Support: http://www.ubuntu.com/support
β–‘β–‘
β–‘β–‘ A start job for unit named.service has finished with a failure.
β–‘β–‘
β–‘β–‘ The job identifier is 4349 and the job result is failed.
Apr 28 23:40:51 serve.domain.club systemd[1]: named.service: Scheduled restart job, restart counter is at 5.
β–‘β–‘ Subject: Automatic restarting of a unit has been scheduled
β–‘β–‘ Defined-By: systemd
β–‘β–‘ Support: http://www.ubuntu.com/support
β–‘β–‘
β–‘β–‘ Automatic restarting of the unit named.service has been scheduled, as the result for
β–‘β–‘ the configured Restart= setting for the unit.
Apr 28 23:40:51 serve.domain.club systemd[1]: Stopped BIND Domain Name Server.
β–‘β–‘ Subject: A stop job for unit named.service has finished
β–‘β–‘ Defined-By: systemd
β–‘β–‘ Support: http://www.ubuntu.com/support
β–‘β–‘
β–‘β–‘ A stop job for unit named.service has finished.
β–‘β–‘
β–‘β–‘ The job identifier is 4427 and the job result is done.
Apr 28 23:40:51 serve.domain.club systemd[1]: named.service: Start request repeated too quickly.
Apr 28 23:40:51 serve.domain.club systemd[1]: named.service: Failed with result 'exit-code'.
β–‘β–‘ Subject: Unit failed
β–‘β–‘ Defined-By: systemd
β–‘β–‘ Support: http://www.ubuntu.com/support
β–‘β–‘
β–‘β–‘ The unit named.service has entered the 'failed' state with result 'exit-code'.
Apr 28 23:40:51 serve.domain.club systemd[1]: Failed to start BIND Domain Name Server.
β–‘β–‘ Subject: A start job for unit named.service has failed
β–‘β–‘ Defined-By: systemd
β–‘β–‘ Support: http://www.ubuntu.com/support
β–‘β–‘
β–‘β–‘ A start job for unit named.service has finished with a failure.
β–‘β–‘
β–‘β–‘ The job identifier is 4427 and the job result is failed.

I don’t get the output I asked for :stuck_out_tongue:

Regarding bind9, restart the service and check the log:

systemctl restart bind9
grep -E 'named\s*\[[0-9]' /var/log/syslog | tail -n50

Sorry I could not share logs, Iwass offline for two days.

systemctl restart bind9
Job for named.service failed because the control process exited with error code.
See "systemctl status named.service" and "journalctl -xeu named.service" for details.
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 127.100.IN-ADDR.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 254.169.IN-ADDR.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: D.F.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 8.E.F.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 9.E.F.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: A.E.F.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: B.E.F.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: EMPTY.AS112.ARPA
Oct 10 11:58:20 serve named[187537]: automatic empty zone: HOME.ARPA
Oct 10 11:58:20 serve named[187537]: configuring command channel from '/etc/bind/rndc.key'
Oct 10 11:58:20 serve named[187537]: command channel listening on 127.0.0.1#953
Oct 10 11:58:20 serve named[187537]: configuring command channel from '/etc/bind/rndc.key'
Oct 10 11:58:20 serve named[187537]: command channel listening on ::1#953
Oct 10 11:58:20 serve named[187537]: managed-keys-zone: loaded serial 1152
Oct 10 11:58:20 serve named[187537]: zone 0.in-addr.arpa/IN: loaded serial 1
Oct 10 11:58:20 serve named[187537]: zone 255.in-addr.arpa/IN: loaded serial 1
Oct 10 11:58:20 serve named[187537]: zone domain.club/IN: loaded serial 2022100602
Oct 10 11:58:20 serve named[187537]: zone domain1.be/IN: loaded serial 2022100602
Oct 10 11:58:20 serve named[187537]: zone domain2.com/IN: loaded serial 2022100602
Oct 10 11:58:20 serve named[187537]: zone domain4.club/IN: NS 'ns1.domain4.club' has no address records (A or AAAA)
Oct 10 11:58:20 serve named[187537]: zone domain4.club/IN: NS 'ns2.domain4.club' has no address records (A or AAAA)
Oct 10 11:58:20 serve named[187537]: zone domain4.club/IN: not loaded due to errors.
Oct 10 11:58:20 serve named[187537]: zone domain1.be/IN: sending notifies (serial 2022100602)
Oct 10 11:58:20 serve named[187537]: zone domain3.com/IN: loaded serial 2022100602
Oct 10 11:58:20 serve named[187537]: zone serve.domain4.club/IN: loaded serial 2022083102
Oct 10 11:58:20 serve named[187537]: zone domain.club/IN: sending notifies (serial 2022100602)
Oct 10 11:58:20 serve named[187537]: zone domain2.com/IN: sending notifies (serial 2022100602)
Oct 10 11:58:20 serve named[187537]: zone domain3.com/IN: sending notifies (serial 2022100602)
Oct 10 11:58:20 serve named[187537]: zone domain5.com/IN: loaded serial 2022100602
Oct 10 11:58:20 serve named[187537]: zone domain5.com/IN: sending notifies (serial 2022100602)
Oct 10 11:58:20 serve named[187537]: zone 127.in-addr.arpa/IN: loaded serial 1
Oct 10 11:58:20 serve named[187537]: zone serve.domain4.club/IN: sending notifies (serial 2022083102)
Oct 10 11:58:20 serve named[187537]: zone domain6.be/IN: loaded serial 2022101002
Oct 10 11:58:20 serve named[187537]: zone domain6.be/IN: sending notifies (serial 2022101002)
Oct 10 11:58:20 serve named[187537]: zone domain7.net/IN: loaded serial 2022101013
Oct 10 11:58:20 serve named[187537]: zone domain7.net/IN: sending notifies (serial 2022101013)
Oct 10 11:58:20 serve named[187537]: zone domain8.be/IN: loaded serial 2022100602
Oct 10 11:58:20 serve named[187537]: zone localhost/IN: loaded serial 2
Oct 10 11:58:20 serve named[187537]: managed-keys-zone: Key 20326 for zone . is now trusted (acceptance timer complete)
Oct 10 11:58:20 serve named[187537]: resolver priming query complete: success
Oct 10 11:58:20 serve named[187537]: zone domain8.be/IN: sending notifies (serial 2022100602)
Oct 10 11:58:20 serve named[187537]: all zones loaded
Oct 10 11:58:20 serve named[187537]: running

var log nginx for webmail.domainx.com

Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1200): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail.php(761): rcube_utils::idn_to_ascii()
#2 /var/lib/roundcube/index.php(119): rcmail->login()
#3 {main}
  thrown in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php on line 1236" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"
2025/04/28 22:31:32 [error] 2126125#2126125: *10231 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/28 22:31:35 [error] 2126125#2126125: *10231 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"
2025/04/28 22:55:53 [error] 4105#4105: *988 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/28 22:55:54 [error] 4105#4105: *988 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"
2025/04/28 22:59:35 [error] 4105#4105: *1195 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/28 22:59:36 [error] 4105#4105: *1195 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"
2025/04/28 23:26:48 [error] 992#992: *542 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/28 23:26:49 [error] 992#992: *542 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"
2025/04/28 23:30:20 [error] 992#992: *752 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/28 23:30:21 [error] 992#992: *752 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 1XX.1XX.2XX.XX, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"
2025/04/29 03:29:38 [error] 21111#21111: *30452 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 3.112.246.87, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/29 04:29:40 [error] 21111#21111: *35428 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 198.235.24.236, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/29 04:59:59 [error] 21111#21111: *37850 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 198.44.137.54, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "mail.domainx.club"
2025/04/29 05:00:36 [error] 21111#21111: *37953 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 198.44.137.54, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/29 05:00:44 [error] 21111#21111: *37971 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 198.44.137.54, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/29 08:02:18 [error] 81667#81667: *51392 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 198.44.137.54, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/29 08:02:36 [error] 81667#81667: *51449 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 111.7.96.160, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "http://mail.domainx.club"
2025/04/29 15:37:53 [error] 81670#81670: *82294 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 205.210.31.241, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "mail.domainx.club"
2025/04/30 06:01:04 [error] 286147#286147: *162904 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 149.102.230.133, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/30 06:01:04 [error] 286147#286147: *162904 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 149.102.230.133, server: webmail.domainx.club, request: "GET //xmlrpc.php?rsd HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/30 06:01:04 [error] 286147#286147: *162904 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 149.102.230.133, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/04/30 12:41:35 [error] 286147#286147: *211663 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 143.198.135.127, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "mail.domainx.club"
2025/04/30 19:58:41 [error] 286147#286147: *237348 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 111.7.96.161, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "mail.domainx.club"
2025/04/30 19:58:42 [error] 286147#286147: *237354 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 111.7.96.161, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "mail.domainx.club"
2025/04/30 23:01:13 [error] 286147#286147: *246246 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 45.92.19.139, server: webmail.domainx.club, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/05/02 00:21:42 [error] 472960#472960: *315454 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235" while reading response header from upstream, client: 188.132.248.3, server: webmail.domainx.club, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club"
2025/05/02 00:21:44 [error] 472960#472960: *315454 FastCGI sent in stderr: "PHP message: PHP Deprecated:  Calling get_class() without arguments is deprecated in /var/lib/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php on line 235; PHP message: PHP Warning:  file_put_contents(/var/log/roundcube/session.log): Failed to open stream: Permission denied in /var/lib/roundcube/program/lib/Roundcube/rcube.php on line 1381; PHP message: PHP Fatal error:  Uncaught Error: Undefined constant "INTL_IDNA_VARIANT_UTS46" in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php:1236
Stack trace:
#0 /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php(1200): rcube_utils::idn_convert()
#1 /var/lib/roundcube/program/include/rcmail.php(761): rcube_utils::idn_to_ascii()
#2 /var/lib/roundcube/index.php(119): rcmail->login()
#3 {main}
  thrown in /var/lib/roundcube/program/lib/Roundcube/rcube_utils.php on line 1236" while reading response header from upstream, client: 188.132.248.3, server: webmail.domainx.club, request: "POST /?_task=login HTTP/2.0", upstream: "fastcgi://unix:/run/php/www.sock:", host: "webmail.domainx.club", referrer: "https://webmail.domainx.club/"

Those named logs are from October 10th… Do you have any more recent logs?

Show again the output of this command, now no screenshots and paste all the output:

ls -la /var/log/roundcube/
namei -mo /var/log/roundcube/session.log

Seems your php installation doesn’t have some packages, show the output of these commands:

df -h
find /etc/php/ -name www.conf
v-list-default-php plain
dpkg -l | grep -E 'php|roundcube' | awk '{print $1,$2,$3}' | column -t

ls -la /var/log/roundcube/

total 653468
drwxr-xr-x  2 www-data www-data      4096 Apr 29 00:00 .
drwxr-xr-x 19 root     syslog       12288 May  1 00:00 ..
-rwxr-xr-x  1 www-data www-data         0 Mar 18  2021 errors
-rw-r--r--  1 www-data www-data         0 Apr 29 00:00 errors.log
-rwxr-xr-x  1 www-data www-data      4056 Apr 28 23:30 errors.log.1
-rwxr-xr-x  1 www-data www-data   1182137 Mar 31  2023 errors.log.10
-rwxr-xr-x  1 www-data www-data      1807 Aug 30  2022 errors.log.10.gz
-rwxr-xr-x  1 www-data www-data   1494297 Feb 28  2023 errors.log.11
-rwxr-xr-x  1 www-data www-data       404 Aug 29  2022 errors.log.11.gz
-rwxr-xr-x  1 www-data www-data   1377137 Jan 31  2023 errors.log.12
-rwxr-xr-x  1 www-data www-data       363 Aug 28  2022 errors.log.12.gz
-rwxr-xr-x  1 www-data www-data       217 Aug 27  2022 errors.log.13.gz
-rwxr-xr-x  1 www-data www-data       466 Aug 26  2022 errors.log.14.gz
-rwxr-xr-x  1 www-data www-data    818706 Aug 28  2024 errors.log.2
-rwxr-xr-x  1 www-data www-data      1639 Sep  7  2022 errors.log.2.gz
-rwxr-xr-x  1 www-data www-data     25804 Oct 24  2023 errors.log.3
-rwxr-xr-x  1 www-data www-data      1158 Sep  6  2022 errors.log.3.gz
-rwxr-xr-x  1 www-data www-data     55356 Sep 30  2023 errors.log.4
-rwxr-xr-x  1 www-data www-data      1419 Sep  5  2022 errors.log.4.gz
-rwxr-xr-x  1 www-data www-data     20775 Aug 31  2023 errors.log.5
-rwxr-xr-x  1 www-data www-data      1125 Sep  4  2022 errors.log.5.gz
-rwxr-xr-x  1 www-data www-data     10468 Jul 30  2023 errors.log.6
-rwxr-xr-x  1 www-data www-data       361 Sep  3  2022 errors.log.6.gz
-rwxr-xr-x  1 www-data www-data      5592 Jun 26  2023 errors.log.7
-rwxr-xr-x  1 www-data www-data      1230 Sep  2  2022 errors.log.7.gz
-rwxr-xr-x  1 www-data www-data     26329 May 31  2023 errors.log.8
-rwxr-xr-x  1 www-data www-data      1372 Sep  1  2022 errors.log.8.gz
-rwxr-xr-x  1 www-data www-data     16708 Apr 27  2023 errors.log.9
-rwxr-xr-x  1 www-data www-data      1808 Aug 31  2022 errors.log.9.gz
-rw-r--r--  1 www-data www-data         0 Aug 28  2024 imap.log
-rwxr-xr-x  1 www-data www-data    345280 Aug 27  2024 imap.log.1
-rwxr-xr-x  1 www-data www-data  32029080 Feb 28  2023 imap.log.10
-rwxr-xr-x  1 www-data www-data    181476 Aug 30  2022 imap.log.10.gz
-rwxr-xr-x  1 www-data www-data  44830384 Jan 31  2023 imap.log.11
-rwxr-xr-x  1 www-data www-data     46409 Aug 29  2022 imap.log.11.gz
-rwxr-xr-x  1 www-data www-data 123599871 Dec 31  2022 imap.log.12
-rwxr-xr-x  1 www-data www-data     38207 Aug 28  2022 imap.log.12.gz
-rwxr-xr-x  1 www-data www-data     40318 Aug 27  2022 imap.log.13.gz
-rwxr-xr-x  1 www-data www-data     56727 Aug 26  2022 imap.log.14.gz
-rwxr-xr-x  1 www-data www-data  46263042 Oct 24  2023 imap.log.2
-rwxr-xr-x  1 www-data www-data     88274 Sep  7  2022 imap.log.2.gz
-rwxr-xr-x  1 www-data www-data  91203860 Sep 30  2023 imap.log.3
-rwxr-xr-x  1 www-data www-data   1826486 Sep  6  2022 imap.log.3.gz
-rwxr-xr-x  1 www-data www-data 102599114 Aug 31  2023 imap.log.4
-rwxr-xr-x  1 www-data www-data    129531 Sep  5  2022 imap.log.4.gz
-rwxr-xr-x  1 www-data www-data  24892341 Jul 31  2023 imap.log.5
-rwxr-xr-x  1 www-data www-data     72224 Sep  4  2022 imap.log.5.gz
-rwxr-xr-x  1 www-data www-data  39979185 Jun 30  2023 imap.log.6
-rwxr-xr-x  1 www-data www-data     61933 Sep  3  2022 imap.log.6.gz
-rwxr-xr-x  1 www-data www-data  71951072 May 31  2023 imap.log.7
-rwxr-xr-x  1 www-data www-data     72629 Sep  2  2022 imap.log.7.gz
-rwxr-xr-x  1 www-data www-data  36270476 Apr 30  2023 imap.log.8
-rwxr-xr-x  1 www-data www-data    244169 Sep  1  2022 imap.log.8.gz
-rwxr-xr-x  1 www-data www-data  39489538 Mar 31  2023 imap.log.9
-rwxr-xr-x  1 www-data www-data    141090 Aug 31  2022 imap.log.9.gz
-rw-r--r--  1 www-data www-data         0 Aug  5  2022 sendmail.log
-rwxr-xr-x  1 www-data www-data       228 Aug  4  2022 sendmail.log.1
-rwxr-xr-x  1 www-data www-data       202 Jul 12  2022 sendmail.log.10.gz
-rwxr-xr-x  1 www-data www-data       642 Jul  6  2022 sendmail.log.11.gz
-rwxr-xr-x  1 www-data www-data       323 Jul  5  2022 sendmail.log.12.gz
-rwxr-xr-x  1 www-data www-data       515 Jul  4  2022 sendmail.log.13.gz
-rwxr-xr-x  1 www-data www-data       208 Jul  3  2022 sendmail.log.14.gz
-rwxr-xr-x  1 www-data www-data       199 Aug  2  2022 sendmail.log.2.gz
-rwxr-xr-x  1 www-data www-data       202 Aug  1  2022 sendmail.log.3.gz
-rwxr-xr-x  1 www-data www-data       199 Jul 29  2022 sendmail.log.4.gz
-rwxr-xr-x  1 www-data www-data       255 Jul 25  2022 sendmail.log.5.gz
-rwxr-xr-x  1 www-data www-data       267 Jul 21  2022 sendmail.log.6.gz
-rwxr-xr-x  1 www-data www-data       257 Jul 20  2022 sendmail.log.7.gz
-rwxr-xr-x  1 www-data www-data       202 Jul 19  2022 sendmail.log.8.gz
-rwxr-xr-x  1 www-data www-data       196 Jul 18  2022 sendmail.log.9.gz
-rw-r--r--  1 www-data www-data         0 Apr 29 00:00 session.log
-rwxr-xr-x  1 www-data www-data       850 Apr 28 23:30 session.log.1
-rwxr-xr-x  1 www-data www-data    465589 Mar 31  2023 session.log.10
-rwxr-xr-x  1 www-data www-data      1712 Aug 30  2022 session.log.10.gz
-rwxr-xr-x  1 www-data www-data    374733 Feb 28  2023 session.log.11
-rwxr-xr-x  1 www-data www-data       569 Aug 29  2022 session.log.11.gz
-rwxr-xr-x  1 www-data www-data    458896 Jan 31  2023 session.log.12
-rwxr-xr-x  1 www-data www-data       508 Aug 28  2022 session.log.12.gz
-rwxr-xr-x  1 www-data www-data       368 Aug 27  2022 session.log.13.gz
-rwxr-xr-x  1 www-data www-data       533 Aug 26  2022 session.log.14.gz
-rwxr-xr-x  1 www-data www-data      1277 Aug 27  2024 session.log.2
-rwxr-xr-x  1 www-data www-data      1491 Sep  7  2022 session.log.2.gz
-rwxr-xr-x  1 www-data www-data    431573 Oct 24  2023 session.log.3
-rwxr-xr-x  1 www-data www-data      1438 Sep  6  2022 session.log.3.gz
-rwxr-xr-x  1 www-data www-data    690368 Sep 30  2023 session.log.4
-rwxr-xr-x  1 www-data www-data      1575 Sep  5  2022 session.log.4.gz
-rwxr-xr-x  1 www-data www-data    465369 Aug 31  2023 session.log.5
-rwxr-xr-x  1 www-data www-data       861 Sep  4  2022 session.log.5.gz
-rwxr-xr-x  1 www-data www-data    304148 Jul 31  2023 session.log.6
-rwxr-xr-x  1 www-data www-data       596 Sep  3  2022 session.log.6.gz
-rwxr-xr-x  1 www-data www-data    506206 Jun 30  2023 session.log.7
-rwxr-xr-x  1 www-data www-data      1258 Sep  2  2022 session.log.7.gz
-rwxr-xr-x  1 www-data www-data    434487 May 31  2023 session.log.8
-rwxr-xr-x  1 www-data www-data      1477 Sep  1  2022 session.log.8.gz
-rwxr-xr-x  1 www-data www-data    504508 Apr 30  2023 session.log.9
-rwxr-xr-x  1 www-data www-data      1861 Aug 31  2022 session.log.9.gz
-rw-r--r--  1 www-data www-data         0 Aug 31  2024 smtp.log
-rwxr-xr-x  1 www-data www-data      3444 Aug 30  2024 smtp.log.1
-rwxr-xr-x  1 www-data www-data    153418 Feb 28  2023 smtp.log.10
-rwxr-xr-x  1 www-data www-data      1042 Aug 20  2022 smtp.log.10.gz
-rwxr-xr-x  1 www-data www-data    200122 Jan 31  2023 smtp.log.11
-rwxr-xr-x  1 www-data www-data      1347 Aug 19  2022 smtp.log.11.gz
-rwxr-xr-x  1 www-data www-data     87672 Dec 28  2022 smtp.log.12
-rwxr-xr-x  1 www-data www-data       999 Aug 17  2022 smtp.log.12.gz
-rwxr-xr-x  1 www-data www-data     28081 Aug 14  2022 smtp.log.13.gz
-rwxr-xr-x  1 www-data www-data    200930 Oct 24  2023 smtp.log.2
-rwxr-xr-x  1 www-data www-data       863 Sep  6  2022 smtp.log.2.gz
-rwxr-xr-x  1 www-data www-data    671582 Sep 30  2023 smtp.log.3
-rwxr-xr-x  1 www-data www-data      1124 Sep  5  2022 smtp.log.3.gz
-rwxr-xr-x  1 www-data www-data    183355 Aug 31  2023 smtp.log.4
-rwxr-xr-x  1 www-data www-data      7970 Sep  4  2022 smtp.log.4.gz
-rwxr-xr-x  1 www-data www-data     85045 Jul 29  2023 smtp.log.5
-rwxr-xr-x  1 www-data www-data      1087 Sep  3  2022 smtp.log.5.gz
-rwxr-xr-x  1 www-data www-data     11090 Jun 24  2023 smtp.log.6
-rwxr-xr-x  1 www-data www-data      1790 Sep  1  2022 smtp.log.6.gz
-rwxr-xr-x  1 www-data www-data    186969 May 31  2023 smtp.log.7
-rwxr-xr-x  1 www-data www-data      1031 Aug 30  2022 smtp.log.7.gz
-rwxr-xr-x  1 www-data www-data    185616 Apr 27  2023 smtp.log.8
-rwxr-xr-x  1 www-data www-data      2386 Aug 25  2022 smtp.log.8.gz
-rwxr-xr-x  1 www-data www-data    166092 Mar 31  2023 smtp.log.9
-rwxr-xr-x  1 www-data www-data      5310 Aug 24  2022 smtp.log.9.gz

namei -mo /var/log/roundcube/session.log

f: /var/log/roundcube/session.log
 drwxr-xr-x root     root     /
 drwxr-xr-x root     root     var
 drwxr-xr-x root     syslog   log
 drwxr-xr-x www-data www-data roundcube
 -rw-r--r-- www-data www-data session.log

df -h

Filesystem      Size  Used Avail Use% Mounted on
tmpfs           382M  916K  381M   1% /run
/dev/sda1        75G   57G   16G  79% /
tmpfs           1.9G     0  1.9G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sda15       61M  2.7M   58M   5% /boot/efi
tmpfs           382M     0  382M   0% /run/user/1001
tmpfs           382M     0  382M   0% /run/user/0

find /etc/php/ -name www.conf

/etc/php/8.3/fpm/pool.d/www.conf

v-list-default-php plain

8.3

dpkg -l | grep -E β€˜php|roundcube’ | awk β€˜{print $1,$2,$3}’ | column -t

ii  hestia-php         8.3.17
ii  php-cli            2:8.4+96+ubuntu22.04.1+deb.sury.org+1
ii  php-common         2:96+ubuntu22.04.1+deb.sury.org+1
ii  php-mbstring       2:8.4+96+ubuntu22.04.1+deb.sury.org+1
ii  php-pear           1:1.10.16+submodules+notgz-2+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-bcmath      8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-bz2         8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-cli         8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-common      8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-curl        8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-fpm         8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-gd          8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-imagick     3.8.0-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-imap        8.2.28-1+ubuntu22.04.1+deb.sury.org+1
rc  php8.2-intl        8.2.27-1+ubuntu22.04.1+deb.sury.org+1
rc  php8.2-ldap        8.2.27-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-mbstring    8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-mysql       8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-opcache     8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-pspell      8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-readline    8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-soap        8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-xml         8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.2-zip         8.2.28-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.3-bcmath      8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-bz2         8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-cli         8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-common      8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-curl        8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-fpm         8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-gd          8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-imagick     3.8.0-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.3-imap        8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
rc  php8.3-intl        8.3.19-1+ubuntu22.04.1+deb.sury.org+1
rc  php8.3-ldap        8.3.19-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.3-mbstring    8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-mysql       8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-opcache     8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-pspell      8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-readline    8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-soap        8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-xml         8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.3-zip         8.3.20-4+0~20250414.61+debian11~1.gbp1029c4
ii  php8.4-apcu        5.1.24-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-bcmath      8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-bz2         8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-cli         8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-common      8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-curl        8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-fpm         8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-gd          8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-imagick     3.8.0-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-imap        3:1.0.3-1+ubuntu22.04.1+deb.sury.org+1
rc  php8.4-intl        8.4.5-1+ubuntu22.04.1+deb.sury.org+1
rc  php8.4-ldap        8.4.5-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-mbstring    8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-mysql       8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-opcache     8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-pspell      3:1.0.1-3+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-readline    8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-soap        8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-xml         8.4.6-1+ubuntu22.04.1+deb.sury.org+1
ii  php8.4-zip         8.4.6-1+ubuntu22.04.1+deb.sury.org+1
rc  phpmyadmin         4:5.1.1+dfsg1-5ubuntu1
rc  roundcube-core     1.4.3+dfsg.1-1
rc  roundcube-plugins  1.4.3+dfsg.1-1

You don’t have the right owner for /var/log/roundcube/ and their files but the other day they were the right ones… Also, I see manually unistalled roundcube packages, I suppose you tried to install roundcube manually, did you do that? Because roundcube must be installed using the Hestia way.

Show the output of this command:

ls -la /usr/share/roundcube /etc/roundcube /var/lib/roundcube

Also, you have removed phpX.Y-intl packages… why?

Anyway. Install the intl packages and modify the owner:group:

apt install php8.2-intl php8.3-intl php8.4-intl
chown -R hestiamail:www-data /var/log/roundcube/

Regarding roundcube, I need to know what you did.

apt install php8.2-intl php8.3-intl php8.4-intl

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 php8.3-intl : Depends: libicu67 (>= 67.1-1~) but it is not installable
E: Unable to correct problems, you have held broken packages.

ls -la /usr/share/roundcube /etc/roundcube /var/lib/roundcube

ls: cannot access '/usr/share/roundcube': No such file or directory
/etc/roundcube:
total 92
drwxr-x--x   3 hestiamail hestiamail  4096 Feb 28 05:22 .
drwxr-xr-x 116 root       root       12288 May  2 00:25 ..
-rw-r-----   1 hestiamail hestiamail  3774 Sep  9  2022 config.inc.php
-rw-r-----   1 hestiamail hestiamail 65000 Feb  8 11:47 defaults.inc.php
-rw-r-----   1 hestiamail hestiamail  2812 Sep  9  2022 mimetypes.php
drwxr-x--x   5 hestiamail hestiamail  4096 Aug  9  2022 plugins

/var/lib/roundcube:
total 488
drwxr-xr-x 11 hestiamail www-data   4096 Feb 28 05:22 .
drwxr-xr-x 47 root       root       4096 Feb  6 01:14 ..
drwxr-xr-x  2 hestiamail www-data   4096 Feb  8 11:47 bin
-rw-r--r--  1 hestiamail www-data 216244 Feb  8 11:47 CHANGELOG.md
-rw-r--r--  1 hestiamail www-data   1101 Feb 28 05:22 composer.json
-rw-r--r--  1 hestiamail www-data   1086 Feb  8 11:47 composer.json-dist
-rw-r--r--  1 hestiamail www-data 128606 Aug  9  2022 composer.lock
lrwxrwxrwx  1 hestiamail www-data     15 Aug  9  2022 config -> /etc/roundcube/
-rw-r--r--  1 hestiamail www-data   2551 Aug  9  2022 .htaccess
-rw-r--r--  1 hestiamail www-data   2553 Feb 28 05:22 .htaccess.new
-rw-r--r--  1 hestiamail www-data  11200 Feb  8 11:47 index.php
-rw-r--r--  1 hestiamail www-data  12714 Feb  8 11:47 INSTALL
-rw-r--r--  1 hestiamail www-data  35147 Feb  8 11:47 LICENSE
drwxr-xr-x  2 hestiamail www-data   4096 Aug  9  2022 logs
drwxr-xr-x 37 hestiamail www-data   4096 Feb  8 11:47 plugins
drwxr-xr-x  8 hestiamail www-data   4096 Feb  8 11:47 program
drwxr-xr-x  3 hestiamail www-data   4096 Aug  9  2022 public_html
-rw-r--r--  1 hestiamail www-data   3853 Feb  8 11:47 README.md
-rw-r--r--  1 hestiamail www-data     26 Aug  9  2022 robots.txt
-rw-r--r--  1 hestiamail www-data    967 Aug  9  2022 SECURITY.md
drwxr-xr-x  3 hestiamail www-data   4096 Feb  8 11:47 skins
drwxr-xr-x  7 hestiamail www-data   4096 Feb  8 11:47 SQL
drwxr-xr-x  2 hestiamail www-data   4096 Feb 28 09:04 temp
-rw-r--r--  1 hestiamail www-data   4657 Feb  8 11:47 UPGRADING
drwxr-xr-x 14 hestiamail www-data   4096 Aug  9  2022 vendor