On Thu, 23 Apr 2009, J?rg C. Meyer wrote:

we have the following situation. A mail from a scpecial sender is
processed and it seems it is forwarded by smtp-forward to the next hop (a
queueing qmail process on the same host). But it never arrives there,
qmail-send log is empty and the mail is never delivered to the final
recipient. Attached is the qpsmtpd log of the mentioned session. Any ideas
would be much appreciated!

You are not handing the message to qmail, you are handing it to an unspecified SMTP daemon. From looking at your log, that daemon is running on port 125. I'd suggest that you look at the logs of that SMTP daemon.

What smtp-forward plugin are you using? I once diagnosed a problem where the smtp-forward plugin wasn't relaying failed delivery back to the sender:

http://bugs.contribs.org/show_bug.cgi?id=813

See also:

http://www.nntp.perl.org/group/perl.qpsmtpd/2007/07/msg6926.html

- the smtp forward plugin should be much more sophisticated, and show plug into earlier phases of the SMTP conversation, and not just the data phase.

---
Charlie

Reply via email to