Barracuda LDAP filter?

Email addresses are first initial + last name. However, users receive mail from both the short name (first initial + first 7 characters of the last name) and the full address.

We want to uses the LDAP filter on a Barracuda spam filter. This feature functions properly, but filters out everything but the short name. We need to be able to use the LDAP filter, but allow both the long and short name.

Any ideas?

Subject: Barracuda LDAP filter?

Did you ever get this to work, even with the other reply you received?

My Barracuda 300 only works with short names despite any other filter I have tried. I something in LDAP might need to be changed or added but I’m not having any success.

I need LDAP to see and verify all usernames for this to work. Next call to Barracuda support I guess.

Subject: Barracuda LDAP filter?

This is the filter I use on my pro 300.

(|(othermailbox=smtp$${recipient_email})(othermailbox=smtp:${recipient_email})(proxyaddresses=smtp$${recipient_email})(proxyaddresses=smtp:${recipient_email})(mail=${recipient_email})(userPrincipalName=${recipient_email})(ShortName=${recipient_email}))

Subject: Barracuda LDAP filter?

I got this work…not sure if this is a hack or the right way but it does work for moi.

If you are seeing this in the Barracuda message log for a user name:

John_Smith/XYZ@mydomain.com

put the exact thing in the Internet address field in the address book.

Hope this helps!