IBM® Rational® ClearQuest® 데이터베이스가 복제된 경우
cqemailrelay.pl
Perl 스크립트에 -replicaname 매개변수를 지정해야 합니다. 그런 후 각 사이트에서 cqemailrelay.pl을 실행해야 합니다.
주의: -replicaname 매개변수를 사용하여
EmailRelay를 구성하고 있는 복제본 이름을 지정해야 합니다.
이 매개변수를 누락하면 EmailRelay가 PostOffice
릴레이 모드에서 작동하지 않습니다.
이 예제에서는 두 개의 사이트인 Littleton과 Beijing에서 EmailRelay를 설정하고 구성하는 방법을 보여줍니다.
먼저 Littleton 사이트에서 다음 명령을 실행합니다.
cqperl cqemailrelay.pl -dbset EmailPlus -userdb SAMPL -username admin -password secret -serverurl https://cqweb.server.com/cqweb/oslc/ -relaycfgdir C:\EmailRelay –replicaname Littleton -smtpserver smtp.your.org.com -smtpport 465 -smtpuser cq.emailrelay@your.org.com -smtppassword secret -mode smtprelay
다음,
Beijing 사이트에서 다음 명령을 실행합니다.
cqperl cqemailrelay.pl -dbset EmailPlus -userdb SAMPL -username admin -password secret -serverurl https://cqweb.server.com/cqweb/oslc/ -relaycfgdir C:\EmailRelay –replicaname Beijing -smtpserver smtp.your.org.com -smtpport 465 -smtpuser cq.emailrelay@your.org.com -smtppassword secret -mode smtprelay