Hi All,
There is a simple way to create e-mails accounts through the command line, without using the cPanel.
Login into your server via SSH using root user and run below command.
Quote
/scripts/addpop --email=user@domain.com --password=yourpassword --quota=1024
To delete email account use below command
Quote
/scripts/delpop user@domain.com
That's all...!!! :)