<div class="gmail_quote">On Fri, Feb 26, 2010 at 10:34 AM, Susan Day <span dir="ltr"><<a href="mailto:suzieprogrammer@gmail.com">suzieprogrammer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im">On Fri, Feb 26, 2010 at 9:51 AM, Simon Billis <span dir="ltr"><<a href="mailto:simon@houxou.com" target="_blank">simon@houxou.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

> Why?<br>
<br>
That is a good question - I "guess" that google's email system thinks you're<br>
sending them spam. If you want your mail to be accepted you may need to have<br>
implemented SPF and domainkeys.</blockquote><div><br></div></div><div>Oh, lovely. As if I didn't have enough work to do...Thanks, google.</div><div class="im"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

You can also try to send mail to your google address by hand i.e. telnet to<br>
google's mail platform on port 25 and mimic the smtp conversation by hand to<br>
see if you can get any further....<br></blockquote><div><br></div></div><div>I've not done this before. Here's what I did. Please see if this looks correct:</div><div><br></div><div><div>[root]# telnet <a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a> 25</div>

<div>Trying 209.216.9.56...</div><div>Connected to <a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a>.</div><div>Escape character is '^]'.</div><div>220 <a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a> ESMTP</div>

<div>HELO <a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a></div><div>250 <a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a></div><div>MAIL FROM <a href="mailto:suzie@mydomain.com" target="_blank">suzie@mydomain.com</a></div>

<div>250 ok</div><div>RCPT TO <a href="mailto:suzieprogrammer@gmail.com" target="_blank">suzieprogrammer@gmail.com</a></div><div>250 ok</div><div>DATA testing</div><div>354 go ahead</div><div>.</div><div>250 ok 1267194591 qp 11432</div>
<div>
quit</div><div>221 <a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a></div><div>Connection closed by foreign host.</div><div>[root]# </div><div><br></div><div>I didn't receive any message. Time for domainkeys?</div>

<div>TIA,</div><div>Susan</div></div></div>
</blockquote></div><br><div>PS. These emails never reach my spam box, either!</div>