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

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 [email protected]
(temporary failure. Command output: /bin/sh: 1: /usr/bin/deliverquota: not found 4.2.1 Message can not be del
ivered at this time)
[email protected]

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