Doc updates for email forwarding
authorjgg <>
Wed, 3 May 2000 01:59:42 +0000 (01:59 +0000)
committerjgg <>
Wed, 3 May 2000 01:59:42 +0000 (01:59 +0000)
web/doc-general.wml
web/forward.html [new file with mode: 0644]
web/forward.wml [new file with mode: 0644]
web/login.html
web/login.wml
web/searchform.html
web/searchform.wml

index 5414bd8..183446c 100644 (file)
@@ -7,8 +7,9 @@ also provides services for leaving vacation notices, updating
 email forwarding, ssh authentication keys and other information.
 
 <p>
-Note: master does not presently use the LDAP directory. All machines running
-OpenSSH are using replicated SSH RSA authentication keys.
+Note: the 'passwd' program and 'chfn' do not work with LDAP information.
+Please use the web page or email gateway for the time being. All machines 
+running OpenSSH are using replicated SSH RSA authentication keys.
 
 <h1>Security and Privacy</h1>
 Three levels of information security are provided by the database. The first
diff --git a/web/forward.html b/web/forward.html
new file mode 100644 (file)
index 0000000..7fc890c
--- /dev/null
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML lang="en">
+<HEAD>
+<TITLE>Debian GNU/Linux -- Email Forwarding</TITLE>
+<LINK REV="made" HREF="mailto:webmaster@debian.org">
+<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<META NAME="Description" CONTENT="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
+<META NAME="Keywords" CONTENT="debian, GNU, linux, unix, open source, free, DFSG ">
+<META NAME="Language" CONTENT="English">
+<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
+<meta name="Generator" content="WML 1.6.8 (12-01-1999)">
+<meta name="Modified"  content="02-05-2000 21:52:52">
+</HEAD>
+<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
+<TABLE border="0" cellpadding="3" cellspacing="0" width="100%">
+<TR>
+<TD>
+<A HREF="http://www.debian.org/logos/" BORDER="0"><IMG src="/Pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""></A>
+<IMG src="/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project">
+</TD>
+</TR>
+<TR>
+<TD bgcolor="#DF0451">
+<A href="http://www.debian.org/"><IMG src="/Pics/home.en.gif" border="0" hspace="2" vspace="3" alt="Home"></A>
+<A href="http://www.debian.org/intro/about"><IMG src="/Pics/about.en.gif" border="0" hspace="2" vspace="3" alt="About&nbsp;Debian"></A>
+<A href="http://www.debian.org/News/"><IMG src="/Pics/news.en.gif" border="0" hspace="2" vspace="3" alt="News"></A>
+<A href="http://www.debian.org/distrib/"><IMG src="/Pics/distrib.en.gif" border="0" hspace="2" vspace="3" alt="Distribution"></A>
+<A href="http://www.debian.org/support"><IMG src="/Pics/support.en.gif" border="0" hspace="2" vspace="3" alt="Support"></A>
+<A href="http://www.debian.org/devel/"><IMG src="/Pics/devel.en.gif" border="0" hspace="2" vspace="3" alt="Developers'&nbsp;Corner"></A>
+<A href="http://www.debian.org/search"><IMG src="/Pics/search.en.gif" border="0" hspace="2" vspace="3" alt="Search"></A>
+</TD>
+</TR>
+</TABLE>
+<H1>Email Forwarding</H1>
+<p>
+Emails to @debian.org now go through a LDAP distributed email system. This
+system uses the forwarding field in the LDAP directory to route mail without
+passing it through a users .forward/.qmail file on a single computer.
+Multiple machines participate in the forwarding to provide redudency.
+<p>
+The system is very simple, each of the forwarders inspects the ldap database
+to see if foo@debian.org has fowarding set to an address, if so the envelope
+address to is rewritten and the message redirected to that address.
+Otherwise the message is relayed to master.debian.org for processing by the
+users .qmail files. If email forwarding is setup then .qmail files are
+<b>NOT</b> considered. Extension addresses (foo-lists) are always routed
+directly to master for processing.
+<p>
+All machines also use the forwarding attribute as a default destination for
+email. If the user has a home directory and no .forward file the mail is
+forwarded rather than delivered to /var/spool/mail. This makes sure cron
+reports, bug responses and other unexpected emails are not lost.
+<p>
+The email forwarding can be easially reconfigured using GnuPG:
+<pre>
+echo "emailfoward: foo@bar.com" | gpg --clearsign | mail change@db.debian.org
+</pre>
+or by visiting <a href="https://db.debian.org/login.html">db.debian.org/</a>
+<HR>
+<P>Back to the <A href="http://www.debian.org/">Debian Project homepage</A>.
+<HR>
+<SMALL>You can contact us at <A href="mailto:admin@db.debian.org">admin@db.debian.org</A>.</SMALL><P>
+<SMALL>Last Modified: Wed, May 3 03:52:52 UTC 2000<BR>
+Copyright &copy; 1997-1999 <A href="http://www.spi-inc.org/">SPI</A>; See <A href="http://www.debian.org/license">license terms</A>
+       
+        </SMALL>
+</BODY>
+</HTML>
diff --git a/web/forward.wml b/web/forward.wml
new file mode 100644 (file)
index 0000000..0a374af
--- /dev/null
@@ -0,0 +1,29 @@
+#use wml::debian::template title="Email Forwarding"
+<p>
+Emails to @debian.org now go through a LDAP distributed email system. This
+system uses the forwarding field in the LDAP directory to route mail without
+passing it through a users .forward/.qmail file on a single computer.
+Multiple machines participate in the forwarding to provide redudency.
+
+<p>
+The system is very simple, each of the forwarders inspects the ldap database
+to see if foo@debian.org has fowarding set to an address, if so the envelope
+address to is rewritten and the message redirected to that address.
+Otherwise the message is relayed to master.debian.org for processing by the
+users .qmail files. If email forwarding is setup then .qmail files are
+<b>NOT</b> considered. Extension addresses (foo-lists) are always routed
+directly to master for processing.
+
+<p>
+All machines also use the forwarding attribute as a default destination for
+email. If the user has a home directory and no .forward file the mail is
+forwarded rather than delivered to /var/spool/mail. This makes sure cron
+reports, bug responses and other unexpected emails are not lost.
+
+<p>
+The email forwarding can be easially reconfigured using GnuPG:
+<pre>
+echo "emailfoward: foo@bar.com" | gpg --clearsign | mail change@db.debian.org
+</pre>
+or by visiting <a href="https://db.debian.org/login.html">db.debian.org/</a>
+
index 0f48d67..5c4b770 100644 (file)
@@ -9,7 +9,7 @@
 <META NAME="Language" CONTENT="English">
 <meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
 <meta name="Generator" content="WML 1.6.8 (12-01-1999)">
