I dont' have this in front of me anymore, and we are not using the Evo plugin anywhere. So best I can suggest is - type "./create-account --help" and check the syntax. My guess is something is not right with yours... for example, the "use_ssl" is probably a 0 or 1, meaning enable or disable. So to use your example, I _think_ it would be closer to:
./create-account Zimbra zimbra.mydomain.com razametal 80 0
I'm putting the "use_ssl" to 0 (zero) b/c you list port 80, which is NOT ssl (443), but if you ARE using ssl, change port to 443 and "use_ssl" flag to 1
But again, check the syntax with ./create-account --help
HTH,
greg |