• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

rpc add email account

VagaStorm

Basic Pleskian
I writing some functions that allows me to manage some aspects of our plesk server from our main admin tool.

But I cant seem to figure out how to create an email account on a domain. What should the xml scema for that look like?

I would really apreshiate it if someone could point me in the right direction her :D
 
Look for the tool called 'mail.sh' on my FreeBSD servers it's in /usr/local/psa/bin.

Just run it with the --help option to see the switches.
 
Yes, I looked into that, but the problem is that I have several plesk servers that I want to connect to. None of which is located at the same server as our admin tool... I could set up an ssh connection to the linux servers, but I'm not sure how or if that would work with the windows servers. I also had a look at Expand, but unfortunately it dos not work with mysql 4.1. The RPC api is a web based system where I log in remotely and pass an xml document with the commands I want to run. We were considering expand to, but it's not working very well with mysql 4.1... Besides it is more pleasent to be able to do most of the work from where we do everything else :D
 
Back
Top