• 15 апреля стартует «Курс «SQL-injection Master» ©» от команды The Codeby

    За 3 месяца вы пройдете путь от начальных навыков работы с SQL-запросами к базам данных до продвинутых техник. Научитесь находить уязвимости связанные с базами данных, и внедрять произвольный SQL-код в уязвимые приложения.

    На последнюю неделю приходится экзамен, где нужно будет показать свои навыки, взломав ряд уязвимых учебных сайтов, и добыть флаги. Успешно сдавшие экзамен получат сертификат.

    Запись на курс до 25 апреля. Получить промодоступ ...

Проблема с перенаправлением почты

  • Автор темы SHuRuP8
  • Дата начала
S

SHuRuP8

Уважаемые коллеги! Помогите пожалуйста решить такую проблему.

Требуется направлять почту с Lotus через сервер провайдера.
В конфигурации сервера в Relay host for messages leaving the local internet domain: указываю сервер провайдера, почта все равно идет напрямую.
Поднимал новый сервер, прописывал сервер провайдера, все получается. Скажите в чем может быть проблема, может где какую галку лишнюю поставил? Также в Router/SMTP пропала вкладка Rules, причем уже не первый раз пропадает. Как возвращал уже не помню :)

Заранее спасибо!
 

puks

Lotus Team
03.02.2007
1 919
55
BIT
5
А сервер перезапускал?

По поводу закладки: _http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21214711
 
C

collection

1) в настройках конфигурации использование SMTP для отправки сообщений во внешние домены Интернета: ВЫкЛ + Relay host for messages leaving the local internet domain, ну и tell router update config
2)
Rules tab does not display on Server Configuration document when viewed using the Admin client and in some cases the Notes client
Technote (FAQ)

Problem
When using the Domino Administrator client, the Rules tab does not display when you select Messaging Settings on the Configuration tab. This issue occurs after you upgrade the design of the Domino Directory to the 6.5.4 or 7.0 pubnames.ntf. You may also notice that after a Configuration document is edited from the Domino Administrator client, the Rules tab no longer appears when the document is viewed from the Notes client.

Steps to reproduce
1. Open the Domino Administrator client.
2. Select the Configuration tab.
3. In the left pane, select the Messaging -> Messaging Settings tab.
4. In the main pane, select the Restrictions and Controls tab. The Rules tab should appear at this point.

Solution
The change in behavior where the Rules tab does not display when the configuration information is viewed from the Domino Administrator client, is the direct result of the fix introduced in Notes/Domino 6.5.4 and 7.0 for SPR# TSNG5W2AJC. To create and/or modify rules, you should use the Notes client.

Note: The SPR TSNG5W2AJC is relative to undesired behavior when using the Domino Administrator client to work with rules. For details on these issues, refer to the document titled "Error on server rules - Function ActionEditRule - 4412: NotesError - Cannot locate field" (#1161905).

The change in behavior where the Rules tab may not display when the Configuration document is viewed from the Notes client, is an unexpected regression issue caused by the fix for SPR# TSNG5W2AJC. This regression has been reported to Quality Engineering as SPR# STAA6HJ846. The issue occurs only in cases where the Configuration document was previously edited and saved from the Domino Administrator client.

To avoid the regression issue in the future:
Edit the ($MessageSettings) form and change the ActForm field from type "Editable" to "Computed For Display".

To fix Configuration documents already in this state:
The issue occurs because the ActForm field is present. To resolve the issue, delete the ActForm field from the Configuration document. There are two approaches to accomplish this:

1. Create a Formula agent, designed to act on selected documents, and give it the following formula:

Field ActForm :=@Deletefield

Select the affected Configuration documents and run the agent.

OR

2. Code can be added to the ServerConfig form so that it deletes the field when the Configuration document is opened. Edit the ServerConfig form and add the following LotusScript code to the QueryOpen event:

Dim doc As NotesDocument
Set doc = Source.Document
If Not doc.Isnewnote Then
If doc.HasItem("ActForm") Then
Call doc.RemoveItem("ActForm")
Call doc.save(True, True)
End If
End If
 
S

SHuRuP8

Спасибо, уже разобрался
Просто создал новую конфигурацию и все заработало
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!