Create email accounts using ssh

/scripts/addpop user_id@yourdomains.com user_password

Do below mentioned steps for configuration of quota for the email account

/home/account_name/etc/yourdomains.com/quota and add a line with
user_id: quota_in_bytes
it takes care of the quota setting.
note: 1K of quota = 1024, 1M = 1024×1024

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

A-Z Index of the Linux BASH command line

An A-Z Index of the Linux BASH command line alias Create an aliasapropos Search Help manual...

Changing The SSH Port

While there are many ways to make sure your server is as secure as possible there are some basic...

Check and open ports in CentOS / Fedora / Redhat

  If you want to open or close a port for a Linux firewall you have to edit the rules in...

Clear Memory Cache on Linux Server

By default the Linux OS has a very efficient memory management process that should be freeing any...

Editing users cronjob through ssh

To List cronjob of a cpanel user through sshcrontab -u username -lUser's cron jobs reside in...