I don't know anything about the guts of sendmail, I only use it in Perl scripts.
I have a cgi script that generates an email, sent via sendmail to one of the POP3 boxes on our shared server. It also sends a cc: of the message to an outside email address.
The problem is that sometimes (not often) the email to the POP3 box does not arrive, but the outside cc: does. These are emails ordering product, so it's a real problem when one goes astray.
Can you point me toward any possible sources of the problem?
I am having difficulty troubleshooting this since:
1) the script works fine -- the cc: arrives!
2) it's intermittent -- I have not been able to replicate a "disappearing order" in any tests.
3) the only evidence I have of a problem is the arrival of the cc: and the non-arrival of the message to the primary addressee. (I added the cc: because of the occasional missing order.)
Could there be something wrong with the POP3 box?
Could sendmail lose an "internal" message while simultaneously transmitting it "outside"?
Is there some condition which would make sendmail do the above?
Roy
I have a cgi script that generates an email, sent via sendmail to one of the POP3 boxes on our shared server. It also sends a cc: of the message to an outside email address.
The problem is that sometimes (not often) the email to the POP3 box does not arrive, but the outside cc: does. These are emails ordering product, so it's a real problem when one goes astray.
Can you point me toward any possible sources of the problem?
I am having difficulty troubleshooting this since:
1) the script works fine -- the cc: arrives!
2) it's intermittent -- I have not been able to replicate a "disappearing order" in any tests.
3) the only evidence I have of a problem is the arrival of the cc: and the non-arrival of the message to the primary addressee. (I added the cc: because of the occasional missing order.)
Could there be something wrong with the POP3 box?
Could sendmail lose an "internal" message while simultaneously transmitting it "outside"?
Is there some condition which would make sendmail do the above?
Roy