Configuring SMTP E-Mail Settings with IIS 7.0 Configuración de SMTP ajustes de correo electrónico con IIS 7,0
E-mail services are an important part of most Internet, intranet, and extranet server operations. E-mail servicios son una parte importante de la mayoría de Internet, intranet, extranet y operaciones de servidor. Often, you'll find that applications installed on a server generate e-mail messages that need to be delivered. A menudo, usted encontrará que las aplicaciones instaladas en un servidor generar mensajes de correo electrónico que tiene que ser entregado. For this purpose, IIS includes the Simple Mail Transfer Protocol (SMTP) feature so that IIS can deliver e-mail messages for Web applications that use the System.Net.Mail API. Con este fin, IIS incluye el Simple Mail Transfer Protocol (SMTP) característica a fin de que IIS puede entregar mensajes de correo electrónico para aplicaciones Web que utilizan la API System.Net.Mail. The configuration restricts the sending of messages that are generated by remote users, which include the Internet Guest account and any other named user on the Web server. La configuración que restringe el envío de mensajes que son generados por usuarios remotos, que incluyen la cuenta Invitado de Internet y cualquier otro nombre de usuario en el servidor Web. The configuration also restricts relaying of e-mail through SMTP. La configuración también restringe la reinstalación de e-mail a través de SMTP.
SMTP is just one of several components that make up a typical e-mail system. SMTP es sólo uno de varios componentes que conforman un típico sistema de correo electrónico. Windows Server 2008 includes the optional SMTP Server feature to provide a more robust solution. Windows Server 2008 incluye el servidor SMTP opcional función de proporcionar una solución más robusta. However, if you want to receive e-mail and store it on the server so that users and applications can retrieve it, you need to install a full-featured messaging server in the enterprise, such as Microsoft Exchange Server 2007. Sin embargo, si desea recibir e-mail y almacene en el servidor para que los usuarios y las aplicaciones pueden recuperarlo, tendrá que instalar una todas las funciones de servidor de mensajería en la empresa, tales como Microsoft Exchange Server 2007.
You can use the SMTP E-mail feature in two key ways. Puede usar el SMTP de correo-e en función dos maneras. You can use this feature to deliver e-mail messages generated by applications to a specific SMTP server running on the local system or a remote server. Puede utilizar esta función para entregar mensajes de correo electrónico generados por las aplicaciones a un determinado servidor SMTP corriendo en el sistema local o un servidor remoto. Or you can use this feature to drop e-mail directly into the pickup directory for later processing by an application or for direct processing by an SMTP server running on the local system. O bien, puede utilizar esta función para caída e-mail directamente en el directorio de recogida para su posterior procesamiento de una solicitud o para la transformación directa de un servidor SMTP corriendo en el sistema local. Because SMTP servers monitor their pickup directories continuously for new messages, any message placed in this directory is picked up and transferred to a queue directory for further processing and delivery. Debido a servidores SMTP vigilar sus directorios recolección continua de nuevos mensajes, cualquier mensaje colocado en este directorio es captada y transferida a un directorio de cola para su posterior procesamiento y entrega.
E-mail messages have To, Cc, Bcc, and From fields to determine how the message should be handled. Los mensajes de correo electrónico han Para, CC, CCO, y de los campos para determinar la forma en que el mensaje debe ser manejado. To, Cc, and Bcc fields are used to determine where the message should be delivered. Para, CC y CCO campos se utilizan para determinar si el mensaje debe ser entregado. The From field indicates the origin of the message. El campo se indica el origen del mensaje. E-mail addresses, such as williams@tech.microsoft.com, have three components: Las direcciones de correo electrónico, como williams@tech.microsoft.com, tienen tres componentes:
• An e-mail account, such as Williams • Una cuenta de correo electrónico, como Williams
• An at symbol (@), which separates the account name from the domain name • Un símbolo a (@), que separa el nombre de cuenta de los nombres de dominio
• An e-mail domain, such as tech.microsoft.com • Un correo electrónico de dominio, como tech.microsoft.com
The key component that determines how the server handles messages is the e-mail or service domain. El componente clave que determina la forma en que el servidor se ocupa de los mensajes es el correo electrónico o servicio de dominio. Service domains can be either local or remote. Servicio de dominios puede ser local o remoto. A local service domain is a Domain Name System (DNS) domain that's serviced locally by the server. Un servicio local de dominio es un sistema de nombres de dominio (DNS) del dominio que presta servicios a nivel local por el servidor. A remote service domain is a DNS domain that's serviced by another server or mail gateway. Un servicio remoto de dominio es un dominio DNS que presta servicios de otro servidor o pasarela de correo.
You can deliver e-mail to a locally hosted or remote SMTP server by completing the following steps: Usted puede entregar e-mail a un anfitrión local o remota del servidor SMTP de completar los siguientes pasos:
1. In IIS Manager, navigate to the level of the configuration hierarchy you want to manage, and then display the SMTP E-Mail page by double-clicking the SMTP E-Mail feature. En IIS Manager, navegue hasta el nivel de la jerarquía de configuración que desea administrar y, a continuación, mostrar el SMTP E-Mail página haciendo doble clic en el SMTP E-Mail característica.
2. On the SMTP E-Mail page, shown in the E-Mail Address text box, type the address you want to use as the default address from which e-mail messages are sent. En el SMTP E-Mail página, como se indica en el E-Mail cuadro de texto, escriba la dirección que desea utilizar como la dirección predeterminada de que los mensajes de correo electrónico se envían.
3. Select the Deliver E-Mail To SMTP Server option. Seleccione la Entregar e-mail a opción de servidor SMTP.
4. In the SMTP Server text box, type the fully qualified domain name of the SMTP server, such as mailer5.adatum.com. En el servidor SMTP cuadro de texto, escriba el nombre del dominio completo del servidor SMTP, como mailer5.adatum.com. Or select the Use Localhost check box to set the name of the SMTP server to localhost, allowing System.Net.Mail to send e-mail directly to the SMTP server on the local computer. O selecciona el uso Localhost casilla de verificación para establecer el nombre del servidor SMTP a localhost, lo que permite System.Net.Mail para enviar e-mail directamente al servidor SMTP en el equipo local.
5. In the Port text box, type the TCP port number to use to connect to the SMTP server. En el cuadro de texto Port, escriba el número de puerto TCP a utilizar para conectarse al servidor SMTP. The standard TCP port for SMTP is 25, so this is the default and recommended setting. El puerto TCP estándar para SMTP es de 25, por lo que esta es la opción predeterminada y recomendada.
6. The Authentication Settings options allow you to specify the authentication mode and credentials. La Configuración de opciones de autenticación le permiten especificar el modo de autenticación y las credenciales. If your SMTP server does not require authentication, choose Not Required. Si su servidor SMTP no requiere autenticación, seleccione No es necesario. Otherwise, choose one of the following options: De lo contrario, elegir una de las siguientes opciones:
• Windows Choose this to use the application identity for connecting to the SMTP server. • Elija esta Windows a utilizar la aplicación de identidad para la conexión al servidor SMTP.
• Specify Credentials Choose this to specify a user name and password for connecting to the SMTP server. • Especificar Credenciales Elija esta para especificar un nombre de usuario y contraseña para la conexión al servidor SMTP. Credentials are sent as clear text across the network. Las credenciales se envían como texto plano a través de la red. To specify credentials, click Set. Para especificar las credenciales, haga clic en Establecer. Type the user name, type and then confirm the user password, and then click OK. Escriba el nombre de usuario, el tipo y luego confirmar la contraseña de usuario y, a continuación, haga clic en Aceptar.
7. In the Actions pane, click Apply to save your settings. En el panel Acciones, haga clic en Aplicar para guardar la configuración.
You can deliver e-mail to a pickup directory by completing the following steps: Usted puede entregar e-mail a un directorio de recolección de completar los siguientes pasos:
1. In IIS Manager, navigate to the level of the configuration hierarchy you want to manage, and then display the SMTP E-Mail page by double-clicking the SMTP E-Mail feature. En IIS Manager, navegue hasta el nivel de la jerarquía de configuración que desea administrar y, a continuación, mostrar el SMTP E-Mail página haciendo doble clic en el SMTP E-Mail característica.
2. On the SMTP E-Mail page, in the E-Mail Address text box, type the address you want to use as the default address from which e-mail messages are sent. En el SMTP E-Mail página, en la dirección de correo electrónico cuadro de texto, escriba la dirección que desea utilizar como la dirección predeterminada de que los mensajes de correo electrónico se envían.
3. Select the Store E-Mail In Pickup Directory option, and then click Browse. Seleccione la tienda E-Mail En Pickup Directorio opción y, a continuación, haga clic en Examinar.
4. Use the Browse For Folder dialog box to specify the location of the pickup directory, and then click OK. Utilice el Buscar carpeta cuadro de diálogo para especificar la ubicación del directorio de recogida y, a continuación, haga clic en Aceptar.
5. In the Actions pane, click Apply to save your settings. En el panel Acciones, haga clic en Aplicar para guardar la configuración.
Source of Information : Microsoft Press Internet Information Services IIS.7.0 Administrators Pocket Consultant Fuente de información: prensa Microsoft Internet Information Services IIS.7.0 administradores consultor de bolsillo
Written by magakos. Escrito por magakos. Read more great feeds at is source Leer más grandes se alimenta de la fuente WEBSITE SITIO WEB
no comments No hay comentarios . .
Read more articles on Leer más artículos sobre IIS 7.0 IIS 7,0 and y otherSoftware otherSoftware . .
- [+] Digg [+] Digg : Feature this article : Reportaje este artículo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Guardar este artículo
- [+] Furl [+] Furl : Bookmark this article : Guardar este artículo















