Multi-Server Setup - Email Accounts

klpowell

New member
Joined
Nov 24, 2015
Messages
4
I have searched the help documents and Google and have not found any reference to this. In the Multi-Server setup one of the options that can be ticked is "Email Accounts." What does this do? Does it setup a secondary email server on the remote system or does it just copy email accounts over?

Regards,
Kris
 
Its possible through directadmin API.

You can use da custom script https://help.directadmin.com/index.php?topic=22
Create user in server A then => custom script to create user in server B.

create, modify, delete user
create, modify, delete email account
etc..

then use rsync to sync /home from server A to server B.
 
Back
Top