• 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.

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