• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

E-mail creation when a domain is created

F

Filipe Miranda

Guest
Hello again,

I'm just wondering, is it possible to create a rule in the Event Manager that whenever a domain is created, that domain will come with the postmaster and abuse, mail accounts for that domain?

Thank you,

Regards,
Filipe Miranda
 
how about script like this ?
#!/bin/bash
/usr/local/psa/bin/mail --create blablabla@${NEW_DOMAIN_NAME} -passwd defaultpwd
 
Hello,

I'm sure it is possible.
The mailboxes can also be created through command line with /usr/local/psa/bin/mail utility. Also there is a possibility to add Event Handler for the domain creation.
You will need to create a shell script that will create the mailbox and add the Event Handler that will run this script upon the domain creation.
Here's the info about event handlers:
http://download1.swsoft.com/Plesk/Plesk8.2/Doc/plesk-8.2-unix-administrators-guide/22819.htm
 
thanks a lot!! It worked!!

Thanks fo the tip on the Event Handlers!!

Regards,
Filipe Miranda
 
Back
Top