-<meta name="Modified"  content="25-11-1999 00:35:32">
+<meta name="Modified"  content="02-05-2000 21:55:08">
 </HEAD>
 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
 <TABLE border="0" cellpadding="3" cellspacing="0" width="100%">
@@ -47,12 +47,16 @@ You can also access the pages <a href="https://db.debian.org/">securely</a><br><
 </div>
 </form>
 <hr>
-<p align="center"><a href="http://db.debian.org/machines.cgi">Debian development machines</a></p>
+<div align="center">
+<p><a href="machines.cgi">Debian development machines</a>
+<br><a href="password.html">Lost or forgotten password instructions</a>
+</p>
+</div>
 <HR>
 <P>Back to the <A href="http://www.debian.org/">Debian Project homepage</A>.
 <HR>
 <SMALL>You can contact us at <A href="mailto:admin@db.debian.org">admin@db.debian.org</A>.</SMALL><P>
-<SMALL>Last Modified: Thu, Nov 25 07:35:32 UTC 1999<BR>
+<SMALL>Last Modified: Wed, May 3 03:55:08 UTC 2000<BR>
 Copyright &copy; 1997-1999 <A href="http://www.spi-inc.org/">SPI</A>; See <A href="http://www.debian.org/license">license terms</A>
        
         </SMALL>
index 91ccdc9..c90c604 100644 (file)
@@ -14,4 +14,8 @@ You can also access the pages <a href="https://db.debian.org/">securely</a><br><
 </center>
 </form>
 <hr>
-<p align="center"><a href="http://db.debian.org/machines.cgi">Debian development machines</a></p>
+<center>
+<p><a href="machines.cgi">Debian development machines</a>
+<br><a href="password.html">Lost or forgotten password instructions</a>
+</p>
+</center>
index 304d057..a1b0e08 100644 (file)
@@ -9,7 +9,7 @@
 <META NAME="Language" CONTENT="English">
 <meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
 <meta name="Generator" content="WML 1.6.8 (12-01-1999)">
-<meta name="Modified"  content="27-12-1999 23:31:32">
+<meta name="Modified"  content="02-05-2000 21:55:08">
 </HEAD>
 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
 <TABLE border="0" cellpadding="3" cellspacing="0" width="100%">
@@ -310,14 +310,18 @@ settings</p>
 </div>
 </form>
 <hr>
-<p align="center"><a href="http://db.debian.org/machines.cgi">Debian development machines</a></p>
-<p align="center"><a href="http://db.debian.org/doc-general.html">Documentation</a></p>
-<p align="center"><a href="password.html">Lost or forgotten password instructions</a></p>
+<div align="center">
+<p><a href="machines.cgi">Debian development machines</a>
+<br><a href="doc-general.html">Documentation</a>
+<br><a href="password.html">Lost or forgotten password instructions</a>
+<br><a href="forward.html">Debian.org Email Forwarding</a>
+</p>
+</div>
 <HR>
 <P>Back to the <A href="http://www.debian.org/">Debian Project homepage</A>.
 <HR>
 <SMALL>You can contact us at <A href="mailto:admin@db.debian.org">admin@db.debian.org</A>.</SMALL><P>
-<SMALL>Last Modified: Tue, Dec 28 06:31:32 UTC 1999<BR>
+<SMALL>Last Modified: Wed, May 3 03:55:08 UTC 2000<BR>
 Copyright &copy; 1997-1999 <A href="http://www.spi-inc.org/">SPI</A>; See <A href="http://www.debian.org/license">license terms</A>
        
         </SMALL>
index d41a72e..db5775f 100644 (file)
@@ -277,6 +277,10 @@ settings</p>
 </center>
 </form>
 <hr>
-<p align=center><a href="http://db.debian.org/machines.cgi">Debian development machines</a></p>
-<p align=center><a href="http://db.debian.org/doc-general.html">Documentation</a></p>
-<p align=center><a href="password.html">Lost or forgotten password instructions</a></p>
+<center>
+<p><a href="machines.cgi">Debian development machines</a>
+<br><a href="doc-general.html">Documentation</a>
+<br><a href="password.html">Lost or forgotten password instructions</a>
+<br><a href="forward.html">Debian.org Email Forwarding</a>
+</p>
+</center>