Question

Permet de dire, SMTP est configuré sur le serveur - Server01.Test.com et le courrier électronique entrant est activé et SharePoint 2010 utilise le serveur SMTP.

Cependant, l'identifiant de messagerie (ex., mydocs@test.com) n'existe nulle part dans SharePoint et l'utilisateur envoie un mail à l'ID de messagerie.

Je pouvais voir que le courrier électronique est mis sur le dossier DROP sur le serveur SMTP, mais HOBLONG sera maintenu sur le dossier DROP?et quand il sera supprimé?

Était-ce utile?

La solution

Once you install SMTP on IIS, Drop box will be created automatically.

Open IIS manager -> Default SMTP virtual Server -> Domains -> MOSSserver.domain.com -> Properties.

Check the drop directory location, default location would be "C:\inetpub\mailroot\Drop" where all the emails will be stored till Sharepoint timer service pick it up. Sharepoint timer service will check this folder every 5 minutes (default). The timer job that picks up mail runs about every 5 minutes or so, so you should not see the email sit there for long

"Microsoft SharePoint Foundation Incoming E-Mail" service will pick's up the emails from the drop folders and sends to the required location using the X-Sender and X-Receiver headers in your emails, these headers is automatically added if you use the SMTP service in Windows.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top