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.
인터넷 주소 스타일 |
주소 형식 |
예 |
---|---|---|
RFC 821 |
사용자 이름@IPDomain.TopLevelDomain |
Tyler_Hamilton@renovations.com |
RFC 822 |
"친절한 이름"<Username@IPDomain.TopLevelDomain> |
"타일러 해밀턴"<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 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).
마지막으로, 라우터가 메시지 자체나 Person 문서에서 발신자의 인터넷 주소를 얻을 수 없는 경우 주소를 구성합니다. 글로벌 도메인 문서에서 이 주소를 구성하기 위한 규칙을 지정할 수 있지만 글로벌 도메인 문서가 없는 경우 라우터는 다음 기본 형식을 사용하여 인터넷 주소를 구성합니다.
전체_이름/조직%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.
인터넷 주소 구성 요소 |
설명 |
---|---|
전체 이름 |
The Notes® common name of the sender. The Router replaces spaces in the name with underscores. For example, Tyler Hamilton becomes Tyler_Hamilton. |
조직 |
The organizational certifier or certifiers in the sender's Notes® hierarchical name. For example /Sales. |
도미노 도메인 |
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 |
SMTP 전송을 위해 메시지를 변환하는 서버의 서버 문서의 정규화된 인터넷 호스트 이름 필드에 나열된 인터넷 도메인 접미사입니다. 예를 들어, smtp.renovations.com 서버의 도메인 접미사는 renovations.com입니다. |
메시지에 항상 발신자의 정확하고 회신 가능한 인터넷 주소가 포함되도록 하려면 항상 사용자의 위치 문서와 사람 문서에 인터넷 주소를 추가하세요. 필드가 비어 있는 모든 사람 문서의 인터넷 주소 필드를 채우려면 인터넷 주소 도구를 사용하세요.