How Domino formats the sender's Internet address in outbound messages

Outbound SMTP messages always include the Internet address of the sender. Domino® can obtain the sender's address, sometimes called the reply address, from the sender's Location document, the sender's Person, or by constructing the address based on a default format or rules configured in the Global Domain document. To ensure that message replies are routed correctly to the original sender, reply addresses should match the sender's Internet address.

To comply with Internet addressing standards, Domino uses RFC 821 or RFC 822 address formats for any message sent over SMTP.

Table 1. Address formats for messages sent over SMTP

Internet Address Style

Address Format

Example

RFC 821

Username@IPDomain.TopLevelDomain

Tyler_Hamilton@renovations.com

RFC 822

"FriendlyName" <Username@IPDomain.TopLevelDomain>

"Tyler Hamilton" <Tyler_Hamilton@renovations.com>

If a Domino SMTP server receives a message that is in Notes® mail format -- as when a server in the local network transfers a message to an SMTP server for routing to the Internet -- it must convert that message to MIME before transferring it over SMTP. As part of the conversion process, the Router replaces Notes-style addresses in the message, including the sender's address, with an Internet-style address.

It's easy for the Router to add the appropriate address when it's been defined in the sender's Person document. In this case, the sender's Notes client enters the Internet address in the INetFrom field of the message. When converting the message for SMTP transfer, the Router uses the supplied Internet address.

If the sender's Internet address is not present in the Notes message, the Router can attempt to retrieve it from the Person document. For address lookups to occur, you must enable them on the MIME > Conversion Options > Outbound tab of the server's Configuration Settings document (if lookups are disabled in the Configuration Settings document, they can occur if enabled in the Global domain document).

Finally, if the Router cannot obtain the sender's Internet address from either the message itself or the Person document, it will construct the address. You can specify the rules for constructing this address in the Global domain document, but in the absence of a Global domain document, the Router constructs Internet addresses using the following default format:

 Full_Name/Org%DominoDomain@IPDomain.TopLevelDomain

For example, the Router on the host smtp.renovations.com would construct the following default Internet address for the Notes user Tyler Hamilton/Sales@Europe: Tyler_Hamilton/Sales%Europe@renovations.com.

Table 2. Internet address components

Internet Address component

Description

Full_Name

The Notes common name of the sender. The Router replaces spaces in the name with underscores. For example, Tyler Hamilton becomes Tyler_Hamilton.

Org

The organizational certifier or certifiers in the sender's Notes hierarchical name. For example /Sales.

DominoDomain

The name of the Domino domain that hosts the user's mail file. For example, Europe. By default, the Domino domain is separated from the Org name by the percent (%) character.

IPDomain.TopLevelDomain

The Internet domain suffix listed in the Fully qualified Internet host name field of the Server document of the server converting the message for SMTP transfer. For example, the domain suffix of the server smtp.renovations.com is renovations.com.

To ensure that messages always include the sender's correct and reply-able Internet address, always add the Internet address to a user's Location document and Person document. To fill in the Internet Address field for all Person documents in which the field is blank, use the Internet Address Tool.