• 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!
  • 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.

Postfix - e-mails of some domains are in queue

Max_Derectif

New Pleskian
Hi guys,

i have a problem with the delivery of the e-mails to the mail accounts. e-mails of some domains hang in the queue of plesk. when i call "mailq" on the server, there ist this message:

A6BB44140D3A 1307 Thu May 28 05:33:51 root@binaerhosting.de
(temporary failure. Command output: /bin/sh: 1: /usr/bin/deliverquota: not found 4.2.1 Message can not be del
ivered at this time)
ewert@binaerix.de

plesk is in the original version, so i don't switched from qmail to postfix. it was the whole time postfix.

can you help me?

thank you very much!
 
Check that this file is really exists. On my test Plesk 12 server I see:

[root@ppu12-0 ~]# ll /usr/bin/deliverquota
-rwxr-xr-x 1 root root 22676 Янв 14 15:16 /usr/bin/deliverquota

It is part of psa-courier-imap package:

[root@ppu12-0 ~]# rpm -qf /usr/bin/deliverquota
psa-courier-imap-4.15-cos6.build1200150114.15.i386
 
Okay I have checked it...but there is no file.

error: file /usr/bin/deliverquota: No such file or directory

How can I install or fix this problem? And will I lose the current e-mails in the queue?
 
Same problem here with fresh install on Plesk 12.5

# ll /usr/bin/deliverquota
ls: cannot access /usr/bin/deliverquota: No such file or directory

No solution for this?
 
I have encountered this problem various times when installing default Plesk servers. The issue is that the default POP/IMAP service is "dovecot" and so psa-courier-imap is not installed. A similar issue is that DKIM support similarly requires Courier-IMAP but the installed default is DoveCot so when enabling DKIM you get these errors:

Error: Unable to set up SMTP authorization: mailmng-server failed: Unable to open /etc/courier-imap/pop3d: No such file or directory

System error 2: No such file or directory
Unable to open /etc/courier-imap/pop3d-ssl: No such file or directory

System error 2: No such file or directory
Unable to open /etc/courier-imap/authlib/authdaemonrc: No such file or directory

System error 2: No such file or directory
Unable to find start/stop script for 'courier-pop3d'

System error 2: No such file or directory
Unable to find start/stop script for 'courier-pop3s'

System error 2: No such file or directory
Unable to find start/stop script for 'courier-authdaemon'

System error 2: No such file or directory


Plesk needs to make sure the software no longer depends on Courier-IMAP since that software may not be installed.
 
Back
Top