Share via


하위 도메인의 모든 전자 메일 메시지를 다시 쓰는 방법

 

적용 대상: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007

마지막으로 수정된 항목: 2007-08-13

이 항목에서는 Exchange 관리 셸을 사용하여 Microsoft Exchange Server 2007 Edge 전송 서버 역할이 설치되어 있는 컴퓨터의 여러 하위 도메인에서 보낸 모든 전자 메일 메시지를 다시 쓰는 새 주소 다시 쓰기 항목을 만드는 방법에 대해 설명합니다. 여러 하위 도메인을 다시 쓸 경우 다음 유형의 주소 다시 쓰기 항목을 만들 수 있습니다.

  • 모든 하위 도메인에 적용되는 주소 다시 쓰기 항목

  • 특정 하위 도메인에만 적용되는 주소 다시 쓰기 항목

  • 예외로 지정한 하위 도메인을 제외한 모든 하위 도메인에 적용되는 주소 다시 쓰기 항목

참고

Exchange 관리 콘솔을 사용하여 주소 다시 쓰기 에이전트를 관리할 수 없습니다. 주소 다시 쓰기 에이전트를 관리하려면 Exchange 관리 셸을 사용해야 합니다. Exchange 관리 셸을 사용하는 방법에 대한 자세한 내용은 Exchange 관리 셸 사용을 참조하십시오.

주소 다시 쓰기에 대한 자세한 내용은 주소 다시 쓰기 계획를 참조하십시오.

시작하기 전에

Edge 전송 서버 역할이 설치되어 있는 컴퓨터에서 다음 절차를 수행하려면 해당 컴퓨터의 로컬 관리자 그룹에 속한 계정을 사용하여 로그온해야 합니다.

또한 이 절차를 수행하기 전에 새 주소 다시 쓰기 항목을 만드는 방법을 읽어 보십시오.

경고

여러 도메인을 다시 쓰는 주소 다시 쓰기 항목을 만들려면 하위 도메인을 준비해야 합니다. 자세한 내용은 여러 도메인에서 주소 다시 쓰기 준비를 참조하십시오.

New-AddressRewriteEntry cmdlet에는 TemplateInstance 매개 변수가 포함되어 있습니다. TemplateInstance 매개 변수를 사용하여 하나의 주소 다시 쓰기 항목 구성을 다른 주소 다시 쓰기 항목에 복사할 수 있습니다. 주소 다시 쓰기 항목에 복사할 수 있는 속성은 OutboundOnly 속성 및 ExceptionList 속성입니다. 기존 주소 다시 쓰기 항목을 템플릿으로 사용하는 방법에 대한 자세한 내용은 템플릿을 참조하십시오.

모든 하위 도메인의 전자 메일 메시지 다시 쓰기

모든 하위 도메인의 모든 전자 메일 메시지 머리글을 다시 쓰는 주소 다시 쓰기 항목을 만들려면 다음 명령 구문을 사용합니다.

New-AddressRewriteEntry -Name <address rewrite entry name> -InternalAddress <*.internal domain> -ExternalAddress <external domain> -OutboundOnly $True

Exchange 관리 셸을 사용하여 여러 하위 도메인과 상위 도메인에서 보낸 모든 전자 메일 메시지를 다시 쓰는 새 주소 다시 쓰기 항목을 만들려면 다음을 수행합니다.

  • 다음 명령을 실행합니다.

    New-AddressRewriteEntry -Name "Rewrite all contoso.com sub-domains" -InternalAddress *.contoso.com -ExternalAddress contoso.com -OutboundOnly $True 
    

Exchange Server 2007 SP1(서비스 팩 1)에서 특정 하위 도메인의 전자 메일 메시지 다시 쓰기

Exchange 2007 SP1에서 특정 도메인의 전자 메일 메시지 머리글을 다시 쓰는 주소 다시 쓰기 항목을 만들려면 다음 명령 구문을 사용합니다.

