Лучший отвечающий
SMTP для MOSS 2007

Вопрос
-
Всем привет!
В нашей организации нет налаженной почтовой службы. Пытаюсь придумать, как настроить SharePoint Server, чтобы он мог посылать письма (например, Daily Summary) пользователям. В руководстве администратора MOSS 2007 этой проблеме уделен 1 абзац, где сказано, что нужно "настроить SMTP-сервер, который будет отвечать за маршрутизацию сообщений. В качестве такого сервера может выступать любой SMTP-совместимый сервер".
Остается непонятным, как настраивать сам SharePoint, ведь в нем при настройке исходящей почты можно задать только адрес SMTP-сервера, адрес отправителя и обратный адрес (никаких логинов и паролей!). Большинство SMTP-серверов (например, mail.ru, gmail итд) запрашивают логин и пароль. Вопрос: возможно ли использовать внешние SMTP-сервера (не во внутренней сети) для отправки писем моим SharePoint-ом?
Если нет, то как еще можно настроить исходящую почту, не прибегая к установке собственного сервера?
Заранее всем спасибо за идеи и комментарии!
Иван
3 июля 2008 г. 10:53
Ответы
-
Можно попробовать так:
The real problem was - external SMTP server required authentication
and Sharepoint itself does not give opportunity to give user/pass
anywhere (just "Outbound SMTP server").So the easiest idea worke fine for me
I set up a virtual SMTP
server on my server1.bizdomain.local and told sharepoint to make it an
"Outgoing SMTP server". In ISS->SMTP Settings->Delivery uner the
button Outbound Security in section Basic Authentication I filled in
data of my sharepoint mailbox from external server
(sharepo...@bizdomain.com and password to this account)So now when sharepoint is to send e-mails it uses local SMTP server to
rely messages to my external mail server and that server does the
rest...@bizdomain.com and password to this account)
So now when sharepoint is to send e-mails it uses local SMTP server to
rely messages to my external mail server and that server does the
rest- Помечено в качестве ответа Vinokurov YuriyModerator 13 мая 2009 г. 8:29
3 июля 2008 г. 11:44Отвечающий
Все ответы
-
Можно попробовать так:
The real problem was - external SMTP server required authentication
and Sharepoint itself does not give opportunity to give user/pass
anywhere (just "Outbound SMTP server").So the easiest idea worke fine for me
I set up a virtual SMTP
server on my server1.bizdomain.local and told sharepoint to make it an
"Outgoing SMTP server". In ISS->SMTP Settings->Delivery uner the
button Outbound Security in section Basic Authentication I filled in
data of my sharepoint mailbox from external server
(sharepo...@bizdomain.com and password to this account)So now when sharepoint is to send e-mails it uses local SMTP server to
rely messages to my external mail server and that server does the
rest...@bizdomain.com and password to this account)
So now when sharepoint is to send e-mails it uses local SMTP server to
rely messages to my external mail server and that server does the
rest- Помечено в качестве ответа Vinokurov YuriyModerator 13 мая 2009 г. 8:29
3 июля 2008 г. 11:44Отвечающий -
Можно поднять POP на сервере IIS. Займёт 1 минуту.11 июля 2008 г. 9:28