Pergunta

digamos, o SMTP está configurado no servidor - server01.test.com e e-mail recebido é ativado e o SharePoint 2010 usa o servidor SMTP.

No entanto, o ID de e-mail (ex. mydocs@test.com) não existe em nenhum lugar no SharePoint e no usuário envia um email para o ID de e-mail.

Eu poderia ver que o email é colocado na pasta de queda no servidor SMTP, no entanto, será mantido na pasta Drop?e quando será removido?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top