• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

qmail+plesk 9.2.3 - problem with mail

N

NickolayB

Guest
Версия Plesk Control Panel 9.2.3
Операционная система Linux 2.6.18-028stab062.3-ent
Centos 5
Nov 28 03:58:10 km22824-09 qmail-queue-handlers[12278]: Unable to change group ID: Operation not permitted
Nov 28 03:58:10 km22824-09 qmail-queue-handlers[12280]: Unable to change group ID: Operation not permitted
Nov 28 03:58:25 km22824-09 /var/qmail/bin/relaylock[13325]: /var/qmail/bin/relaylock: mail from 64.247.49.232:49390 (64.247.49.232.sonicgaming.net)
Nov 28 03:58:26 km22824-09 qmail-queue-handlers[13329]: Unable to change group ID: Operation not permitted

I can check e-mail, but mail is not delivered to email box from any email box from internet.
When i trying to send e-mail i have qq temporary problem # 4.3.0
How to solve this problem?
 
It is clear indication that the problem is with permissions on 'qmail-queue' binary. Try to set correct permission with
# chmod 2511 /var/qmail/bin/qmail-queue
 
Back
Top