Setting user permissions for NoSpamProxy databases
It is common that not only the user who originally performed the installation needs to perform updates, but also other administrator accounts. To do this, it is necessary to set up the appropriate permissions for these additional users. The corresponding steps are described below:
- Notes
-
- All steps apply to all roles of NoSpamProxy; they differ only in the database names.
- Database Intranet Role: NoSpamProxyAddressSynchronization
- Database Gateway Role: NoSpamProxyDB
- Database Web Portal: enQsigPortal
- Users and user groups (local or in the domain) can be registered.
- All steps apply to all roles of NoSpamProxy; they differ only in the database names.
- Log on with the user with which the installation was performed.
-
- Install the SQL Management Studio.
- Open SQL Management Studio and log on to the local instance that contains the NoSpamProxy database(s), using Windows authentication.
- Expand the Security folder and the Logins folder.
- Right-click on the “Logins” folder and select “New Login” from the context menu.
- Under “General”, select the user to be added, but keep the “Windows Authentication” item.
- Under “Server Roles” tick the checkbox for “sysadmin”.
- Under “User Mapping”, check the corresponding database and additionally activate the role “db_owner”.
- All other settings are optional.
- Save the new login and close SQL Management Studio.
To verify access, log on to the system with the added user, open SQL Management Studio, and check whether you can view the database tables. If this works, access is set up.