20 likes | 145 Views
.NET Reference Implementation Components. Email Clients. Windows SMTP Service (Gateway). “Real” SMTP Server. SMTP. Inbound, Outbound SMTP Msgs. SMTP Event Sinks. Security Agent. File. Drop. Pickup. XDD Gateway. Inbound, Outbound XDD Msgs. DNS Responder. XDD Clients. MX, CERT
E N D
.NET Reference Implementation Components Email Clients Windows SMTP Service (Gateway) “Real” SMTP Server SMTP Inbound, Outbound SMTP Msgs SMTP Event Sinks Security Agent File Drop Pickup XDD Gateway Inbound, Outbound XDD Msgs DNS Responder XDD Clients MX, CERT Requests Human Admin Configuration Web/Console UI Configuration Web Service SQL Automated Admin
C# Reference Implementation Configuration Schema administrators • Owner * • PasswordHash • CreateDate • UpdateDate Domains MXs • DomainName (string) • DomainID (auto) • PostmasterAddressID • Type ** • CreateDate • UpdateDate • Status • SMTPDomainName (string) • MXID (auto) • DomainID (FK) • Preference • CreateDate • UpdateDate settings • Owner * • SettingName • SettingValue • CreateDate • UpdateDate Addresses Certificates (private) Anchors • EmailAddress (string) • AddressID (auto) • DomainID (FK) • DisplayName • Type ** • CreateDate • UpdateDate • Status • Owner * • Thumbprint • CertificateID (auto) • CreateDate • CertificateData • ValidStartDate • ValidEndDate • AutoTrustAuthority • Status • Owner * • Thumbprint • CertificateID (auto) • CertificateData • ValidStartDate • ValidEndDate • ForIncoming • ForOutgoing • Status Items in red are deprecated and will be removed. Items in green are not yet implemented. * “Owner” fields FK to either Domain.DomainName or Addresses.EmailAddress and inherit from domain to address. ** Domains.Type and Addresses.Type are free-text strings for use by implementations to manage routing.