Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Le Café Central de DeVa
try {"Dev Unified Messaging world"}... catch {"Exchange Family"}... finally {"HTTP/1.1 200 OK"}
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Add-in
Address Book
API Changes
appointment
Architecture
Automation
Best Practices
C++
Cache Mode
Calendar
CDO
CDOEX
CDOEXM
CDONTS
CDOSYS
cmdlet
Code Snippets
COM Add-in
communications
Configure
contacts
Custom form
Customization
Daylight Saving Time (DST)
de-emphasized features
design
development
DevMSGTeam
Do you know
downloads
Errors
Event Sink
Exchange Management Shell (EMS)
Exchange Server 2003
Exchange Server 2007
Exchange Web Services (EWS)
EXOLEDB
FAQ
features
Form Region
GAL
General
Help
How to
KB
Known Issues
mailbox
Mailbox Store
MAPI
meeting request
Mobile Messaging System(MMS)
Monad
Not Supported
ondelete
onsave
onsyncsave
ost
Outlook 2003
Outlook 2007
Outlook Add-in
Outlook Configuration
Outlook Object Model (OOM)
Outlook Performance
Outlook Programming
Outlook UI
Outlook UI Issues
Performance
Powershell
Programming
pst
Public Folder store
regevent.vbs
Reviews
Rule
Rules
Secure Sockets Layer(SSL)
Services in Exchange Server
Simple MAPI
SMTP commands
SMTP Sink
Store
Store Sink
Support Guidelines
Surface Computing
synchronization
Telnet
Time zone
Training
Transport Agent
Troubleshooting
Tutorials
VBScript
Video
Vista
VSTO
WebDAV
what-is-what
Windows Mobile
WMI
XMLHTTP
News
DeVa rocks!!
My XBOX Live
Disclaimer:
This weblog/blog is solely my opinion.The information in this weblog/blog is provided "AS IS" with no warranties, and confers no rights. This weblog/blog does not represent the thoughts, intentions, plans or strategies of my employer. Inappropriate comments will be deleted at the authors discretion.
Use of included script samples are subject to the terms specified in the
Terms of Use
Privacy Statement:
I do not collect personal data associated with comments posted to this site.
Site Statistics
Make a difference
Subscription offer
Developer resources
Students free software
Try & Test Drive Online
Experiences
Earth Day Contest
Archives
October 2008 (8)
September 2008 (9)
August 2008 (17)
July 2008 (21)
June 2008 (6)
May 2008 (36)
April 2008 (10)
February 2008 (26)
January 2008 (29)
December 2007 (7)
November 2007 (31)
October 2007 (4)
Blogs I Write
Exchange Dev FAQs
DeVa's Warehouse
Developer Resources
MSDN Newsletter Subscription
Read more from
Stephen Griffin
Matt
Patrick
Dave
Vikas
Nayan
Jeff
Dan
Waltwa
Akashb
Browse by Tags
All Tags
»
SMTP commands
(RSS)
Code Snippets
DevMSGTeam
Exchange Server 2003
Exchange Server 2007
MX Record
SMTP Sink
SMTPDiag
Telnet
tools
Tutorials
Tuesday, July 08, 2008 4:56 AM
MX Record
What is MX Record? MX stands for Mail Exchange Records. Where it's used ? MX records are used in DNS records(or Zone files) to specify how email should be routed.
Posted by
Deva Gnanam .J
|
0 Comments
Filed under:
SMTP commands
,
MX Record
Tuesday, July 08, 2008 4:37 AM
SMTP Diagnostics - SMTPDiag Tool
What is SMTPDiag? SMTPDiag is a troubleshooting tool designed to work directly on a Windows server with IIS/SMTP service enabled or with Exchange Server installed. What is it used for? It utilizes the same API's as Windows and Exchange in order to diagnose
Posted by
Deva Gnanam .J
|
0 Comments
Filed under:
Exchange Server 2007
,
Exchange Server 2003
,
Tutorials
,
SMTP commands
,
MX Record
,
SMTPDiag
,
tools
Thursday, February 21, 2008 9:26 AM
SMTP Commands Part # 3 - List of Server reply codes
When we execute the SMTP command, we'll receive a reply from the mail server in the form of a three digit number followed by information describing the reply. For example, 250 OK Please find the list of reply codes from the Server. 211 A system status
Posted by
Deva Gnanam .J
|
1 Comments
Filed under:
Exchange Server 2007
,
Exchange Server 2003
,
Tutorials
,
SMTP Sink
,
SMTP commands
,
Telnet
,
DevMSGTeam
Thursday, February 21, 2008 9:18 AM
SMTP Commands Part # 2 - Using Telnet on port 25 to test SMTP communication
Please find the following steps and SMTP commands to test SMTP communication using Telnet on Port 25 . 1. At a command prompt, type telnet , and then press ENTER. This command opens the Telnet session. 2. Type set localecho and then press ENTER. This
Posted by
Deva Gnanam .J
|
1 Comments
Filed under:
Exchange Server 2007
,
Exchange Server 2003
,
Code Snippets
,
Tutorials
,
SMTP Sink
,
SMTP commands
,
Telnet
,
DevMSGTeam
Thursday, February 21, 2008 9:01 AM
SMTP Commands Part # 1- List of SMTP Commands
Please find the list of SMTP commands and its definitions, which can be used on multiple places. For example it can be used to check event SMTP sinks by sending mails . SMTP commands SMTP command Command function HELO Sent by a client to identify itself,
Posted by
Deva Gnanam .J
|
1 Comments
Filed under:
Exchange Server 2007
,
Exchange Server 2003
,
Tutorials
,
SMTP Sink
,
SMTP commands
,
Telnet
,
DevMSGTeam