Tool for editing domain databases

Recently I checked the database entries for my MTAs, Internet Agents and POAs, because i saw a path in a log, which does not exist since years.

In this case it was the UNC-path (attribute-ID 59003), which is totally wrong for this agent, because it points to a server, which was removed several years ago. I know, that one could set this attribute via C1 as long as the groupwise system was integrated into eDir, but now, I don't see any tool to change this value. Although that value seems to be not used any more I see this value still popuated in a newly installed internet agent, but it does not show an UNC-path - it simply shows the linux filesystem-path to the internet agent.

How can I get rid of those irritating entries, because if someone has to take over the administration of this system, this will at least lead to unneccessary thoughts. And I hate carrying along wrong entries - even, if they do not harm and apparently are not used.

Parents
  • 0  

    Hmm,

    59003 should be this value (domain, general)

    Nevertheless you can clear it with ReST API I think ...


    Use "Verified Answers" if your problem/issue has been solved!

  • 0   in reply to   

    Well, does it cause any problems for starting up the agent or whatever else or is it more or less a cosmetics?

    If you check gwadmin-service: https://<domain-dns>:9710/gwadmin-service/domains/<domainName>/mta

    You will see all MTA fields for that domain, i.e. also logging part, for example:

    <logFilePath>/gwsystem/dom1/logs</logFilePath>
    <logLevel>VERBOSE</logLevel>
    Then use restAPI to modify those fields if needed.
Reply
  • 0   in reply to   

    Well, does it cause any problems for starting up the agent or whatever else or is it more or less a cosmetics?

    If you check gwadmin-service: https://<domain-dns>:9710/gwadmin-service/domains/<domainName>/mta

    You will see all MTA fields for that domain, i.e. also logging part, for example:

    <logFilePath>/gwsystem/dom1/logs</logFilePath>
    <logLevel>VERBOSE</logLevel>
    Then use restAPI to modify those fields if needed.
Children
No Data