Emailaccount automation

Discussion in 'General' started by Newbie_master, Aug 24, 2006.

  1. Newbie_master

    Newbie_master New Member

    Is there a way to control the making of emailaccounts with a php script?

    p.s.: my english is very bad
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What exactly are you trying to do?
    ISPConfig creates the email accounts for you, so normally you don't have to do anything else.
     
  3. Newbie_master

    Newbie_master New Member

    A PHP Script, with which one enters only username and password. The email accounts are then produced automatically.

    I would like to thus know which I do must around email accounts to put on. With Remoteframe I would not like to make it.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The remoting framework is the only way to create email users easily from external scripts.

    If you dont want to use the remoting framework, you must enter the information in the ISPConfig database directly with your script, but dont forget to modify the dependinf isp_nodes and isp_dep tables for each record you create.
     
  5. fobicodam

    fobicodam New Member

    adding the records inside the database will make ispconfig to create the real user alone?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    No, you will have to set the staus to "n" and set the run file too.
     
  7. Newbie_master

    Newbie_master New Member

    What have I edit in the database? Are were any changes I have to make, else?
     

Share This Page