up vote 1 down vote favorite
1

Hi,

I am setting up Postfix mail server. What I want to know is that, what the popular mail server's like yahoo, gmail, AOL, Microsoft Outlook server etc. use for sender identification of e-mails.

e.g: Which one use SPF or DKIM or SenderId etc.

Any listing enumerating about these properties would be highly useful.

Thanks in advance

Ashish

link|flag

FYI, Outlook is a client, not a server. – John Gardeniers Oct 19 '09 at 11:30

3 Answers

up vote 1 down vote accepted

Yahoo! uses DKIM. Google uses both SPF and DKIM. Microsoft/Hotmail use SenderID, which is a slight variation of SPF.

Outblaze (Now IBM iNotes) uses neither.

What is your actual goal though?

link|flag
My actual goal is to create a setup of a postfix installation that uses best of all available mail server's in terms of standards. – Ashish Oct 19 '09 at 11:10
You're not limited to using only one. I've correct SPF records and dkim-milter running on my postfix server. – emgee Oct 24 '09 at 5:18
There is no "best". Why are you doing this in the first place? – Devdas Dec 13 '09 at 19:45
up vote 1 down vote

Google is using SPF. Some headers from email:

Received-SPF: pass (google.com: domain of EMAILADDRESS designates IPNUMBER as permitted sender) client-ip=IPNUMBER;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of EMAILADDRESS t designates IPNUMBER as permitted sender) smtp.mail=EMAILADDRESS
link|flag
up vote 1 down vote

Yahoo! is using Domainkeys which is different than DKIM.

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.