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

Ironport LDAP query question

fashour
Level 1
Level 1

I have an ironport implementation that requires mail routing based on ldap attribute employeeid. the thought is to have ironport route messages when employeeid attribute is populated with a value to alt-mailhost. if the value is null, use normal routing.

I am thinking of using the following query:

(&(employeeid=*)(proxyAddresses=smtp:{a}))

then use message filters to make use of the ldap routing to alt-mailhost.

Question: is wildcard value (*) allowable to search for non null attributes?

If logic above is not an option, any recommendation on how to implement the requirement?

Any input is appreciated.

Thank you

Fadi

2 Replies 2

tan-thien.ngo
Level 1
Level 1

Hi fashour,

have you been able to find a solution?

I made couple of tests in my lab and it seems the wildcard is working.