Sun Java System Messaging Server 6.3 관리 설명서

12.9.3 크기 제한 또는 수신자 수 제한을 초과하는 메시지 대상 다시 지정

키워드: alternatechannel, alternateblocklimit , alternatelinelimit, alternaterecipientlimit

MTA는 수신자 수, 메시지 크기, 메시지 행 수 등에 대한 지정된 제한을 초과하는 메시지의 대상을 대체 대상 채널로 다시 지정하는 기능을 제공합니다. 이 기능은 대상 채널에 포함될 수 있는 alternatechannel, alternateblocklimit, alternatelinelimitalternaterecipientlimit 채널 키워드 집합으로 구현됩니다. alternatechannel 키워드는 사용할 대체 채널의 이름을 지정하는 단일 인수를 가집니다. 다른 키워드는 각각 해당 임계값을 지정하는 정수 인수를 갖습니다. 이러한 임계값을 초과하는 메시지는 원본 대상 채널 대신 대체 채널의 대기열에 포함됩니다.

다음 채널 블록 예에서는 인터넷의 tcp_local 채널로 이동해야 하는 5,000개 이상의 블록을 가진 대용량 메시지가 tcp_big 채널로 대신 이동됩니다.


tcp_local smtp ...other keywords... alternatechannel tcp_big alternateblocklimit 5
tcp-daemon


tcp_big smtp ...rest of keywords...
tcp-big-daemon

다음 예는 alternate* 채널 키워드를 사용하는 방법을 보여 줍니다.