• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

add email by external PHP script

T

tekkmedia

Guest
hello,

my name is dennis.

i want to give out email adresses with pop3 for my community users.

on my own dedicated server i have plesk 7.5.2 .

how can i do this by an external php script.
i have around 700 users. and for this 700 i won't do this by hand ;)

can someone tell me how i can do this?
what mail server is plesk using and in what mysql-db's i must write some data?

i will be happy to hear from you!

nice greetings from germany,
dennis w.
 
You can use creation utilities or API-RPC. Check the documentation how to use them.
 
hello,

i've wrote a lite create.sh

here the code:
PHP:
/bin/sh
/usr/local/psa/admin/bin/mailmng --add-mailname --domain-name=tekk.tv --mailname=maniachamster --disk-quota=5024
/usr/local/psa/admin/bin/mailmng --add-mailbox --domain-name=tekk.tv --mailname=maniachamster
/usr/local/psa/admin/bin/mailmng --set-password --domain-name=tekk.tv --mailname=maniachamster

But i can't see the Email in the Plesk Adminpabel.

And how can i set the password ?
I can't give a password with

/usr/local/psa/admin/bin/mailmng --set-password --domain-name=tekk.tv --mailname=maniachamster


have a lot of thanks for help!
 
Back
Top