Cloud House Technologies Logo
CloudHouse Technologies
HomeServicesProjectsBlogAbout UsCareersContact UsLogin
    Cloud House Technologies Logo
    CloudHouse Technologies
    HomeServicesProjectsBlogAbout UsCareersContact UsLogin

    How to Set Up Email Rate Limiting in Plesk to Prevent Outbound Spam

    Priya

    Content Writer & Researcher

    Last Updated: 1 July 2026
    How to Set Up Email Rate Limiting in Plesk to Prevent Outbound Spam
    🖥️

    Protect Your Plesk Server's Email Reputation Before One Compromised Account Ruins It

    A single spam incident can blacklist your server IP for weeks. CloudHouse Technologies configures Plesk email rate limiting, DKIM/SPF/DMARC, and abuse monitoring so your server's reputation stays clean and your clients' email always delivers. Get your email setup audited today.

    🔧 Book Free DiagnosisCall NowWhatsApp
    🖥️12,400+PCs Fixed
    ⭐4.9★Google Rating
    ⚡<15 minAvg. Response
    🛡️ISO 27001Certified

    A single compromised mailbox on your Plesk server can blast thousands of spam emails in minutes — putting your IP address on blacklists, triggering hosting provider abuse reports, and disrupting email delivery for every other client on the same server. Plesk's email rate limiting feature lets you cap outbound email volume at the server, domain, and mailbox level, stopping spam campaigns before they destroy your server's reputation.

    This guide explains how outbound spam gets through in the first place, where to configure rate limiting in Plesk, and how to tune the thresholds to protect your server without blocking legitimate high-volume senders.

    How Compromised Accounts Trigger Outbound Spam Problems

    Attackers don't need server access to abuse your mail infrastructure. They need only one thing: valid email credentials. Once they have them (via phishing, credential stuffing, or brute force), they use automated tools to send bulk spam directly through your mail server using authenticated SMTP — which bypasses most spam filters because the traffic is authenticated.

    The cascade of consequences happens fast:

    • Spamhaus and other real-time blacklists (RBLs) detect the outbound spam volume and list your server IP
    • Major email providers (Gmail, Outlook) start deferring or rejecting all mail from your IP
    • Your hosting provider's abuse team receives complaints and may suspend your account
    • Legitimate email from all domains on the server is affected — not just the compromised account

    Rate limiting does not prevent account compromise — but it limits the blast radius to a few hundred emails before the threshold trips, rather than hundreds of thousands.

    For a comprehensive email deliverability setup that includes SPF, DKIM, DMARC, rDNS, and rate limiting, managed server support handles the full configuration.

    Understanding Plesk Email Rate Limiting Options

    Plesk offers rate limiting at three levels, each serving a different protection purpose:

    • Server-level limits: Apply to all outbound mail from the entire server — a hard ceiling on total outbound volume
    • Domain-level limits: Per-domain caps applied to all mailboxes under that domain — useful for isolating high-volume or compromised domains
    • Mailbox-level limits: Per-email-address caps — the most targeted protection, catches individual compromised accounts without affecting other mailboxes

    Rate limits in Plesk are defined as a number of messages per time interval (hour or day). When a mailbox or domain hits its limit, Postfix (Plesk's default MTA) returns a 450 temporary failure to the sending application and queues no additional messages from that sender until the window resets.

    Step 1: Enable Outbound Mail Limits in Plesk (Server Level)

    Log in to Plesk as administrator and navigate to:

    Tools & Settings > Mail Server Settings > Outgoing Mail

    Under Limits for outgoing messages, configure:

    • Maximum number of messages per hour: Set a server-wide hourly limit. For a typical shared hosting server, 10,000-20,000 messages/hour is a reasonable ceiling. Adjust based on your legitimate volume.
    • Maximum number of messages per day: Set a daily ceiling. A commonly used value is 5x the hourly limit.
    • Action when limit is reached: Choose "Reject" (returns 550 permanent error) or "Defer" (returns 450 temporary error, queues for retry). "Defer" is safer for preventing false positives — messages will eventually send once the window resets.

    Click OK to save. Changes take effect immediately via Postfix policy daemon.

    Step 2: Set Domain-Level Email Rate Limits

    Navigate to a specific domain in Plesk:

    Domains > [Domain Name] > Mail Settings

    Under Outgoing messages limits:

    • Enable domain-level limits (these override server defaults for this domain)
    • Set Maximum messages per hour per domain — a typical shared hosting domain might send 100-500 legitimate emails per hour. Set the limit to 2-3x your observed peak volume.
    • Set Maximum messages per hour per mailbox — this is the per-address limit within this domain. A limit of 50-200 messages/hour per mailbox is typical for non-newsletter senders.

    For domains that legitimately send newsletters or transactional email at high volumes, exclude them from strict limits or use a dedicated IP and relay service.

    Step 3: Configure Per-Mailbox Rate Limits

    For granular control over individual mailboxes:

    Domains > [Domain Name] > Mail > [Email Address] > Mail Account Settings

    Under Outgoing messages limits:

    • Enable per-mailbox limits
    • Set the hourly limit based on that mailbox's role: a contact form mailbox might need 10-20/hour, while a billing notification mailbox might need 500/hour

    You can also manage per-mailbox limits via Plesk CLI for bulk configuration:

    # Set outgoing limit for all mailboxes in a domain
    plesk bin mailmng --set-outgoing-messages-limits     --domain example.com     --outgoing-messages-per-hour 100     --outgoing-messages-per-day 1000

    Step 4: Configure Rate Limiting via Postfix Directly (Advanced)

    Plesk manages Postfix configuration — but for advanced per-sender limits not exposed in the GUI, you can extend Postfix's policyd-weight or use postfix-policyd-spf. A simpler approach for Plesk servers is editing the Postfix policy service configuration:

    # Check Plesk's Postfix main.cf for rate limiting directives
    grep -i "rate\|limit\|police" /etc/postfix/main.cf
    
    # View current outgoing message rate limits applied by Plesk
    cat /etc/postfix/psa-policyd.cf 2>/dev/null || cat /etc/postfix/reject_non_fqdn.cf 2>/dev/null

    For servers with serious abuse problems, consider deploying Postfix-Policyd (Cluebringer) or PolicyD-v2 for quota-based rate limiting with persistent counters that survive Postfix restarts.

    Step 5: Monitor Outbound Email Volume

    Rate limits only help if you catch violations and act on them. Set up monitoring to alert on suspicious outbound volume:

    Via Plesk logs:

    # Real-time Postfix mail log monitoring
    tail -f /var/log/maillog | grep "status=sent\|status=deferred\|rate limit"
    
    # Count outbound messages per sender in the last hour
    grep "$(date '+%b %e %H')" /var/log/maillog | grep "status=sent" |     grep -oP 'from=<[^>]+>' | sort | uniq -c | sort -rn | head -20

    Via Plesk GUI:

    Navigate to Tools & Settings > Mail > Mail Queue to see deferred messages. A large queue from a single sender is a strong indicator of a compromised account or application issue.

    Step 6: Set Up Alerts When Rate Limits Are Triggered

    Plesk can send admin notifications when rate limits trip. Configure these under:

    Tools & Settings > Notifications > Mail

    Enable notifications for:

    • Outgoing message limit reached (domain level)
    • Outgoing message limit reached (mailbox level)

    These email alerts arrive at the admin address when a rate limit is hit — allowing you to investigate the affected account before the spam run completes.

    Supplement Plesk's built-in alerts with a simple log monitoring script:

    #!/bin/bash
    # Alert when any sender exceeds 100 emails in the last 10 minutes
    THRESHOLD=100
    LOG="/var/log/maillog"
    
    # Extract senders from the last 10 minutes
    RECENT=$(awk -v d="$(date -d '10 minutes ago' '+%b %e %H:%M')" '$0 >= d' "$LOG")
    echo "$RECENT" | grep "status=sent" | grep -oP 'from=<[^>]+>' | sort | uniq -c |     awk -v t="$THRESHOLD" '$1 > t {print "HIGH VOLUME SENDER: "$2" ("$1" emails in 10 min)"}' |     mail -s "Postfix High-Volume Alert on $(hostname)" admin@yourdomain.com

    Schedule this as a cron job running every 10 minutes for near-real-time detection.

    Recommended Rate Limit Settings by Server Type

    Shared hosting server (50-200 domains):

    • Server level: 15,000 messages/hour, 100,000/day
    • Per domain: 500 messages/hour, 3,000/day
    • Per mailbox: 100 messages/hour, 500/day

    VPS with 5-20 client domains:

    • Server level: 5,000 messages/hour, 30,000/day
    • Per domain: 1,000 messages/hour, 5,000/day
    • Per mailbox: 200 messages/hour, 1,000/day

    Dedicated transactional email server:

    • Implement at the application level with per-campaign limits rather than Postfix rate limiting
    • Use a dedicated sending IP with separate reputation monitoring

    What to Do When a Rate Limit is Triggered

    When Plesk blocks a mailbox for exceeding its rate limit:

    1. Check the mail log for the sender: grep "from=<user@domain.com>" /var/log/maillog | tail -50
    2. Determine if the send pattern looks automated (uniform intervals, identical subjects) or legitimate (varied recipients, human-written subjects)
    3. If compromised: immediately change the mailbox password, check the account's sent folder, scan for malware on web applications using that mailbox, and review mail headers on a sample of outgoing messages
    4. If legitimate high-volume: increase the mailbox or domain limit, or move that domain to a dedicated IP

    Conclusion

    Plesk's email rate limiting is one of the most effective tools for keeping your server's IP reputation intact. Even a single compromised mailbox can cause significant harm without it. Configure server, domain, and per-mailbox limits appropriate to your hosting environment, set up monitoring alerts so you catch violations immediately, and review triggered limits weekly. The small performance overhead of the policy daemon is negligible compared to the cost of IP blacklisting and customer churn from broken email delivery.

    Get the Free Linux Server Admin Cheatsheet (PDF)

    Essential commands for server management, networking, and troubleshooting — all on one printable page.

    Running Linux servers? Let us manage them for you.

    Our Managed Linux Server plans cover updates, security hardening, monitoring, and 24/7 incident response — so your servers stay up and your team stays focused.

    • Proactive OS patching and security updates
    • 24×7 monitoring with instant alerting
    • Backup configuration and disaster recovery
    • Dedicated Linux engineers on call
    See Pricing Plans →

    What our customers say

    “Our production server went down at 2 AM. CloudHouse had it back online in under 20 minutes. Incredible response time.”

    Arun S.

    CTO, SaaS Startup

    “They migrated our entire infrastructure from Ubuntu 18 to 22 with zero downtime. Couldn't have asked for better.”

    Deepak N.

    DevOps Lead

    Frequently Asked Questions

    Plesk email rate limiting caps the number of outbound messages a domain or mailbox can send within a defined time window (per hour or per day). You need it to protect your server's IP reputation: if a mailbox is compromised and used for spam, rate limiting restricts the damage to a few hundred emails before Postfix blocks further sends, preventing IP blacklisting that would affect all clients on your server.

    Book your free 15-minute diagnosis

    A certified technician will call you back within 15 minutes during business hours.

    Share this article

    Leave a Comment

    Comments (0)

    Loading comments...

    Worried About Outbound Spam on Your Plesk Server?

    One compromised email account can get your entire server blacklisted in minutes. CloudHouse Technologies sets up Plesk rate limiting, abuse monitoring, and IP reputation tools to stop spam before it damages your hosting business. Talk to our team today.

    Call Now — FreeWhatsApp Us

    Why CloudHouse?

    • ISO 27001:2022 certified
    • 12,400+ devices supported
    • 4.9★ on Google
    • Sub-15-minute response

    CloudHouse Technologies

    Innovative cloud solutions for modern businesses. We deliver cutting-edge technology with exceptional service.

    Contact Us

    CloudHouse Technologies Pvt.Ltd
    Special Economic Zone(SEZ),
    Infopark Thirissur,4B-15,
    Indeevaram,Nalukettu Road,
    Koratty, Kerala, India-680308
    0480-27327360
    info@cloudhousetechnologies.com

    Quick Links

    • Our Services
    • Gold Loan Software
    • About Us
    • Contact
    • Terms and Conditions
    • Privacy Policy
    ISO27001:2022
    Certified

    © 2026 CloudHouse Technologies Pvt.Ltd. All rights reserved.

    Back to top