New Module Microsoft Exchange Hosted

Discussion in 'Developers' Forum' started by remy74, May 14, 2013.

  1. remy74

    remy74 New Member

    Hi All,

    Is there a class / function or anything else to display a simple window for searching ?
    Let me explain the problem :
    For example, on a Group, you can add some users. But you need to know which user(s) you wan't to add. So if we have a simple windows with a display of a list, we can select each user to add..


    Comments / idea are welcome..

    Thanks.
     
  2. Horfic

    Horfic Member

    something like this is implemented in the website files, when you click on client or server, it gives you a list, its not really a search, but a list for valid input
     
  3. remy74

    remy74 New Member

    Hi All,

    The first version is now available.
    There is a number of limiter operation available :
    • List and manage users (by organization)
      • Create
      • Update
        • basic change Firstname, lastname,company, phone, mobile ..
        • Password change
        • Account status (enable / disable / enable no password expire..)
        • Add / remove mail address
        • Change primary mail address
        • add / remove SendAs permissions
        • Enable / disable Features ( OWA/ ActiveSync / Pop3 / Imap4 /Outlook )
        • Display informations Exchange quota / password last set / bad password date & count / last logon
      • Delete
    • List and manage groups (by organization)
      • Create
      • Update
        • Basic information : name / displayName / description
        • Members : Add / remove
        • Address email : Add / remove
        • Change primary address
        • SendAs : Add / remove sendAs
      • Delete

    Organization can be added / change / remove from this module, but they are not activate on Exchange server (for the moment).
    The module is linked to the mysql DB of ispConfig, and a windows service populate the database. The code for this windows service was written by us from scratch.
    We have fully tested all in a test environment.

    Each Actions are recorded into a separate table, and users can display some information about action.
    The module is in English and translated in French.
    Who want's to check security ?
     
  4. remy74

    remy74 New Member

    hi All,

    We have now updated all the module, with some new functionality , and improvements.
    Noe we can manage contacts, and Full mailbox permissions (not only send As) and there is lot of improvements on the ActiveDirectory sync services.

    We would like to share this code, but we don't know how to do that with the community of ISPConfig.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please contact me by email to dev [at] ispconfig [dot] org.
     
  6. webguyz

    webguyz Active Member HowtoForge Supporter

    This is an old thread. Anyone know if Exchange interface still works? Saw some updates from 3 months ago on Github but most everything was from 2 years ago
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't see a reason why it should not work as the ISPConfig api's are quite stable, never tested it though.
     
  8. webguyz

    webguyz Active Member HowtoForge Supporter

    Think I will wait to see if RemyD updates it for ISPconfig 3.2.0 then give it a go. Thanks
     

Share This Page