Pages

October 22, 2011

What is SPF ?

Email Security :-
Now a day's Email Security is a big concern, without Mail administrator we can't judge any mail that this came from correct domain owner's SMTP Server or not
On June 2003 new standard was published to get rid of this problem "SPF"
What is SPF?
Sender Policy Framework (SPF) is an email validation system designed to prevent email spam by detecting email spoofing, a common vulnerability, by verifying sender IP addresses. SPF allows administrators to specify which hosts are allowed to send mail from a given domain by creating a specific SPF record (or TXT record) in the Domain Name System (DNS). Mail exchangers use the DNS to check that mail from a given domain is being sent by a host sanctioned by that domain's administrators.
Sender Policy Framework is defined in IETF publication RFC 4408.
For more details you can refer to :-
Note :- if I'm breaking any compliance without my knowledge, please update on my blog so I'll be notified & remove those content.

Understanding Disclaimers in Exchange 2010

What happens when we run new mailbox creation wizard in Exchange 2003


This adds below attributes :-
HomeMDB : home location of mailbox in database
Homemta : native mta
Legacyexchangedn : used for compatibility with exchange 5.5
Mail : primary email address
Mailnickname : maillbox alias
Msexchhomeserver : the server which your mailbox is located
Msexchmailboxguid : guid for primary sam account of mailbox
Msexchmailboxsecuritydescriptor : defines mailbox rights
Proxyaddresses - additional address

Also this set permission to Self only, that’s why mailbox is created only after sending mail to that user Or when user log in.