• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Overuse notification sent to administrator when notifications are disabled

Rene van Lieshout

Basic Pleskian
Hi,

Does anybody else experience this issue: We get daily mails about overuse to our admin mail address, even though we have disabled all overuse mails for administrator?
 

Attachments

  • Schermafbeelding 2020-07-07 om 08.10.06.png
    Schermafbeelding 2020-07-07 om 08.10.06.png
    144.2 KB · Views: 10
Could you provide this informations:

1. Email Title (without your domain info if any)
2. From: Email Address (First Part)
 
We have this problem on some yet-to-be-upgraded-to-obsidian and obsidian-servers

Latest version:

Subject: <...> Notification: Resource usage by subscription has exceeded the allotments
From: =?UTF-8?Q?domain=20-=20LICO=20Innovations?= <[email protected]>
Reply-To: =?UTF-8?Q?domain=20-=20LICO=20Innovations?= <[email protected]>
X-Mailer: =?UTF-8?Q?PHP/7.3.17?=
 
Sorry, Your response is not clear but:

Make sure you've no customer email accounts matches the admin account (Maybe you added a test customer), or your admin email is not added as an alternative address for another account or customer.

Run this command to make sure there is no false positive on that option.:

Bash:
plesk bin notification --update -code domain_limits_exceed -send2admin false
 
Make sure you've no customer email accounts matches the admin account (Maybe you added a test customer), or your admin email is not added as an alternative address for another account or customer.

Confirmed that that mail address is not used somewhere else

Bash:
plesk bin notification --update -code domain_limits_exceed -send2admin false

Executed. Let's see what this does (tomorrow)
 
Didn't help

Also executed

<code>
for id in 3 16 22 26; do plesk bin notification --update -id $id -send2admin false ; plesk bin notification --update -id $id -send2reseller false ; done
</code>

But it just keeps sending those mails
 
Back
Top