I've just set up my webserver, rails app, with postfix, and dovecot. When I'm testing the mailer it works fine, but Gmail is automatically putting my sent mail into it's spam folder.
I checked the Spamhaus list for my IP address and nothing, I checked the mail log, and there is nothing surprising there ...
can anyone offer me guidance for what else I should be looking for?
Thanks!
update
here is the mail header:
Delivered-To: test@example.com Received: by 10.52.113.230 with SMTP id jb6cs31694vdb; Sat, 18 Jun 2011 05:42:32 -0700 (PDT) Received: by 10.227.198.133 with SMTP id eo5mr3183668wbb.38.1308400951575; Sat, 18 Jun 2011 05:42:31 -0700 (PDT) Return-Path: Received: from mail.example.com (mail.example.com [123.45.678.910]) by mx.google.com with ESMTP id fs8si5078709wbb.140.2011.06.18.05.42.29; Sat, 18 Jun 2011 05:42:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of request@example.com designates 123.45.678.910 as permitted sender) client-ip=123.45.678.910; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of request@example.com designates 123.45.678.910 as permitted sender) smtp.mail=request@example.com Received: from example.com (localhost.localdomain [127.0.0.1]) (Authenticated sender: request@example.com) by mail.example.com (Postfix) with ESMTPA id CCB602AFCF for ; Sat, 18 Jun 2011 14:42:29 +0200 (CEST)