1
Authorization
Problem reported by Bilal SOYALP - 1/17/2023 at 7:38 AM
Resolved
Hi,
I do not want the domain admin to access the domain I marked in red in the picture below.

When you remove the "<!-- Throttling -->" field in the file "C:\Program Files (x86)\SmarterTools\SmarterMail\MRS\Interface\app\settings\domain-settings\users >user.html" it is deleted. But I want the admin to see it. So how can I set the "Throttling" setting to see the admin.


6 Replies

Reply to Thread
1
JerseyConnect Team Replied
Marked As Resolution
Add
ng-if="pageCtrl.isSysAdmin"
to the md-card tag, like so:
<md-card class="settings" ng-if="pageCtrl.isSysAdmin">
2
Andrea Free Replied
Employee Post
Hi Bilal, 

I unfortunately don't know much about how to modify those pages, as this modification isn't directly supported. However, I wanted to add some clarification regarding the throttling settings available for System and Domain Admins. Please note that the domain's throttle limit takes precedent over the user's limit. 

Let's say you set the domain throttle limit to 1000 messages per hours, and set each user to 500... Even if the Domain Admin changes the users limit to 2000, the domain limit of 1000 will still be enforced. As soon as 1000 messages per hour have been sent from the domain, it will be throttled. 
Andrea Free SmarterTools Inc. 877-357-6278 www.smartertools.com
1
Bilal SOYALP Replied
@JerseyConnect Team
@Andrea Free

thank you so much

1
JerseyConnect Team Replied
You're welcome. Also forgot to mention that you will need to reapply this after each update.
0
Bilal SOYALP Replied
Hi JerseyConnect Team,

I had the opportunity to add the code you wrote today. The menu is barely visible.

Is there a place where I made a mistake?
0
JerseyConnect Team Replied
That looks right to me. We use it to hide the auto-clean settings, which is in a different file so maybe that's why it doesn't work for your purposes.

Reply to Thread