• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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