KItinerary binary adapter issue

issue maill warning in logs

[/details]

Nextcloud version (eg, 19.0.2):
Operating system and version (eg,centos 08):
Apache or nginx version (eg, Apache 2.4.37):
PHP version (eg, 7.1):

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): Y

The output of your Nextcloud log in Admin > Logging:
Warning mail KItinerary binary adapter is not available, can’t extract information

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
login as: root
root@10.254.253.130’s password:
Activate the web console with: systemctl enable --now cockpit.socket

Last login: Mon Oct 5 11:39:22 2020 from 10.254.253.132
[root@localhost ~]# httpd v
Usage: httpd [-D name] [-d directory] [-f file]
[-C “directive”] [-c “directive”]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
Options:
-D name : define a name for use in directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C “directive” : process directive before reading config files
-c “directive” : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed vhost settings
-t -D DUMP_RUN_CFG : show parsed run settings
-S : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t -D DUMP_INCLUDES: show all included configuration files
-t : run syntax check for config files
-T : start without DocumentRoot(s) check
-X : debug mode (only one worker, do not detach)
[root@localhost ~]# httpd v
Usage: httpd [-D name] [-d directory] [-f file]
[-C “directive”] [-c “directive”]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
Options:
-D name : define a name for use in directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C “directive” : process directive before reading config files
-c “directive” : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed vhost settings
-t -D DUMP_RUN_CFG : show parsed run settings
-S : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t -D DUMP_INCLUDES: show all included configuration files
-t : run syntax check for config files
-T : start without DocumentRoot(s) check
-X : debug mode (only one worker, do not detach)
[root@localhost ~]# httpd -v
Server version: Apache/2.4.37 (centos)
Server built: Sep 15 2020 15:41:16
[root@localhost ~]# cd /var/www/html/nextcloud/
[root@localhost nextcloud]# cd config/
[root@localhost config]# vim config.php
[root@localhost config]# cp config.php config.copy.php
[root@localhost config]# vim config.copy.php
[root@localhost config]#
[root@localhost config]# cat config.copy.php

<?php $CONFIG = array ( 'instanceid' => 'ocxvxu4331lk', 'passwordsalt' => 'CfvDNPFmpakvllv2SaFeqTn418OpAA', 'secret' => 'uabWVNy6+2d3xogXY/GlXL2HaLCt87yCbzCRRr44VK7SYGxV', 'trusted_domains' => array ( 0 => '10.254.253.130', ), 'datadirectory' => '/var/www/html/nextcloud/data', 'dbtype' => 'mysql', 'version' => '19.0.2.2', 'overwrite.cli.url' => 'http://10.254.253.130', 'dbname' => 'nchdb', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'kuser', 'dbpassword' => 'nchdb@125', 'installed' => true, 'mail_from_address' => 'neeraj', 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', 'mail_domain' => 'kappa.in', 'mail_smtpauth' => 1, 'mail_smtphost' => 'mail.domain', 'mail_smtpport' => '25', 'mail_smtpname' => 'xyz@domain.com', 'mail_smtppassword' => 'kat123', 'allow_local_remote_servers' => true, 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => 'localhost', 'port' => 6379, ), 'maintenance' => false, # 'activity_expire_days' => 1, ); [root@localhost config]# kindly help in this

I am seeing the same on my instance too

Warning mail KItinerary binary adapter is not available, can't extract information

Any ideas why ?

Another threat in german without any answer ?

I also see that “Warning” in my Instance:

Native installation with nginx, redis & varnish
Nextcloud Version: 22.2.3
Mail Version: 1.11.5

I can reveive and send mails, But the mail application is very slow compared to other Nextcloud-apps.

Best