SMTP server:port in ibm intranet

where can I get smtp server and port information in IBM internat.

Related:

The body format must have the value ‘text’ or ‘html’.

Details
Product: SQL Server Notification Services
Event ID: 7304
Source: NotificationServices
Version: 2.0.9999.9
Message: The body format must have the value ‘text’ or ‘html’.
   
Explanation
This error occurs when the SMTP delivery protocol is in use but the BodyFormat field has been given a faulty value in the ADF.

In the /NotificationClasses/NotificationClass/Protocols section of the ADF, each notification class is configured to use one or more delivery protocols. Each delivery protocol uses its own set of fields when delivering a notification. If you use the SMTP delivery protocol, you can optionally specify the BodyFormat field, which tells the SMTP delivery protocol whether the e-mail message body is plain text or HTML. If you do not explicitly specify a value for BodyFormat, the value ‘text’ is used by default. If you do specify a value, it must be either ‘text’ or ‘html’. It looks similar to the following if you want a fixed value across all e-mail messages:

<field><fieldname>BodyFormat</fieldname><sqlexpression>’Html'</sqlexpression></field>

Or, if you want to vary the BodyFormat value from one message to the next, you can do something similar to this:

<field><fieldname>BodyFormat</fieldname><sqlexpression>NotificationBodyFormat</sqlexpression></field>

In this case you need to have a field in your <notificationclass> element called NotificationBodyFormat, and this field must have a valid format for each notification.</notificationclass>

   
User Action
First identify the faulty BodyFormat field in the ADF and fix it. Then stop the service, run NSControl Update, and start the service again.

Related:

The Inter-Site Messaging Service SMTP Transport plug-in has received a delivery status report from the SMTP Service regarding a message that it submitted. This may be a permanent or a transient condition. The error message is: %1 The delivery status text is as follows: %2 %3 If the SMTP Service has given up too quickly- you can adjust the retry parameters using the SMTP Service Manager. If the destination system is not known or directly connected to this system- it may be necessary for the SMTP Service to be configured to use a gateway in order to route the mail to the target system. This may be done using the SMTP Service Manager. If the destination is down- its DNS address cannot be resolved- or network connectivity cannot be established- please consult your Network Administrator. If the error indicates that the mail message is too large- it will be necessary to increase the message size limit of the SMTP Service or disable limit checking entirely. This may be done through the SMTP Service Manager. The Directory software will try again later when it issues another replication message according to the schedule and replication interval of the inter-site connection. The record data is the status code.

Details
Product: Windows Operating System
Event ID: 1448
Source: Active Directory
Version: 5.0
Symbolic Name: DIRLOG_ISM_SMTP_DSN
Message: The Inter-Site Messaging Service SMTP Transport plug-in has received a delivery status report from the SMTP Service regarding a message that it submitted. This may be a permanent or a transient condition. The error message is: %1 The delivery status text is as follows: %2 %3 If the SMTP Service has given up too quickly- you can adjust the retry parameters using the SMTP Service Manager. If the destination system is not known or directly connected to this system- it may be necessary for the SMTP Service to be configured to use a gateway in order to route the mail to the target system. This may be done using the SMTP Service Manager. If the destination is down- its DNS address cannot be resolved- or network connectivity cannot be established- please consult your Network Administrator. If the error indicates that the mail message is too large- it will be necessary to increase the message size limit of the SMTP Service or disable limit checking entirely. This may be done through the SMTP Service Manager. The Directory software will try again later when it issues another replication message according to the schedule and replication interval of the inter-site connection. The record data is the status code.
   
Explanation

The Intersite Messaging service received a delivery status report indicating delivery failure for a message it submitted using the SMTP service. This might be a permanent or a transient condition. Active Directory will try this operation again later when it sends another replication message according to the intersite connection schedule.

   
User Action

If the SMTP service indicates a delivery failure very quickly, you might need to use the SMTP service manager to adjust the SMTP retry parameters.

If the destination domain controller is unknown or is not directly connected to the local domain controller, you might need to use the SMPT service manager to configure SMTP so that it uses a gateway to route the mail to the target system.

If the DNS address for the destination domain controller cannot be resolved, or if network connectivity cannot be established, consult your network administrator.

If the mail message is too large, either increase the message size limit of the SMTP service or disable limit checking.

Related: