• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Error in maillog - trouble injecting bounce message

EgidijusS

Regular Pleskian
qmail-queue-handlers[26527]: from=
qmail-queue-handlers[26527]: [email protected]
qmail-queue-handlers[26527]: Unable to get sender domain by sender mailname
qmail-queue-handlers[26527]: Unable to get sender domain by sender mailname
qmail-queue-handlers[26527]: handlers_stderr: DATA Mailbox full
qmail-queue-handlers[26527]: DEFER during call 'check-quota' handler
qmail: 1335810295.827591 warning: trouble injecting bounce message, will try later

What's going on? This repeats constantly and only with one mailbox.
 
What is version of your Plesk? AFAIK it was fixed in Plesk 10.4.4 version.
 
my mail log files are full of these errors too.

is that a way I can manually remove these troublesome emails from the filesystem? no emails are appearing within the plesk web interface mail queue page.


May 11 09:16:00 ns1 qmail-queue-handlers[25848]: from=
May 11 09:16:00 ns1 qmail-queue-handlers[25848]: [email protected]
May 11 09:16:00 ns1 qmail-queue-handlers[25848]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail-queue-handlers[25848]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail: 1336691760.106032 warning: trouble injecting bounce message, will try later
May 11 09:16:00 ns1 qmail-queue-handlers[25850]: Handlers Filter before-queue for qmail started ...
May 11 09:16:00 ns1 qmail-queue-handlers[25850]: from=
May 11 09:16:00 ns1 qmail-queue-handlers[25850]: [email protected]
May 11 09:16:00 ns1 qmail-queue-handlers[25850]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail-queue-handlers[25850]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail: 1336691760.126001 warning: trouble injecting bounce message, will try later
May 11 09:16:00 ns1 qmail-queue-handlers[25852]: Handlers Filter before-queue for qmail started ...
May 11 09:16:00 ns1 qmail-queue-handlers[25852]: from=
May 11 09:16:00 ns1 qmail-queue-handlers[25852]: [email protected]
May 11 09:16:00 ns1 qmail-queue-handlers[25852]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail-queue-handlers[25852]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail: 1336691760.145947 warning: trouble injecting bounce message, will try later
May 11 09:16:00 ns1 qmail-queue-handlers[25854]: Handlers Filter before-queue for qmail started ...
May 11 09:16:00 ns1 qmail-queue-handlers[25854]: from=
May 11 09:16:00 ns1 qmail-queue-handlers[25854]: [email protected]
May 11 09:16:00 ns1 qmail-queue-handlers[25854]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail-queue-handlers[25854]: Unable to get sender domain by sender mailname
May 11 09:16:00 ns1 qmail: 1336691760.165956 warning: trouble injecting bounce message, will try later
 
I fixed this problem by ssh'ing in and removing the troublesome emails from the /var/qmail/queue/mess/ folder like this:

# root@ns1:/var/qmail/queue/mess# for i in `grep david@dtbaker * -R|grep From:|cut -f1 -d:`; do echo $i; rm $i; done;

^^ no guarantee on that command :)
 
Back
Top