Again abhiz you have posted this wiki page on a topic that it has no real relation to...
xtops the command Code:
grep yahoo /var/log/mail.log | grep status
should show you the responses your server got back from the Yahoo servers. You should see lines like the following Code:
Oct 6 09:13:20 email postfix/smtp[12078]: 1EF56904001: to=<ayahoouser@yahoo.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.44, delays=0.03/0/0/0.41, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03526-11, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 1111A111111)
Oct 6 09:24:02 email postfix/smtp[12082]: 1111A111111: to=<ayahoouser@yahoo.com>, relay=b.mx.mail.yahoo.com[66.196.97.250]:25, delay=642, delays=0.01/0/640/2.5, dsn=2.0.0, status=sent (250 ok dirdel)
If you see lines like this in your log then the Yahoo servers are accepting your mail. What is likely going on is after accepting your mail the Yahoo server is marking it as spam and putting it in the users Spam folder.