What is a Script?
A script is a list of commands that are executed by a certain program or scripting engine. Scripts can be used to automate processes on a local computer or to generate web pages on the web. It is a series of commands which can be executed without compiled within a file.
What Script is used to add an email account manually from command line?
The script /scripts/addpop is used to add an email account manually.
/scripts/addpop user@domain.com password #quota is the format used to add an email account manually.
For example, the command /scripts/addpop admin@xyz.com 234@45 100
It is used to add an email account admin@xyz.com with the password for the email account being created and #quota with 100Mb.