• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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