Portal Home > Knowledgebase > Articles Database > sending maills to yahoo, hotmail issues


sending maills to yahoo, hotmail issues




Posted by deepman007, 04-13-2008, 12:57 PM
Hi I'm testing out sending news subscription letters to yahoo and hotmail accounts, they ended up in their Junk and Spam folder. When I check the Full Message Headers in Yahoo. I saw that the" Return-Path: " and "Received: from nobody by host.mydomain.com with local" Is it could be the "nobody" that mails are end up in Spam and Junk ? Any suggestions? Thank you all

Posted by redlayer-mark, 04-13-2008, 04:31 PM
What mail server you have installed? Do you have SPF record at your DNS zone?

Posted by deepman007, 04-13-2008, 05:00 PM
How to find out what mail server you have installed? I used PHP mail() to send out news letter. I know my SPF is set up

Posted by redlayer-mark, 04-13-2008, 05:09 PM
Run this as root (if you have access to ssh): netstat -tanpu | grep "0.0.0.0:25" and paste output.

Posted by blite, 04-13-2008, 05:30 PM
they are being sent within the nobody envelope. mail($recipient, $subject, $message, $headers,"-f $from"); that's what i normally use to change the envelope. http://us3.php.net/manual/en/function.mail.php notice how its just additional parameters not really a set thing. My setup is using exim and the -f is really just an alias to retain sendmail functionality. if your using a different mta then you might needa do something different. sending mail from the nobody (the apache/php user) will not necessarily get it spam filtered, and spf etc is more likely to help. honestly good luck getting not spamboxed into yahoo right now, they pretty much are giving up managing their mail services correctly and have lots of issues lately make sure the sending domain is the same as your spf records etc. also setup swip or rdns records if you can.

Posted by HW-David, 04-13-2008, 08:02 PM
Check your IP on spam databases.

Posted by deepman007, 04-14-2008, 12:39 AM
How do you check if it in SPam Databases? any links? So, I have to set up SSH



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read