Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Emails are not forwarded to the mailbox in Plesk: Permission denied postdrop

 
clidomainsgointerfacelinux

Symptoms

  • The mailbox [email protected] is set as a mail forwarder for [email protected] in Domains > example.com > Mail > Mail Accounts.

  • Emails are not being forwarded to the target mailbox, while an error that is similar to the following can be seen in /var/log/maillog:

    maildrop/39916.2634847: Permission denied postdrop: warning: mail_queue_enter: create file maildrop/40265.2634847

  • The plesk repair fs -n -v command returns results that are similar to the following:

    # plesk repair fs -n -v
    Checking Linux system files
    There are incorrect permissions on some items:
    /usr/lib64/plesk-9.0/sendmail/postdrop ............................ [ERROR]
    - Incorrect permissions on
    /usr/lib64/plesk-9.0/sendmail/postdrop. Expected: one of 02755.
    Actual: 0755.

Cause

Incorrect permissions are set for some Postfix files.

Resolution

The incorrect permissions must be corrected by following the steps in either of the following sections:

Solution via Plesk GUI
Solution via the CLI (command line interface)
  1. Log into Plesk
  2. Go to Tools & Settings > Diagnose & Repair.
  3. Press Change next to the File System field and set the option to Only the System Files
  4. Press the Check Selected button:
    3.png
  5. After any issue is detected, fix permissions by clicking the Repair button:
    4.png
  6. Go to Tools & Settings > Services Management and restart the SMTP Server (Postfix) service since there may be some leftover stuck processes remaining:
    5.png
  1. Connect to the server via SSH

  2. Execute the command below to fix all the potential issues with permissions:

    # plesk repair fs -y

  3. Check if there are any postdrop processes:

    # ps auxffw | grep postdrop
    root 2703423 0.0 0.0 9092 676 pts/0 S+ 12:59 0:00 _ grep --color=auto postdrop
    popuser 2690196 0.0 0.0 97324 4268 ? S 12:38 0:00 | _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2673913 0.0 0.0 97324 4268 ? S 12:03 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2673914 0.0 0.0 97324 4268 ? S 12:03 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2674177 0.0 0.0 97324 4272 ? S 12:03 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2677669 0.0 0.0 97324 4272 ? S 12:11 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2685525 0.0 0.0 97324 4272 ? S 12:28 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2687613 0.0 0.0 97324 4272 ? S 12:32 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2687886 0.0 0.0 97324 4268 ? S 12:33 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r
    popuser 2688674 0.0 0.0 97324 4272 ? S 12:34 0:00 _ /usr/lib64/plesk-9.0/sendmail/postdrop -r

  4. If they exist, restart postfix:
    4.1. Stop Postfix service:

    # service postfix stop

    4.2. Make sure that there are no stuck processes left:

    # ps auxffw | grep postdrop
    root 2704157 0.0 0.0 9092 680 pts/0 S+ 13:01 0:00 _ grep --color=auto postdrop

    4.3. If they exist, kill hung processes. If there are none, restart Postfix:

    # service postfix start

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Check Open Ports in Linux (Simple Commands & Tools)

Read More »

Linux Logs Explained

Read More »

How to Host a Go App on Plesk

Read More »
Knowledge Base

Websites on Plesk server are slow or show error 500 or PHP mail cannot be sent: ap_pass_brigade failed

Read More »

Mail delivery does not work: do not list domain in BOTH mydestination and virtual_mailbox_domains

Read More »

Email header analysis reports SPF failed for localhost IP on mail sent from Plesk hosted mailbox: SPF Authentication : SPF Failed for IP – 127.0.0.1

Read More »

Unable to issue a Let’s Encrypt certificate for a domain or its mail in Plesk: the DNS challenge used another IP address

Read More »

Hosting Wiki

  • Django
  • CLI
  • DBMS Interface
  • Server Redundancy
  • QMAIL
  • Sendmail
  • Postfix
  • Linux Containers
  • Google Cloud CDN
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • MongoDB
  • Domain
  • Plesk
  • Web Server
  • DNS Server
  • SSH
  • Email Autoresponder
  • Mailing Lists
  • Email Alias
  • Email Virus Protection
  • Email Forwarding
  • Webmail
  • SMTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family