• IIS Configuring Internet Sites and Services


    Configuring Web Sites in IIS 6.0 (IIS 6.0)

    The IIS WWW service allows you to publish content on the Internet or an intranet. You can publish a static Web site or a dynamic application. The primary function of the WWW service is to connect client Hypertext Transfer Protocol (HTTP) requests to your Web site or sites. The WWW service is installed at SystemDrive:\Windows\System32by default when you start IIS.


    Configuring the NNTP Service (IIS 6.0)

    The IIS NNTP service enables you to create a news server to host discussion groups. NNTP is the protocol for distributing, posting, and retrieving news items between a news server and client.

    You can use the NNTP service to host local discussion groups, called newsgroups, on a single computer. For example, you can create departmental newsgroups where company department members can discuss projects and issues. Or you can create a newsgroup and allow customers to access it over the Internet for technical or customer support. Because the NNTP service is in complete compliance with the NNTP protocol, users can use any newsreader client, such as the Microsoft® Outlook®  Express messaging and collaboration client, to participate in newsgroup discussions.

    You can also configure the NNTP service for newsfeeds. Newsfeeds enable users of different newsgroups to read and post articles to other newsgroups, as if the users were using a single group. An article that is posted to one newsgroup gets sent to other newsgroups, where it can be read.

    The NNTP service is hosted by Inetinfo.exe. Clients connect to the NNTP service through TCP port 119 by default. If you enable encrypted SSL connections, the default port is 563.

    Configuring the SMTP Service (IIS 6.0)

    The IIS SMTP service is a simple component for delivering and receiving e-mail messages. A message is transferred to a designated SMTP server to initiate the delivery. The originating SMTP server initiates communications with a DNS server, based on the domain name of the recipient e-mail address. The DNS server 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 TCP/IP port 25. If the user name of the recipient e-mail address matches one of the authorized user accounts on the destination SMTP server, the message is transferred to the destination SMTP sever, where it waits for the recipient to pick up the message through a client program.

    The SMTP service also can transfer messages through one or more intermediate relay SMTP servers. A relay SMTP server receives the original message and then delivers it to the destination SMTP server or redirects it to another relay server. This process is repeated until the message is delivered or a designated time-out period passes.

    The IIS SMTP service is commonly used to create a smart host, which is an SMTP server through which all outgoing messages are routed. For example, you can set up a smart host as a stand-alone SMTP server that sits between the Microsoft® Exchange server at your organization and the Internet. In this scenario, the smart host routes all e-mail from the Exchange server to the Internet and provides an added layer of protection between the Internet and the internal network. A smart host can also operate within a network.

    Another common use for the SMTP service is to enable e-mail messages to be delivered from a Web site. For example, a company can provide an e-mail link for sending feedback messages or for requesting information. The SMTP service receives and routes those messages to the appropriate mailbox or to another SMTP server. Collaboration Data Objects (CDO) provides a simple object model that applications can leverage to submit mail to the SMTP server. For more information about CDO, see Overview of CDO on MSDN.

    reference: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/f425cf1c-0bca-4739-9104-66786a65f85e.mspx?mfr=true

     
  • 相关阅读:
    IT零起点转FICO学习路线
    Consuming a Web Service in ABAP
    SAP月末结账步骤
    sap dialog Screen Sequences
    ABAP:区别CALL SCREEN/SET SCREEN/LEAVE TO SCREEN
    查询abap 程式应用到系统表table
    SAP压缩excel并发送mail案例
    ABAP PARAMETERS 参数
    DQL、DML、DDL、DCL 概念与区别
    OLE Excel 、Word 转换 pdf 文件
  • 原文地址:https://www.cnblogs.com/sandy_liao/p/1849224.html
Copyright © 2020-2023  润新知