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

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