You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

COmanage Registry can track email addresses, although it does very little with them directly (other than potentially verifying them as part of enrollment). This document provides recommendations for how to store email addresses for different purposes in registry.

Function

Description

Example

Registry Usage (in cm_email_addresses)

LDAP Attribute

display

Address to render in a directory entry, especially for use in a "To:" or "Cc:" field.

pat.lee@myvo.org

Attach to CO Person with type "official"

mail (per RFC 4524 andeduPerson)

delivery

Delivery location (eg: mailbox).

plee@mailhub.myvo.org

Attach to CO Person with type "delivery"

mailForwardingAddress

forwarding

Address to forward mail to, perhaps if received at a display address or an acceptance address when there is no delivery address.

pat.lee@gmail.com

Attach to CO Person with type "forwarding"

mailForwardingAddress

acceptance

Alternate addresses to accept for mail delivery or forwarding.

plee123@university.edu, plee@aol.com

Attach to Org Identity with type "official" or CO Person with type "personal"

mailAlternateAddress

  • No labels