After upgrading to Carbonio Release 24.7.1, even with a clean installation, I am now encountering the following error when enabling cbpolicyd:
When restarting the services:
Adding subnets from Mynetworks server...done.
failed.
In the cbpolicyd log everything appears ok as shown below: root@mx1:/tmp# cat /opt/zextras/log/cbpolicyd.log [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: Process Backgrounded [2024/07/30-10:33:29 - 46307] [CBPOLICYD] PolicyD NOTICE: v2/Cluebringer - v2.1.x-201205100639 [2024/07/30-10:33:29 - 46307] [CBPOLICYD] NOTICE: Initializing system modules.
[2024/07/30-10:33:29 - 46307] [CBPOLICYD] NOTICE: System modules initialized.
[2024/07/30-10:33:29 - 46307] [CBPOLICYD] NOTICE: Module load started... [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => AccessControl: disabled [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => Accounting: disabled [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => Amavis: disabled [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => CheckHelo: disabled [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => CheckSPF: disabled [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => Greylisting: disabled [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: => Quotas: enabled [2024/07/30-10:33:29 - 463 07] [CORE] NOTICE: => Protocol(Postfix): enabled [2024/07/30-10:33:29 - 46307] [CBPOLICYD] NOTICE: Module load done.
[2024/07/30-10:33:29 - 46307] [CBPOLICYD] NOTICE: Session tracking is ENABLED.
[2024/07/30-10:33:29 - 46307] [CORE] NOTICE: 2024/07/30-10:33:29 cbp (type Net::Server::PreFork) starting! pid(46307) [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: Resolved [localhost]:10031 to [127.0.0.1]:10031, IPv4 [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: Binding to TCP port 100 31 on host 127.0.0.1 with IPv4 [2024/07/30-10:33:29 - 46307] [CORE] NOTICE: Setting gid to "999 999" [2024/07/30-10:33:29 - 46307] [CORE] INFO: Setting up serialization via flock
[2024/07/30-10:33:29 - 46307] [CORE] INFO: Beginning prefork (4 processes)
[2024/07/30-10:33:29 - 46307] [CORE] INFO: Starting "4" children
I'm using Ubuntu 22.4
I ask for help in fixing the problem.