How to create/delete e-mail accounts form command line.

Started by kunal.m, June 07, 2016, 03:22:08 PM

Previous topic - Next topic

kunal.m

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...!!! :)