1 / 2

Configuration Web Service

.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. MX, CERT Requests. DNS Responder.

tien
Download Presentation

Configuration Web Service

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. .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 MX, CERT Requests DNS Responder XDD Clients Monitor Service MDNs Human Admin Configuration Web/Console UI DNS Web Service SQL Configuration Web Service Automated Admin

  2. C# Reference Implementation Configuration Schema Anchors Administrators • Owner * • Thumbprint • CertificateID (auto) • CreateDate • CertificateData • ValidStartDate • ValidEndDate • ForIncoming • ForOutgoing • Status • UserName • AdministratorID (auto) • PasswordHash • CreateDate • UpdateDate DnsRecords • RecordID(auto) • DomainName (FK) • TypeID • RecordData • ValidStartDate • ValidEndDate • UpdateDate • Notes Domains • DomainName (string) • AgentName (string) • DomainID (auto) • CreateDate • UpdateDate • Status Bundles • BundleID (auto) • Owner * • Url • CreateDate • ForIncoming • ForOutgoing • Status Mdns Addresses • MdnId • MdnIdentifier • MessageId • RecipientAddress • SenderAddress • Subject • Status • NotifyDispatched • CreateDate • EmailAddress (string) • AddressID (auto) • DomainID (FK) • DisplayName • Type ** • CreateDate • UpdateDate • Status Certificates (private) • Owner * • Thumbprint • CertificateID (auto) • CreateDate • CertificateData • ValidStartDate • ValidEndDate • Status * “Owner” fields FK to either Domain.DomainName or Addresses.EmailAddress and inherit from domain to address. ** Addresses.Type is a free-text strings for use by implementations to manage routing.

More Related