Logging SMTP errors with qmail
Linux | (0)
For the past few days, a customer of ours has had problems receiving mail from one of their partners. While troubleshooting the SMTP traffic to our qmail server I stumbled upon the following line in our logs:
X-Qmail-Scanner-1.25st: Process XXXX closed, parent process died
This message occurs every single time they tried to send mail to our customer.
It turns out they used a homebrew MUA which sent messages using Bare LFs as EOL instead of proper ones (according to document 822bis) - read DJB's dwelling into this matter.
Our qmail system rejects the mail as supposed to, and informs the sender about the ...