• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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