Recent content by Modal.Alert

  1. M

    Smartermail Import?

    Ok, just tried it with the admin account. i see the emails added into the db using this query: SELECT CONCAT_WS('@',mail.mail_name,domains.name) FROM domains,mail WHERE domains.name='demo-account.com'; But when i look in the plesk panel nothing shows, do you think maybe its not updating some...
  2. M

    Smartermail Import?

    Maybe this will help, this is what i get back when i run the invoke-webrequest PS > Invoke-WebRequest $ppaURL -Method post -ContentType 'text/xml' -Body $idQueryXML -Headers $ppaHdrs StatusCode : 200 StatusDescription : OK Content : <?xml version="1.0"?> <packet version="1.6.5.0">...
  3. M

    Smartermail Import?

    Because i see the email accounts this is not a problem with smarter mail. Just cant figure out what to tweak in your script to get this thing going correctly.
  4. M

    Smartermail Import?

    Hi Anthony, I tried the new script and still says domain doesn't exist, also when i do a echo $siteid it says 0, i tried by hard coding the $siteid, and it goes though the motions. I can see the email accounts it said its importing but still not showing up in plesk. Have any ideas?
  5. M

    Smartermail Import?

    Hi Anthony, I ran your script, it was unable to get the siteid so i had to hard code it in. Is there something else that has to be done on plesk for it to see the imported email accounts? When I ran it, it said that it imported the email accounts, but when i go to the panel nothing is listed...
Back
Top