• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

upgrade to 9.2.1 - Qmail - Unable_to_forward_message:_qq_internal_bug_(#4.3.0 )./

P

Peter Schoenmaker

Guest
After an upgrade to Plesk 9.2.1 on a Fedora Core 7 machine Qmail is giving a lot of errors in /usr/local/psa/var/log/maillog . Not all forwards are failing, but a lot of them are:

# grep internal_bug /usr/local/psa/var/log/maillog
May 25 09:44:26 s02 qmail: 1243237466.671609 delivery 31060: deferral: Unable_to_forward_message:_qq_internal_bug_(#4.3.0)./
May 25 09:45:05 s02 qmail: 1243237505.517746 delivery 31064: deferral: Unable_to_forward_message:_qq_internal_bug_(#4.3.0)./
May 25 09:48:07 s02 qmail: 1243237687.414842 delivery 31121: deferral: Unable_to_forward_message:_qq_internal_bug_(#4.3.0)./
May 25 09:49:48 s02 qmail: 1243237788.169767 delivery 31132: deferral: Unable_to_forward_message:_qq_internal_bug_(#4.3.0)./
May 25 09:54:47 s02 qmail: 1243238087.345409 delivery 31207: deferral: Unable_to_forward_message:_qq_internal_bug_(#4.3.0)./

Apart from uninstall Qmail and installing Postfix, does anyone have a solution to this problem?

Version of Qmail is:
| psa-qmail | 1.03-fc7.build90081222.11 |
 
I seem to have fixed the problem by removing Qmail and installing it again:

/etc/init.d/qmail stop
rpm -e --nodeps psa-qmail
rpm -UVh --force /root/psa/PSA_8.3.0/dist-rpm-FedoraCore-7-x86_64/base/psa-qmail-1.03-fc7.build83071218.18.x86_64.rpm
/etc/init.d/qmail start

Dunno why.. but the qq_internal_bug messages are gone now.
 
Back
Top