[Nym3-commit] r382 - trunk/contrib

laurent at conuropsis.org laurent at conuropsis.org
Wed Nov 2 13:10:09 CET 2005


Author: laurent
Date: 2005-11-02 13:10:09 +0100 (Wed, 02 Nov 2005)
New Revision: 382

Added:
   trunk/contrib/welcome
Log:
Add sample "welcome" script as setupscript.


Added: trunk/contrib/welcome
===================================================================
--- trunk/contrib/welcome	2005-11-02 12:08:11 UTC (rev 381)
+++ trunk/contrib/welcome	2005-11-02 12:10:09 UTC (rev 382)
@@ -0,0 +1,28 @@
+#!/bin/bash
+
+user=$1
+domain=nym3alpha.lateralis.org
+sendmail="/usr/lib/sendmail -t"
+
+$sendmail <<EOT
+From: Nowwhat type III nymserver operator <laurent at komite.net>
+To: ${user}@${domain}
+Subject: Welcome to your new pseudonymous email account.
+
+    Welcome to the Nowwhat type III nymserver !
+
+If you're reading this email, this means that your account is
+correctly setup. It also means you managed to create an account and
+retrive your email: well done !
+
+Your email address is ${user}@${domain}. It will appear in the
+outgoing emails you send through this server, and is the one you
+should give (anonymously) to your correspondents.
+
+In case of technical problem with your account, you can reach the
+operator at laurent at komite.net.
+
+Enjoy your account,
+
+The Nowwhat type III nymserver operator.
+EOT



More information about the Nym3-commit mailing list