Eric Wong writes: > Since we'll be adding POP3 as our 4th network protocol; asking > admins to run yet another daemon on top of existing -httpd, > -nntpd, -imapd is a burden and a waste of system resources > given the amount of code and file handles shared. > > The goal of public-inbox-netd is to be able to replace all > existing read-only daemons with a single process to save memory > and reduce administrative overhead; hopefully encouraging more > users to self-host their own mirrors.
Nice, thanks. > diff --git a/Documentation/public-inbox-netd.pod > b/Documentation/public-inbox-netd.pod > new file mode 100644 > index 00000000..d6520608 > --- /dev/null > +++ b/Documentation/public-inbox-netd.pod [...] > +=item --key /path/to/key > + > +The default private TLS certificate key for optional TLS support > +if the C<key> option is not given with C<--listen>. The private > +key may concatenated into the path used by C<--cert>, in which case this > +option is not needed. s/may concatenated/may be concatenated/ (It looks like -imapd and -nntpd pods have the same text, and both of those are also missing this "be".)
