cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2034
Views
0
Helpful
2
Replies

LDAP group query

BigRed
Level 1
Level 1

Hi there,

I have one question concerning ldap group querys.

At which time the group query are executed? Just when they are used ( I use them on message filters)

or is there a separate "pipeline" like LDAP Accept or Routing query?

If they are executed on use are they executed multiple times if I have something like this in one messagefilter?

if rcpt-to-group == "a"

....

if rcpt-to-group =="b"

...

 

Thanks in advance.

 

Regards,

Thomas

1 Accepted Solution

Accepted Solutions

Libin Varghese
Cisco Employee
Cisco Employee

A group query can be called upon at different places based on the requirement.

 

For instance, they can be used with message/content filters, for incoming/outgoing mail policies, for spam notifications.

 

The query would be executed at the stage where it is configured.

 

Regards,

Libin Varghese

View solution in original post

2 Replies 2

Libin Varghese
Cisco Employee
Cisco Employee

A group query can be called upon at different places based on the requirement.

 

For instance, they can be used with message/content filters, for incoming/outgoing mail policies, for spam notifications.

 

The query would be executed at the stage where it is configured.

 

Regards,

Libin Varghese

Hi Libin,

 

thanks for the answer.

 

Regards,

Thomas