Mailboxes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mailboxes

    Good day!
    Need to create mailboxes via SSH or other program method (PHP and other). Not using any panel.

    #2
    Originally posted by Shifty View Post
    Good day!
    Need to create mailboxes via SSH or other program method (PHP and other). Not using any panel.


    Code:
    /scripts/addpop $emailaddress $password $quota
    Here emailuser is the email username, domain.com is the domain name, password is the email account password, and quota is the size in MB for the email account. You could run a loop through a list of email accounts in a text file to then run the script and have all of these created that way.
    this ssh command will work if you server has cpanel.

    WWW.9XHOST.NET

    Comment


      #3
      https://www.email-lists.org/pipermai...er/001027.html mite help

      See the Dovecot User Databases documentation for information on the different user account management options which Dovecot supports.

      Depending upon which authentication method you select, the creation of user accounts on the system with useradd may be sufficient to create mail system accounts for the users (see my reply to your How to setup SFTP accounts via SSH? for further information on how this may be the best option for your needs).
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment

      Working...
      X