Mortgage Blog Blog Archives

Archive for October, 2007

A Realtor with a difference - metrowestmarealestate.blogspot.com

Tuesday, October 16th, 2007

Now, this blog is maintained by Bill Gassett. Bill is a Realtor primarily dealing in properties in Metrowest MA.

The best part about Bill is unlike other realtor’s he is committed in offering advice to home buyers that will help them get the best deal available to them.

You can check out some the post listed below for example.

ATTENTION HOME SELLERS - Don’t get sued because of bedroom misrepresentation!

Making Smarter Choices in picking your Real Estate Agent

SMART QUESTIONS TO ASK THE REALTORS YOU ARE INTERVIEWING

Selling your home in Metrowest MA…don’t waste your time with contingent sales and 1st right of refusal


Helping you sell your home - FSBO Jane

Monday, October 15th, 2007

This Blog is maintained by Jane who address himself as a semi retired real estate expert who has done it all marketing, showing, selling homes, staging, informing!!

She feels that if she had sold her property through a realtor then the profit margin would have been extremely different and that why she is a big fan of FSBO (for sale by owners).

She tries to explain about Why FSBO little differently stating it as “Most people are pretty clear on what For Sale by Owner is all about. What they don’t always understand is just how many reasons there are to choose it”

Also read How to Choose a FSBO Company, if you are planning to sell your home yourself in near future.

All in all a very good resource for owners who sell there properties themselves.


From spam box to inbox in 1 step with Google apps

Thursday, October 11th, 2007

I did not get the email and I don’t want to work with your company” can be the most frustrating experience for a customer focused company. It can be even more frustrating for a community oriented group like ours (It can also create communication problems in your personal life, read on to know more). Emails play very significant role for our current web based customer support models (Some may agree, some may not and some may even declare email bankruptcy).

Email problems with Google Apps

Google Apps
Email delivery wasn’t a problem for our technical team. We were handling our mail servers well but the JS based gmail interface (with a Google speed search, filters) forced us to try out Google apps. We liked everything about Google apps except the painful messages by community members about email delivery failure. Ever since we have shifted our mail servers with Google, we found that our outgoing mails were going in spam folders which was bothering us and our community members.

We went through many existing discussions on similar issues but could not get a solution from Google reps. At last after some research our R&D came up with a small fix (After all a journey of a thousand miles starts with a single step, what a step it was!). R&D team stumbled upon the SPF records for our DNS zone.

SPF a quick start

The Sender Policy Framework (SPF) is an open standard specifying a technical method to prevent sender address forgery. Even more precisely, it allows the owner of a domain to specify his mail sending policy, e.g. which mail servers they use to send mail from their domain (In our case it was mortgagefit.com and google servers).
The technology requires two sides to play together:

  1. The domain owner publishes this information in an SPF record in the domain’s DNS zone, and when someone else’s mail server receives a message claiming to come from that domain, then
  2. The receiving server can check whether the message complies with the domain’s stated policy. If, for e.g., the message comes from an unknown server, it can be considered as a fake.

SPF records for Google apps
For more information on Email authentication and SPF record configuration visit http://www.openspf.org/Related_Solutions.

Example, Mortgagefit SPF for Google Apps

After I fixed this problem in MortgageFit, I decided to do this blog post in detail. As I said SPF stands for Sender Policy Framework and is an extension to Simple Mail Transfer Protocol (SMTP). What SPF does is nothing else but protects your domain from being forged by spammers. Lets understand it in simpler steps:

  • Step1: Suppose a spammer forges a mortgagefit.com address (say sam@mortgagefit.com), connects from somewhere other than mortgagefit, say abcxyzspam.com and tries to spam you. Now when he sends the message you see MAIL FROM : sam@mortgagefit.com
  • Step 2a: Now if mortgagefit.com does not publishes SPF record, then there is no way to authenticate the email sender.
  • Step 2b: Now if mortgagefit.com publishes SPF record, that record will tell your computer how to find out whether the sending machine is allowed to send mail from mortgagefit.com. If mortgagefit.com’s SPF record says that they recognize the computer (IP, Domain) then you can assume that sender is who they say they are, but if that message fails the SPF test then it is forgery and thus you can tell that it is probably a spammer.
  • Remember one point, if you are using desktop based application like outlook express or thunderbird then this will not work. Since that application will have the IP of your local ISP provider.

SPF for Google Apps

Google help says,

To set your domain’s SPF record, publish the following TXT record on the DNS resource: v=spf1 include:aspmx.googlemail.com ~all

Publishing an SPF record that lacks include:aspmx.googlemail.com or specifying -all instead of ~all may result in delivery problems.

SPF record for MortgageFit hosted with Google Apps

SPF entry for mortgagefit.com says,
v=spf1 a mx include:aspmx.googlemail.com ~all

The following table will explain it in detail

[v=spf1] v=spf1 This identifies the TXT record as an SPF string.
[a] a mortgagefit.com’s IP address is 207.210.84.76 (hurley.asmallorange.com).That server is allowed to send mail from mortgagefit.com.
[mx] mx This wizard found 17 names for the MX servers for mortgagefit.com:
ALT1.ASPMX.L.GOOGLE.com, gsmtp83.google.com, gsmtp93.google.com, ug-in-f27.google.com, ALT2.ASPMX.L.GOOGLE.com, hu-in-f27.google.com, gsmtp167.google.com, gsmtp163.google.com, el-in-f27.google.com, ASPMX4.GOOGLEMAIL.com, gsmtp163-2.google.com, ASPMX2.GOOGLEMAIL.com, ASPMX3.GOOGLEMAIL.com, ASPMX5.GOOGLEMAIL.com, gsmtp215-2.google.com, mu-in-f27.google.com, and ASPMX.L.GOOGLE.com.(A single machine may go by more than one hostname. All of them are shown.)The servers behind those names are allowed to send mail from mortgagefit.com.
[include:] include:aspmx.googlemail.com Any server allowed to send mail from aspmx.googlemail.com is also allowed to send mail from mortgagefit.com.
[all] ~all SPF queries that do not match any other mechanism will return “softfail”.Messages that are not sent from an approved server should still be accepted but may be subjected to greater scrutiny.

SPF record creation Wizard

You can create a what SPF record is best suited your domain at http://www.openspf.org/

Future of email authentication

  1. IP based authentication will grow weaker.
  2. Domain based authentication will stay but still won’t avoid the spammers hat.
  3. Email ID based authentication will play a very significant role.

In my opinion, a combination of (2) and (3) will play very significant role. So keep one of your email id as a very active and properly used email id that can be used for important conversation with your customers.

Some of the other Resources

This will help you from stopping your mails from landing into Spam or Bulk folders are mentioned below (the second, third and nth step for perfect email delivery).

  1. Sender Score
  2. Email certification and accreditation services
  3. Email deliverability and reputation services
  4. EmailAdvisor by Lyris: Email Legibility and Deliverability Enhancement Tools
  5. Email authentication for marketers
  6. Email blacklists

[tags]Google, Google Apps, SPF, DNS, E-Mails, Spam, Mails, SPF Record, How to, Emails[/tags]





We have chosen to apply the Creative Commons Attribution License to all works we publish. This work is licensed under cc by 2.0