Re-install Carbonio...
 
Notifications
Clear all

Re-install Carbonio Zextras 25.6.0

3 Posts
2 Users
0 Reactions
7 Views
(@leonidich)
New Member
Joined: 3 months ago
Posts: 5
Topic starter  

Help, please, a month ago I installed Carbonio Zextras from a script on Ubuntu 24.04 in the Single Server configuration.
Then I migrated mailboxes from Zimbra to Zextrax. Our company uses only MS Outlook and SMTP\IMAP.

Everything works without problems. But recently I looked at the log files and saw that some services do not start and I would like to fix this.

Can I reinstall Carbonio Zextras and save email, accounts and passwords?

 

journalctl -u service-discover -f
Sep 12 16:45:17 mail-server.softech.ru service-discoverd[646685]: Failed to read input file:open /etc/zextras/service-discover/main.json: no such file or directory
Sep 12 16:45:17 mail-server.softech.ru systemd[1]: service-discover.service: Main process exited, code=exited, status=238/STATE_DIRECTORY

 


   
Quote
(@itguy)
Active Member
Joined: 11 years ago
Posts: 44
 

Hi there, looks like your main.json file is missing.

mine has the content of:  permission 100600 ; owner / group service-discover

{
  "acl": {
    "enabled": true,
    "default_policy": "deny",
    "down_policy": "extend-cache",
    "enable_token_persistence": true
  },
  "auto_encrypt": {
    "allow_tls": true
  },
  "ca_file": "/var/lib/service-discover/consul-agent-ca.pem",
  "cert_file": "/var/lib/service-discover/dc1-server-consul-0.pem",
  "data_dir": "/var/lib/service-discover/data",
  "enable_local_script_checks": true,
  "encrypt": "bbNivMuH0jsPlKWlas2rhyxNXG8VAhvflaicDwIMLag=",
  "key_file": "/var/lib/service-discover/dc1-server-consul-0-key.pem",
  "log_level": "INFO",
  "node_name": "server-mail-grid4me-com",
  "server": true,
  "verify_incoming": true,
  "verify_outgoing": true,
  "verify_server_hostname": true,
  "ui_config": {
    "enabled": true
  },
  "ports": {
    "grpc": 8502,
    "grpc_tls": 8503
  },
  "connect": {
    "enabled": true,
    "ca_provider": ""
  }
}

   
ReplyQuote
(@itguy)
Active Member
Joined: 11 years ago
Posts: 44
 

Just realise that the above might be a problem for you.

Line encrypt and node_name are for my server.


   
ReplyQuote