Zmbkpose icon indicating copy to clipboard operation
Zmbkpose copied to clipboard

curl couldn't resolve host

Open mateusguilhermedasilva opened this issue 10 years ago • 4 comments

run command ./zmbkpose -f

.. .. .. .. curl (6) couldn't resolve host

What is the solution ?

mateusguilhermedasilva avatar Nov 24 '14 16:11 mateusguilhermedasilva

My zmbkpose is quite old and is also showing this error, I'll be updating it soon and check if It is solved.

ancientz avatar Nov 24 '14 16:11 ancientz

I am getting this error as well. Not sure if its just cosmetic as of yet, backups complete and I can restore from a user backup so all appears well...

scristopher avatar Mar 26 '15 14:03 scristopher

I have the same issue, the problem is that ldapsearch doesn't sort in the results it gets, so for some results you have

dn: uid=user.1,ou=people,dc=example,dc=org zimbraMailHost: mail.example.com zimbraMailDeliveryAddress: [email protected]

and for others dn: uid=user.2,ou=people,dc=example,dc=org zimbraMailDeliveryAddress: [email protected] zimbraMailHost: mail.example.com

This confuses the script and it can't find the proper mail host.

I've done a very quick hack, I added the MAILHOST variable to the config and removed its calculation (for me, it was on lines 191 and 208, for the full backup), which seems to solve the issue.

krokodilerian avatar Jul 20 '15 14:07 krokodilerian

If you have multiple domains how to mention it? And I am also getting below error.

curl: (6) Couldn't resolve host '' curl: (6) Couldn't resolve host '' curl: (6) Couldn't resolve host ''

mrdsh avatar Jun 01 '19 09:06 mrdsh