Best way to edit configuration in ISPConfig without using web interface

Discussion in 'ISPConfig 3 Priority Support' started by SupuS, Oct 15, 2015.

  1. SupuS

    SupuS Member HowtoForge Supporter

    Hi,
    I would like to automate some task and I would like to know how to do it properly without using web interface. Now I need
    1. add new remote user and specify his permissions (for roundcube installation)
    2. set value in ISPConfig => System => Server configuration => E-mail: => DKIM Path (for DKIM installation)
    Is it some safe way to do it with using mysql command? I use multiserver setup.
    Thanks.
     
    Last edited: Oct 15, 2015
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    You can use the remote-api for both jobs.
     
  3. SupuS

    SupuS Member HowtoForge Supporter

    Hi Florian,
    thank you for replay. I searched in remote API example files where should be every remote api function (if informations in readme are corect). There are no functions for remote user or for edit server cofiguration. Could you be more specific please?
     
  4. florian030

    florian030 Well-Known Member HowtoForge Supporter

    I misread your question. There is no need to change the path for the dkim-keys. this is defined once for a mailserver and you should never change this path.
    A remote-user exists on the master and not on the slaves. you can use the interface or add a new record to dbispconfig.remote_user
     

Share This Page