cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
0
Helpful
5
Replies

End User Spam Quarantine alias consolidation and SAML auth

REJR77
Level 1
Level 1

Hi,

I am on the way to authenticate end-users for the Spam Quarantine (on the SMA) with SAML.

Users can get access to their spam.

Is it possible as well for them to get their alias SPAM ? At the time they can not see the Alias SPAM

Thanks

5 Replies 5

Pretty sure you'll still need an LDAP query to do the Spam Consolidation.

A SPAM consolidation query is configured. To add a precision the email address ends with @domain.com and the alias is @domain2.com

daro
Level 1
Level 1

you absolutely need the alias consolidation on order for the SMA to understand that the given user login has mutiple email addresses

if the LDAP servers are just your usual Active Directory the following query should work

Name: yourdomain.isq_alias
Query String: (|(proxyAddresses={a})(proxyAddresses=smtp:{a}))
Email Attribute: mail,proxyAddresses

if you are using Cloud Email Security you first need an IPsec tunnel for this

more info here:

https://docs.ces.cisco.com/docs/site-to-site-vpn#vpn-settings

daniel

Hi Daro,

Thank you for your reply,

Can you please elaborate why you have 2 Email Attributes in the Query?

Email Attribute: mail,proxyAddresses

 

one is for the main address (mail) and the other is for the alias addresses (proxyAddresses)

it ist just the name for those attributes in Active Directory