Sun Java System Instant Messaging 7.2 관리 설명서

Instant Messaging 전자 메일 아카이브 공급자 활성화 및 비활성화

iim.conf의 매개 변수 값을 수정하여 전자 메일 아카이브 공급자를 활성화 또는 비활성화할 수 있습니다.

ProcedureInstant Messaging 전자 메일 아카이브를 활성화하려면

시작하기 전에

Instant Messaging 아카이브를 활성화하려면에서 설명한 대로 Instant Messaging 아카이브를 활성화했는지 확인합니다.

  1. iim.conf를 엽니다.

    자세한 내용은 iim.conf 파일 구문을 참조하십시오.

  2. iim.conf에 다음 줄이 없으면 추가합니다.


    iim_server.msg_archive.provider = com.iplanet.im.server.EmailIMArchive
    

    iim_server.msg_archive.provider 매개 변수에는 쉼표로 구분된 아카이브 공급자의 목록이 포함됩니다. 예를 들어 전자 메일 아카이브 외에도 포털 아카이브를 활성화하려면 매개 변수와 값을 다음과 같이 입력해야 합니다.


    iim_server.msg_archive.provider = com.iplanet.im.server.IMPSArchive, \
    com.iplanet.im.server.EmailIMArchive
    
  3. iim.conf를 저장하고 닫습니다.

  4. Instant Messaging 서버 구성을 새로 고칩니다.


    imadmin refresh
    

ProcedureInstant Messaging 전자 메일 아카이브 공급자를 비활성화하려면

  1. iim.conf를 엽니다.

    자세한 내용은 iim.conf 파일 구문을 참조하십시오.

  2. iim_server.msg_archive.provider 매개 변수에서 com.iplanet.im.server.EmailIMArchive 값을 삭제합니다.

  3. iim.conf를 저장하고 종료합니다.

  4. Instant Messaging 서버 구성을 새로 고칩니다.


    imadmin refresh