[Nym3-commit] r374 - trunk/nymbaron/doc
laurent at conuropsis.org
laurent at conuropsis.org
Tue Nov 1 14:33:32 CET 2005
Author: laurent
Date: 2005-11-01 14:33:31 +0100 (Tue, 01 Nov 2005)
New Revision: 374
Modified:
trunk/nymbaron/doc/nymbarond.xml
Log:
Write more server documentation.
Modified: trunk/nymbaron/doc/nymbarond.xml
===================================================================
--- trunk/nymbaron/doc/nymbarond.xml 2005-11-01 13:28:28 UTC (rev 373)
+++ trunk/nymbaron/doc/nymbarond.xml 2005-11-01 13:33:31 UTC (rev 374)
@@ -114,10 +114,45 @@
</listitem>
<listitem>
<para>
- Arrange for control message delivery.
- TODO : write more.
+ Arrange for control message delivery. The recommanded way is to
+ assign a mixminion mailbox and route it to the nymserver user on
+ localhost. The server address you will have to advertise will look
+ like "mbox:nymuser at nodename". If you choose to host a nymbaron
+ server without running a mixminion node you can advertise the
+ nymserver user email address directly. Make sure emails sent to
+ this address are piped through the command
</para>
+ <synopsis>nymbarond -m
+ </synopsis>
+<para>
+ which will have to run as the chosen nymserver
+ user.
+</para>
</listitem>
+<listitem>
+<para>
+ Configure the nymserver. Copy the nymbaronrc file supplied in the
+ contrib directory and adjust the variables to your needs. "path"
+ is the directory where the users data will be stored, and
+ "setupscript" is a script that is run when a new account is
+ created (it lets you send a welcome email, for example).
+</para>
+</listitem>
+<listitem>
+<para>
+ Test your server. You should be able to create a new user account,
+ receive an email sent from another host, retrieve that email, and
+ send an email from your anonymous account to an email address
+ hosted somewhere else.
+</para>
+</listitem>
+<listitem>
+<para>
+ Announce your server. We recommand sending an announcement to the
+ alt.privacy.anon-server usenet group and to the nymbaron
+ development mailing list nym3-devel at lists.noreply.org.
+</para>
+</listitem>
</orderedlist>
</refsect1>
More information about the Nym3-commit
mailing list