• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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