Tetsuya Kitahata wrote:
Hi, Phil and all.

Did you make it? If you failed, I think i can
apply the patch for it (I am *not* subscribing to
infrastructure@, now).

I did make the patch and posted it in an email to infrastructure@ on 11/23. It has not been applied.


I am attaching the patch to site/xdocs/dev/committers.xml that I created on 11/22.

If we do get this applied, we should change the Jakarta Newbie page to point to this for mail account setup questions.

Phil

Index: xdocs/dev/committers.xml
===================================================================
RCS file: /home/cvspublic/site/xdocs/dev/committers.xml,v
retrieving revision 1.17
diff -u -r1.17 committers.xml
--- xdocs/dev/committers.xml    7 Nov 2003 21:15:38 -0000       1.17
+++ xdocs/dev/committers.xml    24 Nov 2003 02:20:02 -0000
@@ -288,6 +288,32 @@
 <title>Mail Questions</title>
 
 <section>
+<title>How do I setup my email account?</title>
+
+<p>You can use ssh and Pine, put a .forward file in your user directory 
+to forward your mail to another account, or use ssh tunneling to 
+send/receive mail using a mail client.</p>
+
+<p>One way to create a .forward file is to use ssh to login to 
+cvs.apache.org and then execute the following commands:
+<pre>
+  vi .forward
+  i your_normal_email
+  ESC :x
+</pre></p>
+
+<p>To set up an ssh tunnel for both sending and receiving, run the 
+following from your local machine (may require root access):</p>
+<p><code>
+ssh [EMAIL PROTECTED] -L X:locahost:110 -L Y:localhost:25
+</code></p>
+
+<p>where <code>X</code> and <code>Y</code> are available local port 
+numbers. Then configure your mail client to use <code>localhost:X</code>
+ to receive and <code>localhost:Y</code> to send.</p>
+</section>
+
+<section>
 <title>How do I request the creation of a new mail list?</title>
 
 <p>Mail lists are the virtual room where the communties live, form and

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to