Email Creator

Discussion in 'General' started by m u r, Aug 30, 2006.

  1. m u r

    m u r Member

    A friend of mine wrote a script that allows people visiting a website to sign up for an email account on that site's domain. I am wondering if this will conflict with ISPConfig in any way. Do users and email accounts have to be set up through ISPConfig? I've attached the script if that helps.

    Thanks.
     

    Attached Files:

  2. Ben

    Ben Active Member Moderator

    Even if I am not really sure i guess that this will conflict.
    This scripts generates system users for the postboxes, which may conflict with the ones created by ISPConfig, maybe with the uids.
    Next things is you won't have the control about quota etc.

    So I would suggest if you plan sth. like that coding a seperate interface using the SOAP interface provided with ISPConfig.
     
  3. m u r

    m u r Member

    To be honest, I don't know what SOAP is. Can you point me in the right direction? Does anyone know of a way to do this with ISPConfig?

    Thanks.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please have a look at the remoting framework:

    http://www.ispconfig.org/remoting_plugin.htm

    There are also some examples in the php script on how to create email users.
     

Share This Page