# public-inbox data flow # # Note: choose either "delivery tools" OR "git mirroring tools" # for a given inboxdir. Using them simultaneously for the # SAME inboxdir will cause conflicts. Of course, different # inboxdirs may choose different means of getting mail into them. # You may fork any inbox by starting with "git mirroring tools", # and switching to "delivery tools". graph { flow: down } [delivery tools:\n public-inbox-mda\n public-inbox-watch\n public-inbox-learn] -> [inboxdir] [git mirroring tools:\n public-inbox-clone,\n public-inbox-fetch,\n grok-pull,\n various scripts ] -- git (clone|fetch) &&\n public-inbox-index --> [inboxdir] [inboxdir] -> [read-only daemons:\n public-inbox-netd\n public-inbox-httpd\n public-inbox-imapd\n public-inbox-nntpd] # Copyright all contributors # License: AGPL-3.0+