Cisco Cisco Email Security Appliance C160 Guía Del Usuario

Descargar
Página de 1196
 
25-24
Cisco AsyncOS 9.1 for Email 사용 설명서
 
25      LDAP 쿼리
  그룹 LDAP 쿼리를 사용하여 수신자가 그룹 멤버인지 판별
절차 
1단계
먼저, 그룹 멤버십과 정확하게 일치하는 메시지에 적용할 메시지 필터가 생성됩니다. 이 예에서는 
mail-from-group
 규칙을 사용하는 필터를 생성합니다. 봉투 발신자가 LDAP 그룹 
"marketing-group1" 소속인 모든 메시지는 대체 전달 호스트(필터 
alt-mailhost
 작업)를 통해 전달
됩니다. 
그룹 멤버십 필드 변수(groupName)는 2단계에서 정의됩니다. 그룹 특성인 "groupName"은 
marketing-group1
 값을 사용하여 정의됩니다. 
mail3.example.com> filters
Choose the operation you want to perform:
- NEW - Create a new filter.
- IMPORT - Import a filter script from a file.
[]> new
Enter filter script.  Enter '.' on its own line to end.
MarketingGroupfilter:
  if (mail-from-group == "marketing-group1") {
      alt-mailhost ('marketingfolks.example.com');}
.
1 filters added.
Choose the operation you want to perform:
- NEW - Create a new filter.
- DELETE - Remove a filter.
- IMPORT - Import a filter script from a file.
- EXPORT - Export filters to a file
- MOVE - Move a filter to a different position.
- SET - Set a filter attribute.
- LIST - List the filters.
- DETAIL - Get detailed information on the filters.