Can’t connect to TCP port 10024 on ::1 [Cannot assign requested address] Zimbra

How to fix can’t connect to TCP port 10024 on ::1 [Cannot assign requested address] Zimbra – When we monitoring zimbra our client, we found zimbra amavis service has been stopped and we get the following error in the log mailbox.log and the log said like this :

(!)Net::Server: 2019/04/12-16:42:45 Can't connect to TCP port 10024 on ::1 [Cannot assign requested address]\n at line 68 in file /opt/zimbra/common/lib/perl5/Net/Server/Proto/TCP.pm

You can handle it in the following way, we have tried it and until now it is runnning well

  • edit this file /opt/zimbra/conf/amavisd.conf.in
# vim /opt/zimbra/conf/amavisd.conf.in
  • Add following this line between line inet_socket
$inet_socket_bind = '127.0.0.1';
  • Save and restart service amavis zimbra
# su - zimbra
$ zmamavisdctl restart
  • Until now we can’t get error like this, we think the issue has been solved. we hope this guide can help others to fix can’t connect to TCP port 10024 on ::1 [Cannot assign requested address] Zimbra

Refrence | Read this: HTTP ERROR 404 Problem Accessing /public/error.jsp pasca upgrade Zimbra

May be usefull & enjoy, wassalamualaikum

Leave a Comment