New-AddressRewriteEntry -Name <address rewrite entry name> -InternalAddress <internal domain 1> -ExternalAddress <external domain> -OutboundOnly $True
New-AddressRewriteEntry -Name <address rewrite entry name> -InternalAddress <internal domain n> -ExternalAddress <external domain> -OutboundOnly $True

Exchange 2007 SP1에서 Exchange 관리 셸을 사용하여 특정 하위 도메인에서 보낸 모든 전자 메일 메시지를 다시 쓰는 새 주소 다시 쓰기 항목을 만들려면 다음을 수행합니다.

  • 다음 명령을 실행합니다.

    New-AddressRewriteEntry -Name "Rewrite sales.contoso.com to contoso.com" -InternalAddress sales.contoso.com -ExternalAddress contoso.com -OutboundOnly $True
    New-AddressRewriteEntry -Name "Rewrite marketing.contoso.com to contoso.com" -InternalAddress marketing.contoso.com -ExternalAddress contoso.com -OutboundOnly $True
    New-AddressRewriteEntry -Name "Rewrite research.contoso.com to contoso.com" -InternalAddress research.contoso.com -ExternalAddress contoso.com -OutboundOnly $True
    

Exchange 2007의 RTM(Release To Manufacturing) 버전에서 특정 하위 도메인의 전자 메일 메시지 다시 쓰기

Exchange 2007 RTM에서 특정 도메인의 전자 메일 메시지 머리글을 다시 쓰는 주소 다시 쓰기 항목을 만들려면 다음 명령 구문을 사용합니다.

New-AddressRewriteEntry -Name <address rewrite entry name> -InternalAddress <*.internal domain 1> -ExternalAddress <external domain> -OutboundOnly $True
New-AddressRewriteEntry -Name <address rewrite entry name> -InternalAddress <*.internal domain n> -ExternalAddress <external domain> -OutboundOnly $True

Exchange 2007 RTM에서 Exchange 관리 셸을 사용하여 특정 하위 도메인에서 보낸 모든 전자 메일 메시지를 다시 쓰는 새 주소 다시 쓰기 항목을 만들려면 다음을 수행합니다.

  • 다음 명령을 실행합니다.

    New-AddressRewriteEntry -Name "Rewrite sales.contoso.com to contoso.com" -InternalAddress *.sales.contoso.com -ExternalAddress contoso.com -OutboundOnly $True
    New-AddressRewriteEntry -Name "Rewrite marketing.contoso.com to contoso.com" -InternalAddress *.marketing.contoso.com -ExternalAddress contoso.com -OutboundOnly $True
    New-AddressRewriteEntry -Name "Rewrite research.contoso.com to contoso.com" -InternalAddress *.research.contoso.com -ExternalAddress contoso.com -OutboundOnly $True
    

예외가 있는 모든 하위 도메인의 전자 메일 메시지 다시 쓰기

특정 하위 도메인을 제외한 모든 하위 도메인의 모든 전자 메일 메시지 머리글을 다시 쓰는 주소 다시 쓰기 항목을 만들려면 다음 명령 구문을 사용합니다.

New-AddressRewriteEntry -Name <address rewrite entry name> -InternalAddress <*.internal domain> -ExternalAddress <external domain> -OutboundOnly $True -ExceptionList <excluded domain name 1, excluded domain name 2>

Exchange 관리 셸을 사용하여 지정한 하위 도메인을 제외하고 여러 하위 도메인과 상위 도메인에서 보낸 모든 전자 메일 메시지를 다시 쓰는 새 주소 다시 쓰기 항목을 만들려면 다음을 수행합니다.

  • 다음 명령을 실행합니다.

    New-AddressRewriteEntry -name "Rewrite all contoso.com sub-domains except legal.contoso.com" -InternalAddress *.contoso.com -ExternalAddress contoso.com -OutboundOnly $True -ExceptionList legal.contoso.com, corp.contoso.com
    

추가 정보

구문과 매개 변수에 대한 자세한 내용은 New-AddressRewriteEntry를 참조하십시오.

주소 다시 쓰기에 대한 자세한 내용은 다음 항목을 참조하십시오.