X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fworkflow.texi;h=8015b163e48b23cdb0b19a136b569452819fbe32;hb=0ed43747344437800094782e78313b1c41c2cc1c;hp=137e7f9ec73704f30c5e13fd5004241b2e73e076;hpb=093f249044a62ce4d988542c7267caf1da5d0968;p=nncp.git diff --git a/doc/workflow.texi b/doc/workflow.texi index 137e7f9..8015b16 100644 --- a/doc/workflow.texi +++ b/doc/workflow.texi @@ -12,10 +12,10 @@ following workflow: neighbours. Add their keys to your configuration file and do any other required configuration about their reachability, permissions of file or freq transmission. -@item Use @ref{nncp-file}, @ref{nncp-freq}, @ref{nncp-mail} -(@ref{Postfix, look how} Postfix SMTP server could be configured) -commands to queue file, freq and mail transmissions. Repeat as -many times any time as you wish. +@item Use @ref{nncp-file}, @ref{nncp-freq}, @ref{nncp-exec} +(look @ref{Postfix, how} Postfix and @ref{Exim, how} Exim SMTP servers +could be configured) commands to queue file, freq and exec +transmissions. Repeat as many times any time as you wish. @item Depending on connection methods, either: @itemize @item run @ref{nncp-daemon} to accept remotely initiated connections @@ -24,9 +24,21 @@ many times any time as you wish. connection to required nodes from time to time @item use @ref{nncp-xfer} with removable storage devices for copying packets to/from other nodes + @item use @ref{nncp-bundle} with either sequential storage devices + or broadcasting transmissions for copying packets @end itemize @item After successful packet exchanging (or just simply from time to time), run @ref{nncp-toss} for tossing (decrypting and processing) all -inbound queues to receive mail messages, files, file requests and relay +inbound queues to receive exec messages, files, file requests and relay transition packets to other nodes. @end enumerate + +@itemize +@item If you wish to encrypt your configuration file containing your +private keys, then use @ref{nncp-cfgenc} utility. You can always use an +encrypted config without decrypting it in temporary memory file. +@item If you wish to strip off any private keys from your config, then +use @ref{nncp-cfgmin} utility. It will be useful for transferring +messages with offline methods, but tossing them later on the machine +with private keys. +@end itemize