On Tue, May 01, 2001 at 10:12:36PM -0700, Tyrone Mills wrote:
> Hello All,
>
> I made a stupid mistake and left a QMQP Client machine with a bad IP in the
> qmqpservers file. I'm re-reading the Installing mini-qmail doc on
> http://cr.yp.to/qmail/mini.html and if I am reading it correctly, I'm
> screwed when it comes to getting those messages back. Am I right?
Correct. It's the same as qmail-inject returning a non-zero exit
code. The client that sent the mail should have noticed the failed
injection and kept the original and alerted the user.
> There was only about 10 messages that should have been generated
> today and I can grab the info out of the MySQL DB and manually
> generate the E-Mails, but I'd like to know, more from a learning
> perspective than anything.
It sounds like you are using a script to create/inject the
emails. Maybe that script should pay closer attention to the exit code
of whatever program it is using to inject the email.
Regards.