Hello,
I have a use case where:
- Some users have a personal mailbox and can access other shared mailboxes
- Other users can anly access their personal mailbox
We need to authenticate users so that
- Users with personnal and shared mailboxes can authenticate and send email for these mailboxes
- Users with only personnal mailbox can only authenticate to send their own mail
Auth User ID |
Mail From |
Can Send? |
bob |
bob@domain.com |
YES |
bob |
shared1@domain.com |
YES |
bob |
shared2@domain.com |
YES |
bill |
bill@domain.com |
YES |
bill |
any |
NO |
bill |
any |
NO |
I see this kb https://www.cisco.com/c/en/us/support/docs/security/email-security-appliance/117800-technote-esasmtp-00.html but as I understand it only checks for a matching beween the UserID and From.
We have an LDAP attribute that can identify users who can send for multiple mailboxes
Thanks for any help