gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5856 - GNUnet-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r5856 - GNUnet-docs/WWW
Date: Mon, 10 Dec 2007 15:26:15 -0700 (MST)

Author: grothoff
Date: 2007-12-10 15:26:15 -0700 (Mon, 10 Dec 2007)
New Revision: 5856

Modified:
   GNUnet-docs/WWW/smtp.php3
Log:
update

Modified: GNUnet-docs/WWW/smtp.php3
===================================================================
--- GNUnet-docs/WWW/smtp.php3   2007-12-10 22:23:43 UTC (rev 5855)
+++ GNUnet-docs/WWW/smtp.php3   2007-12-10 22:26:15 UTC (rev 5856)
@@ -79,15 +79,13 @@
 BP();
 W("After adding this file, first make sure that your regular E-mail still 
works (e.g. by sending an E-mail to yourself).");
 W("Then edit the GNUnet configuration.");
-W("In the section <tt>SMTP</tt> you need to specify your E-mail address under 
<tt>EMAIL</tt>, your mail server (for outgoing mail) under <tt>SERVER</tt>, 
your hostname under <tt>SENDERHOSTNAME</tt>, the filter (<em>X-mailer: 
GNUnet</em> in the example) under <tt>FILTER</tt> and the name of the pipe 
under <tt>PIPE</tt>.");
+W("In the section <tt>SMTP</tt> you need to specify your E-mail address under 
<tt>EMAIL</tt>, your mail server (for outgoing mail) under <tt>SERVER</tt>, the 
filter (<em>X-mailer: GNUnet</em> in the example) under <tt>FILTER</tt> and the 
name of the pipe under <tt>PIPE</tt>.");
 W("The completed section could then look like this:");
 EP();
 
 PRE("EMAIL = address@hidden" .
-    "MTU = 65536\n" .
-    "PORT = 25\n" .
-    "SERVER = mail.gnu.org\n" .
-    "SENDERHOSTNAME = www.gnu.org\n" .
+    "MTU = 65000\n" .
+    "SERVER = mail.gnu.org:25\n" .
     "FILTER = \"X-mailer: GNUnet\"\n" .
     "PIPE = /tmp/gnunet.smtp");
     





reply via email to

[Prev in Thread] Current Thread [Next in Thread]