• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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