annotate docs/old-manual/faq.html @ 207:dcb315792513

removed commented code and replaced // by /* */
author meillo@marmaro.de
date Sun, 18 Jul 2010 21:41:48 +0200 (2010-07-18)
parents f6a6f55b7b9e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
1 <HTML>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
2 <HEAD>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
3 <TITLE>MasqMail - Manual
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
4 </TITLE>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
5 </HEAD>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
6 <BODY TEXT="#000000" LINK="#0000ff" BGCOLOR="#ffffff">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
7
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
8 <center>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
9 <table width="80%">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
10 <tr><td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
11 <table width="100%" bgcolor="#0000aa" cellspacing=0 cellpadding=0>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
12 <tr>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
13 <td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
14 <a href="manual.html">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
15 <img width="20" src = "../images/u_arrow.gif" alt = "manual">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
16 </a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
17 </td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
18 <td align=center width="100%"><font size="6" color = "#ffffff">Frequently Asked Questions</font></td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
19 <td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
20 <a href="./config.html">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
21 <img width="20" src = "../images/l_arrow.gif" alt = "Configuration">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
22 </a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
23 </td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
24 </tr>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
25 </table>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
26
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
27
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
28 Some of these questions were never asked, but I thought they will be
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
29 some time. Some <em>were</em> asked.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
30
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
31 <h4>General Questions</h4>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
32 <ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
33 <li><a href="#1_0">1.0: When do I need MasqMail?</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
34 <li><a href="#1_1">1.1: When do I <em>not</em> need MasqMail?</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
35 <li><a href="#1_2">1.2: Can I retrieve mail with MasqMail?</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
36 <li><a href="#1_3">1.3: Is there a mailing list for MasqMail?</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
37 </ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
38
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
39 <h4>Setup</h4>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
40 <ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
41 <li><a href="#2_0">2.0: After starting masmail, I get the following
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
42 message: "could not gain root privileges. Is the setuid bit set?"</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
43 <li><a href="#2_1">2.1: After starting masmail, I get the following
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
44 message: "bind: (terminating): Address already in use"</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
45 </ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
46
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
47 <h4>Header Rewriting</h4>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
48 <ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
49 <li><a href="#3_0">3.0: My friends told me that they do not see my
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
50 full name in their inbox, although it is configured in my mail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
51 client.</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
52 </ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
53
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
54 <h4>Delivering Online</h4>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
55 <ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
56 <li><a href="#4_0">4.0: With connection methed <em>file</em>, I get the following message in the log file: "Could not open /tmp/connect_route: Permission denied".</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
57 <li><a href="#4_1">4.1: With connection methed <em>file</em>, I get the following message in the log file: "route with name <em>name</em> not found.".</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
58 </ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
59
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
60 <h4>Bugs</h4>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
61 <ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
62 <li><a href="#5_0">5.0: I found a bug.</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
63 <li><a href="#5_1">5.1: I think I found a bug, but I am not sure whether I configured MasqMail incorrectly.</a></li>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
64 </ul>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
65
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
66 <a name="1_0"> <h4>1.0: When do I need MasqMail?</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
67
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
68 <p> You do not <em>need</em> it. But it makes sending mails via a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
69 dialup connection a lot easier.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
70
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
71 <p>It is useful if you dial to the internet from time to time via a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
72 modem and connect to different providers, each one with a different
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
73 configuration. Other MTAs are not flexible enough if you have to send
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
74 mails via different mail servers for each provider. With MasqMail you
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
75 can configure a different one for each provider and even set your
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
76 return addresses differently.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
77
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
78 <p>It is also useful if you have a LAN with a gateway which is
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
79 connected to the internet via a modem because you can rewrite your
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
80 address depending on whether the recipients are <em>inside</em> or
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
81 <em>outside</em> your LAN. So responses and delivery failures on your
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
82 LAN will be sent to you without leaving it, while those outside will
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
83 be delivered to your address outside. (But it does not yet send
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
84 delivery failures itself yet.)</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
85
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
86 <p>MasqMail is also often used on notebooks.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
87
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
88 <a name="1_1"><h4>1.1: When do I <em>not</em> need MasqMail?</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
89
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
90 <p>The use of MasqMail is <em>strongly</em> discouraged if you have a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
91 permanent connection to the internet without a firewall. First because
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
92 it does not have the ability to block relaying (it relays every mail)
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
93 and second because there are no capabilities to protect against
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
94 SPAM. You will not take advantages of its features anyway.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
95
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
96 <a name="1_2"><h4>1.2: Can I retrieve mail with MasqMail?</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
97
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
98 <p>Yes, for version >= 0.1.0 you can retrieve mail via the POP3 and
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
99 APOP protocol from single drop mailboxes (in case you do not know
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
100 about single/mutidrop, you probaby use single drop mailboxes).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
101
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
102 <p>You can also use fetchmail or other pop/imap clients to feed
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
103 it.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
104
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
105 <a name="1_3"><h4>1.3: Is there a mailing list for MasqMail?</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
106
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
107 <p>Yes, there is! See <a href="http://www.innominate.org/mailman/listinfo/masqmail">here</a>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
108
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
109 <a name="2_0"><h4>2.0: After starting masmail, I get the following
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
110 message: "could not gain root privileges. Is the setuid bit set?"</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
111
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
112 <p>Set the set-user-id-bit with chmod u+s /usr/sbin/masqmail.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
113
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
114 <a name="2_1"><h4>2.1: After starting masmail, I get the following
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
115 message: "bind: (terminating): Address already in use"</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
116
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
117 <p>This means that there is already a process listening on a port,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
118 usually 25. You either have another MTA running in background
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
119 (sendmail, exim, etc...) or another instance of masqmail.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
120
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
121 <p>It may also mean that the ports you configured MM to listen to
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
122 (with 'listen_addresses') are on the same IP address, eg. you may have
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
123 set your hostname to 127.0.0.1 and try to listen on localhost and your
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
124 host name. In this case either set your hostname to another IP address
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
125 or delete one of the conflicting entries.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
126
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
127 <a name="3_0"><h4>3.0: My friends told me that they do not see my full
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
128 name in their inbox, although it is configured in my mail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
129 client.</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
130
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
131 <p>You probably used the <b>map_h_from_addresses</b> feature in the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
132 route configuration and forgot to set your real name. The syntax
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
133 is:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
134
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
135 <pre>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
136 map_h_from_addresses = "charlie:Charlie Miller &lt;cmiller@foo.com&gt";
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
137 </pre>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
138
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
139 <p>Do not forget the <em>Charlie Miller</em>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
140
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
141 <a name="4_0"><h4>4.0: With connection method <em>file</em>, I get the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
142 following message in the log file: "Could not open /tmp/connect_route:
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
143 Permission denied".</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
144
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
145 <p>In your ip-up script, you have to set read permission to the user
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
146 masqmail runs as. After you write the file with the connection name,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
147 set read permission to all with chmod ugo+r <em>file</em>.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
148
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
149 <a name="4_1"><h4>4.1: With connection methed <em>file</em>, I get the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
150 following message in the log file: "route with name <em>name</em> not
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
151 found.".</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
152
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
153 <p>Check whether the name in the file is really identical to name you
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
154 gave to the route configuration (case sensitive!). Maybe there is a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
155 linefeed after the name in the file. Write it with echo -n.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
156
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
157 <a name="5_0"><h4>5.0: I found a bug.</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
158
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
159 <p>Make sure you are using the newest version, in case of doubt search
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
160 it in <a href="http://www.freshmeat.net">freshmeat</a>. If you do, tell
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
161 <a href = "mailto:Oliver Kurth <kurth@innominate.de>">me</a>. See
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
162 also the section <a href="index.html#bugs">bugs</a> on the <a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
163 href="index.html">main</a> page.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
164
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
165 <a name="5_1"><h4>5.1: I think I found a bug, but I am not sure
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
166 whether I configured MasqMail incorrectly.</h4></a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
167
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
168 <p>Don't care. Tell <a href = "mailto:Oliver Kurth
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
169 <kurth@innominate.de>">me</a>. Or write to the <a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
170 href="http://www.innominate.org/mailman/listinfo/masqmail">mailing
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
171 list</a>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
172
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
173 </td></tr>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
174
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
175 <tr><td>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
176 <p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
177 <hr>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
178 <address><a href = "mailto:kurth@innominate.de">Oliver Kurth</a></address>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
179 Last modified: Tue May 30 15:19:56 CEST 2000
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
180 <br>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
181 This page was created using <a href="http://www.freddyfrog.com/hacks/genpage/">Genpage</a> - Version: 1.0.6
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
182 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
183
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
184 </table>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
185 </center>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
186
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
187 </BODY>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
188 </HEAD>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
189