How to export static domain trust settings

To extract the static entries from the trust positions, proceed as follows:

  1. Open SQL Management Studio (Express) to manage your NoSpamProxy database.
  2. Connect to the database server on which the NoSpamProxyGatewayRole database is located.
  3. Click Neue Abfrage / New query to create a new SQL query for the NoSpamProxyGatewayRole.
  4. Add this query to the query editor:
    USE NoSpamProxyGatewayRole; SELECT Domain, Gravity, LevelOfTrust FROM DomainTrustEntry WHERE (Gravity = 0);
  5. Perform the query by clicking on the red exclamation mark.

This query lists all static entries in the domain trust. If you need a application to import into version 7.6, or if you have problems executing these commands, please contact our support team. With this query you can bypass the use of our Mail Gateway API sample for reading the domain trusts.

NOTE: In a new installation, the static domain trust settings for known email providers are automatically entered during setup.