First, thank you Ron again for providing such useful scripts.
I am trying to test the script and, like derek, I am having some trouble getting pass the authentication and connecting to the server.
i have moved all the files (zimbraAdmin.php, zimbraAdmin.config, xmlparse.php, get_mail.php, get_account.php) into the root folder of my webserver.
I tried to run get_email.php for testing purpose. It waits for a response and after a min or so it comes back with:
#!/usr/bin/php Could not authenticate to the Zimbra server
In my .config file, I have:
$zimbraserver = "host.mydomain.com";
$zimbraadminemail = "admin@mydomain.com";
$zimbraadminpassword = "pwd";
------------------------------------------------------------
I am able to access my admin at
https://host.mydomain.com:7071/ through my browser.
I have checked that my Zimbra server has Curl enabled:
curl
CURL support => enabled
CURL Information => libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Iptables are all disabled so there should be no firewall issue.
Can someone shed some light on how to get the connection going? Could it be issue with my webserver side? I am using a shared hosting account for web right now.