Windows搭建SMTP邮件服务器

From:http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e4cf06f5-9a36-474b-ba78-3f287a2b88f2.mspx?mfr=true

SMTP Server Setup (IIS 6.0)

The Simple Mail Transfer Protocol (SMTP) service provided by IIS is a simple component for delivering outgoing e-mail messages. Delivery of a message is initiated by transferring the message to a designated SMTP server. Based on the domain name of the recipient e-mail address, the SMTP server initiates communications with a Domain Name System (DNS) server, which looks up and then returns the host name of the destination SMTP server for that domain.

Next, the originating SMTP server communicates with the destination SMTP server directly through Transmission Control Protocol/Internet Protocol (TCP/IP) on port 25. If the user name of the recipient e-mail address matches one of the authorized user accounts on the destination server, the original e-mail message is transferred to that server, waiting for the recipient to pick up the message through a client program.

In the case where the originating SMTP server cannot communicate directly with the destination server, the SMTP service can transfer messages through one or more intermediate relay SMTP servers. A relay server receives the original message and then delivers it to the destination server, or redirects it to another relay server. This process is repeated until the message is delivered or a designated timeout period passes.

The SMTP service is not installed by default. You must install the SMTP service using the Control Panel. Installing the SMTP service creates a default SMTP configuration which you can then customize to your needs using IIS Manager.

Many articles about deploying and configuring the SMTP service are available by searching for "smtp" on the Microsoft Developer Network (MSDN) Web site.

Procedures

To install the SMTP service


1.


From the Start menu, click Control Panel.


2.


Double-click Add or Remove Programs.


3.


From the left pane, click Add/Remove Windows Components.


4.


From the Components list, click Application Server, and then click Details.


5.


From the Subcomponents of Application Server list, click Internet Information Services (IIS), and then click Details.


6.


From the Subcomponents of Internet Information Services (IIS) list, select the SMTP Service check box.


7.


Click OK.


8.


Click Next. You might be prompted for the Windows Server 2003 family CD or the network install path.


9.


Click Finish.

When you install the SMTP service, a default SMTP server configuration is created with a message store in LocalDrive:\Inetpub\Mailroot.

When setting up the SMTP service for the first time, you can configure global settings for a SMTP virtual server, as well as settings for individual components of the virtual server.

  Important

You must be a member of the Administrators group on the local computer to perform the following procedure or procedures. As a security best practice, log on to your computer by using an account that is not in the Administrators group, and then use the runas command to run IIS Manager as an administrator. At a command prompt, type runas /user:Administrative_AccountName "mmc %systemroot%\system32\inetsrv\iis.msc".

To configure global SMTP settings


1.


In IIS Manager, expand the local computer, right-click Default SMTP Virtual Server, and click Properties.


2.


Change the default settings on the property pages as needed. For information about individual settings, click Help.

To configure SMTP virtual server components settings


1.


In IIS Manager, expand the local computer, expand Default SMTP Virtual Server, right-click the component you want to configure, and click Properties.


2.


Change the default settings on the property pages as needed. For information about individual settings, click Help.

Related Information


SMTP Administration

时间: 2024-10-12 12:02:29

Windows搭建SMTP邮件服务器的相关文章

内网搭建HmaiServer邮件服务器及AfterLogic webmail问题

最近由于工作需要,在内网搭建HmaiServer邮件服务器及AfterLogic webmail,所遇到的问题与解决办法与大家分享. 环境 xampp 1.8.2 windows 2003 在笔记本win7(连接互联网)上搭建HmaiServer邮件服务器及AfterLogic webmail后一切正常,遂到内网服务器windows 2003(未连接互联网)搭建,结果: 1.登陆AfterLogic webmail用户页面无响应,在install页面与adminpanel检查数据库连接均测试成功

windows server2003的邮件服务器概要

最近又进坑了,每次讲邮件服务器都出点小问题. 梳理一下,邮件服务器的要点: 1.需要静态IP地址,并且设置正确的DNS服务器. 2.DNS服务器需要配置正确的区域,以及相应的MX记录. 3.正确安装pop3和smtp服务,并且注意pop3的邮件域名与MX记录一致. 4.测试时需要正确设置outlook express中账户,否则容易出问题,例如本次的进的坑, 开始时按下图1设置账户[email protected] 出现下图2的界面,需要输入服务器的用户名和密码,点"确定"没反映,点&

