GithubHelp home page GithubHelp logo

Add DKIM explainer diagram about kumomta HOT 3 CLOSED

tommairs avatar tommairs commented on August 15, 2024
Add DKIM explainer diagram

from kumomta.

Comments (3)

tommairs avatar tommairs commented on August 15, 2024

Closing this as I already added it to docs

from kumomta.

wez avatar wez commented on August 15, 2024

Note that mdbook is setup to work with https://mermaid.js.org/ so you can define that kind of diagram inline like this, and it will emit an SVG that will scale to the browser size and have text that is copy and pasteable.

graph TD
   SMTA["Sending MTA"]
   RMTA["Receiving MTA"]
   MBOX["User Mailbox"]
   DNS
   SMTA -- 2. Send to recipient MTA --> RMTA
   RMTA -- 4. Deliver to mailbox --> MBOX
   SMTA -- 1. Publish Public Key --> DNS
   RMTA -- 3. Get Sender's Public Key --> DNS

  style SMTA fill:orange,color:black
  style RMTA fill:skyblue,color:black
  style DNS fill:#A2E4B8,color:black
  style MBOX fill:#E8DD8E,color:black
Loading

https://mermaid.js.org/syntax/flowchart.html has more info on the syntax

from kumomta.

tommairs avatar tommairs commented on August 15, 2024

from kumomta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.