SMTP Problem (After 5 years... still don't know!)

I've been having this problem for over 5 years. I've been asking around for a long time and nobody has come up with an answer that worked (100% of the time).

Here it is:

I can send mail fine through mail clients, such as Eudora or Outlook. However the problem occurs when I'm trying to send mail through a CGI Form Mail script on a website.

open (MAIL2, "| /usr/sbin/sendmail -t -f$email") || die "I can't open sendmail\n"

I use the above code, but it only sends mail to some places, such as Yahoo mail boxes. However, it never reaches Hotmail, AOL, and other places.

This problem occurs in both Sendmail and qmail.

Any help or ideas would be appreciated

 

 

 

 

Top