Doc updates for email forwarding
[mirror/userdir-ldap.git] / web / forward.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML lang="en">
3 <HEAD>
4 <TITLE>Debian GNU/Linux -- Email Forwarding</TITLE>
5 <LINK REV="made" HREF="mailto:webmaster@debian.org">
6 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7 <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.">
8 <META NAME="Keywords" CONTENT="debian, GNU, linux, unix, open source, free, DFSG ">
9 <META NAME="Language" CONTENT="English">
10 <meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
11 <meta name="Generator" content="WML 1.6.8 (12-01-1999)">
12 <meta name="Modified"  content="02-05-2000 21:52:52">
13 </HEAD>
14 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
15 <TABLE border="0" cellpadding="3" cellspacing="0" width="100%">
16 <TR>
17 <TD>
18 <A HREF="http://www.debian.org/logos/" BORDER="0"><IMG src="/Pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""></A>
19 <IMG src="/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project">
20 </TD>
21 </TR>
22 <TR>
23 <TD bgcolor="#DF0451">
24 <A href="http://www.debian.org/"><IMG src="/Pics/home.en.gif" border="0" hspace="2" vspace="3" alt="Home"></A>
25 <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>
26 <A href="http://www.debian.org/News/"><IMG src="/Pics/news.en.gif" border="0" hspace="2" vspace="3" alt="News"></A>
27 <A href="http://www.debian.org/distrib/"><IMG src="/Pics/distrib.en.gif" border="0" hspace="2" vspace="3" alt="Distribution"></A>
28 <A href="http://www.debian.org/support"><IMG src="/Pics/support.en.gif" border="0" hspace="2" vspace="3" alt="Support"></A>
29 <A href="http://www.debian.org/devel/"><IMG src="/Pics/devel.en.gif" border="0" hspace="2" vspace="3" alt="Developers'&nbsp;Corner"></A>
30 <A href="http://www.debian.org/search"><IMG src="/Pics/search.en.gif" border="0" hspace="2" vspace="3" alt="Search"></A>
31 </TD>
32 </TR>
33 </TABLE>
34 <H1>Email Forwarding</H1>
35 <p>
36 Emails to @debian.org now go through a LDAP distributed email system. This
37 system uses the forwarding field in the LDAP directory to route mail without
38 passing it through a users .forward/.qmail file on a single computer.
39 Multiple machines participate in the forwarding to provide redudency.
40 <p>
41 The system is very simple, each of the forwarders inspects the ldap database
42 to see if foo@debian.org has fowarding set to an address, if so the envelope
43 address to is rewritten and the message redirected to that address.
44 Otherwise the message is relayed to master.debian.org for processing by the
45 users .qmail files. If email forwarding is setup then .qmail files are
46 <b>NOT</b> considered. Extension addresses (foo-lists) are always routed
47 directly to master for processing.
48 <p>
49 All machines also use the forwarding attribute as a default destination for
50 email. If the user has a home directory and no .forward file the mail is
51 forwarded rather than delivered to /var/spool/mail. This makes sure cron
52 reports, bug responses and other unexpected emails are not lost.
53 <p>
54 The email forwarding can be easially reconfigured using GnuPG:
55 <pre>
56 echo "emailfoward: foo@bar.com" | gpg --clearsign | mail change@db.debian.org
57 </pre>
58 or by visiting <a href="https://db.debian.org/login.html">db.debian.org/</a>
59 <HR>
60 <P>Back to the <A href="http://www.debian.org/">Debian Project homepage</A>.
61 <HR>
62 <SMALL>You can contact us at <A href="mailto:admin@db.debian.org">admin@db.debian.org</A>.</SMALL><P>
63 <SMALL>Last Modified: Wed, May 3 03:52:52 UTC 2000<BR>
64 Copyright &copy; 1997-1999 <A href="http://www.spi-inc.org/">SPI</A>; See <A href="http://www.debian.org/license">license terms</A>
65         
66          </SMALL>
67 </BODY>
68 </HTML>