• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Email adress set for UNLIMITED emails, yet is blocked from sending

tkalfaoglu

Silver Pleskian
TITLE:
Email adress set for UNLIMITED emails, yet is blocked from sending
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx, Centos 7
PROBLEM DESCRIPTION:
I got an email from PLESK saying that:

Please be informed,
following customers' domains, mailboxes and subscriptions are reached their limits for outgoing emails for the period:
>From Oct/18/2018 10:37
To Oct/18/2018 11:37

E-posta Adresleri
[email protected], sınır Sınırsız
Oct/18/2018 09:20 ile Oct/18/2018 10:37 arasında sınırları aşmak için 11 deneme

However, both domain1.com, and [email protected] are set to UNLIMITED outgoing emails.​
STEPS TO REPRODUCE:
1. Set a domain to send unlimited emails,
2. Set a user in that domain to send unlimited emails,
3. Set the subscription of that domain to unlimited emails,
4. Try to send lots of emails, try thousand+
5. Stops around 1000.
6. The above email is generated stating that the limit is exceeded,
the email states that the limit was exceeded, although it says "Sınırsız" -- means "Unlimited"​
ACTUAL RESULT:
Plesk blocks emails sent from that user for that hour.​
EXPECTED RESULT:
Plesk should not prevent email delivery from that user.​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
Could you run the following command and show the results:

Code:
sqlite3 /var/lib/plesk/mail/outgoing/data.db "select s.out_limit, d.out_limit, m.out_limit from subscriptions s left join domains d on s.main_domain_id = d.id join mails m on m.domain_id = d.id where d.name = 'example.org' and m.name='username'"

(Replace "example.org" and "username" with corresponding domain name and user name of problematic mailbox.)
Expected output is:

Code:
-1|-1|-1

which means all three outgoing limits (subscription, domain and mailbox) are unlimited.
If some value is positive, then this limit will take an effect.
 
I haven't had the issue repeat after I went and re-did all of their limits. Running the command now, I see -1 | -1 | -1 as output.
I will let you know if it happens again. Many thanks!
 
Back
Top