Het vormen SMTP E-mail Montages met IIS 7.0
De e-maildiensten zijn een belangrijk deel van de meeste Internet, Intranet, en verrichtingen van de Extranetserver. Vaak, zult u vinden dat de toepassingen die op een server worden geïnstalleerd, e-mailberichten produceren die moeten worden geleverd. Met deze bedoeling, omvat IIS de Eenvoudige eigenschap van het Protocol van de Overdracht van de Post (SMTP) zodat IIS e-mailberichten voor de toepassingen van het Web kan leveren die System.Net.Mail API gebruiken. De configuratie beperkt het verzenden van berichten die door verre gebruikers worden geproduceerd, wat de rekening van de Gast van Internet en een andere genoemde gebruiker op de server van het Web omvatten. De configuratie beperkt ook het aflossen van e-mail door SMTP.
SMTP is enkel één van verscheidene componenten die omhoog een typisch e-mailsysteem maken. De Server 2008 van vensters omvat de facultatieve eigenschap van de Server SMTP om een robuustere oplossing te verstrekken. Nochtans, als u e-mail wilt ontvangen en het opslaan op de server zodat de gebruikers en de toepassingen het kunnen terugwinnen, moet u een volledig-gekenmerkte overseinenserver in de onderneming, zoals de Server 2007 installeren van de Uitwisseling van Microsoft.
U kunt de eigenschap van SMTP E-mail op twee zeer belangrijke manieren gebruiken. U kunt deze eigenschap gebruiken om e-mailberichten te leveren die door toepassingen aan een specifieke server SMTP worden geproduceerd die op het lokale systeem of een verre server loopt. Of u kunt deze eigenschap gebruiken om direct e-mail in de bestelwagenfolder voor recentere verwerking door een toepassing of voor directe verwerking door een server te laten vallen SMTP die op het lokale systeem loopt. Omdat de servers SMTP onophoudelijk hun bestelwagenfolders voor nieuwe berichten controleren, wordt om het even welk bericht dat in deze folder wordt geplaatst opgenomen en naar een rij folder voor verdere verwerking en levering overgebracht.
De e-mail berichten moeten, CC, Bcc, en van gebieden bepalen hoe het bericht zou moeten worden behandeld. Aan, worden CC, en de gebieden Bcc gebruikt om te bepalen waar het bericht zou moeten worden geleverd. Van gebied wijst op de oorsprong van het bericht. De e-mail adressen, zoals williams@tech.microsoft.com, hebben drie componenten:
? Een e-mailrekening, zoals Williams
? Bij symbool (@), dat de naam van de rekening van de domeinnaam scheidt
? Een e-maildomein, zoals tech.microsoft.com
De belangrijkste component die bepaalt hoe de berichten van serverhandvatten het e-mail of de dienstdomein is. De domeinen van de dienst kunnen of lokaal of ver zijn. Een lokaal de dienstdomein is een domein van de Naam van het Domein van het Systeem (DNS) dat plaatselijk door de server wordt onderhouden. Een ver de dienstdomein is een DNS domein dat door een andere server of postgateway wordt onderhouden.
U kunt e-mail aan een plaatselijk ontvangen of verre server leveren SMTP door de volgende stappen te voltooien:
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.
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.
3. Select the Deliver E-Mail To SMTP Server option.
4. In the SMTP Server text box, type the fully qualified domain name of the SMTP server, such as 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.
5. In the Port text box, type the TCP port number to use to connect to the SMTP server. The standard TCP port for SMTP is 25, so this is the default and recommended setting.
6. The Authentication Settings options allow you to specify the authentication mode and credentials. If your SMTP server does not require authentication, choose Not Required. Otherwise, choose one of the following options:
? Windows Choose this to use the application identity for connecting to the SMTP server.
? Specify Credentials Choose this to specify a user name and password for connecting to the SMTP server. Credentials are sent as clear text across the network. To specify credentials, click Set. Type the user name, type and then confirm the user password, and then click OK.
7. In the Actions pane, click Apply to save your settings.
You can deliver e-mail to a pickup directory by completing the following steps:
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.
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.
3. Select the Store E-Mail In Pickup Directory option, and then click Browse.
4. Use the Browse For Folder dialog box to specify the location of the pickup directory, and then click OK.
5. In the Actions pane, click Apply to save your settings.
Source of Information : Microsoft Press Internet Information Services IIS.7.0 Administrators Pocket Consultant
Written by magakos. Read more great feeds at is source WEBSITE
1 comment.
Read more articles on IIS 7.0 and otherSoftware.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article
















#1. August 14th, 2008, at 11:57 AM.
I dont owned any domain like (rediff/yahoo), and i access internet through cable medium, can i send a mail to other domains like yahoo & can receive one. If possible how? can u explain in details