-
Notifications
You must be signed in to change notification settings - Fork 1
/
mirroring.html
44 lines (33 loc) · 1.14 KB
/
mirroring.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Mirroring qmail.org</title>
</head>
<body>
<h1>Mirroring qmail.org</h1>
<p>Please use one of the following:</p>
<BR><samp>wget -m --relative http://mirror.qmail.org<samp>
<BR><samp>rsync -rtzp ftp.qmail.org::qmail /path/to/your/mirror/directory<samp>
<p>Mirror it once a day. Tell me the URL if you want your mirror
added to the list. I also need a contact email address to which I can
email reports of mirror failure. Send me the entry in this form:</p>
<pre>
<a mail="CONTACT" href="SITE/top.html">LOCATION</a><br>
</pre>
<p>Make sure that it also responds to http://qmail.org/ by using
<pre>
ServerAlias
NameVirtualServer your-server's-ip-here
<VirtualHost your-server's-ip-here>
ServerName qmail.whateversubdomain.tld
ServerAlias qmail.org
DocumentRoot /asusual
</pre>
<hr>
<address><a href="mailto:nelson@crynwr.com">Russell Nelson</a></address>
<!-- Created: Wed Jul 11 13:59:47 EDT 2001 -->
<!-- hhmts start -->
Last modified: Fri May 21 16:40:02 EDT 2004
<!-- hhmts end -->
</body>
</html>