用Postfix + Dovecot 搭建的邮件服务器被垃圾邮件当中转服务器的处理

今天发邮件, 发送失败,然后到服务器上看日志, 发现硬盘被垃圾邮件的缓存队列和日志塞满了, tail    -f    /var/log/maillog   发现疯狂刷屏,部分日志如下 : Aug 17 09:39:01 www postfix/error[1173]: 455F050663: to=<[email protected]>, relay=none, delay=28778, delays=28631/146/0/0.51, dsn=4.4.2, status=deferred

【转】Linux 下搭建Postfix邮件服务器详解:

在我自己的服务器上面搭建了邮件服务器,为的是接下来写shell脚本进行报警监控.当服务器发生意外,可以及时发送邮件服务器到邮箱. 看了两个教程,按照两个教程来搭建的,感谢原作. Linux 下搭建Postfix邮件服务器详解: 1.首先关闭sendmail服务 service sendmail stop 2.chkconfig sendmail off(关闭开机自启动) 3.修改DNS正解文件,使DNS能够解析邮箱服务 添加下面两行 mail.zhubf.com. IN A           

smtp邮件服务器测试命令

昨天和邮件组的同事调试邮件relay功能,提供了测试smtp邮件服务器命令: 黑体是输入的命令,[email protected]是你的邮件地址. 若你收到一封测试邮件,可能在垃圾邮件目录中,说明smtp邮件服务器正常 SEAMXRelay.ABC.com(10.52.124.25): relay mail server25: smpt port number 在你的电脑上输入以下加黑的命令: > telnet 10.52.124.15 25 220 PWGSMSKLCREL02.mail.AB

linux redhat6.5 中 搭建Postfix邮件服务器

Postfix 是一种电子邮件服务器,它是由IBM华生研究中心(T.J. Watson Research Center)的荷兰籍研究员Wietse Venema为了改良sendmail邮件服务器而产生的.最早在1990年代晚期出现,是一个开放源代码的软件.实验需要:软件包 postfix(发送传输邮件) .dovecot(接受邮件) bind(DNS解析)实验目标:使zhangsan lisi 帐号通过postfix可以互发邮件 1:安装DNS 编辑named.conf 2:编辑named.rf

Linux配置SMTP邮件服务器

该例子使用的是Centos6系统作为SMTP邮件服务器服务器需要是外网服务器.内网或个人电脑装的虚拟机是不行的. 其他的Linux发行版配置基本一样,只是命令会有些不同.安装postfix检查postfix是否已安装 rpm -qa | grep postfix 如果已安装则会显示 postfix-2.6.6-8.el6.x86_64 如果没安装就运行该命令 yum -y install postfix 修改postfix配置文件文件位置:/etc/postfix/main.cf修改以下参数,将

linux平台搭建postfix邮件服务器

一,搭建邮件服务器前准备如下: Centos 7.2 64位Postfix-2.8.12.tar.gz Postfix MTA(邮件传输代理)Dovecot-2.1.8.tar.gz IMAP 和 POP3 邮件服务器Postfixadmin-2.3.5.tar.gz 采用PHP编写的开源WEB邮箱及域名账号管理工具Roundcubemail-0.8.1.tar.gz 采用PHP编写的开源IMAP邮件WEB客户端 二,安装过程 1.安装Postfix yum -y install postfix

linux下搭建iredmail邮件服务器

iRedMail是一个开源.免费的邮件服务器项目,基于GPL(v2)协议发布.官网www.iredmail.org (国内不能访问),可以通过www.iredmail.com访问. iRedMail是一个不错的邮局服务器免费解决方案,适合小型企业.个人或者团队等搭建内部员工邮箱服务: 使用iRedmail搭建邮件服务器,需要有公网的centos主机.推荐使用vps: iRedMail 核心组件及其对应的功能: Postfix: SMTP 服务器 Dovecot:POP3/IMAP/Manages