Doc updates for email forwarding
[mirror/userdir-ldap.git] / web / forward.wml
1 #use wml::debian::template title="Email Forwarding"
2 <p>
3 Emails to @debian.org now go through a LDAP distributed email system. This
4 system uses the forwarding field in the LDAP directory to route mail without
5 passing it through a users .forward/.qmail file on a single computer.
6 Multiple machines participate in the forwarding to provide redudency.
7
8 <p>
9 The system is very simple, each of the forwarders inspects the ldap database
10 to see if foo@debian.org has fowarding set to an address, if so the envelope
11 address to is rewritten and the message redirected to that address.
12 Otherwise the message is relayed to master.debian.org for processing by the
13 users .qmail files. If email forwarding is setup then .qmail files are
14 <b>NOT</b> considered. Extension addresses (foo-lists) are always routed
15 directly to master for processing.
16
17 <p>
18 All machines also use the forwarding attribute as a default destination for
19 email. If the user has a home directory and no .forward file the mail is
20 forwarded rather than delivered to /var/spool/mail. This makes sure cron
21 reports, bug responses and other unexpected emails are not lost.
22
23 <p>
24 The email forwarding can be easially reconfigured using GnuPG:
25 <pre>
26 echo "emailfoward: foo@bar.com" | gpg --clearsign | mail change@db.debian.org
27 </pre>
28 or by visiting <a href="https://db.debian.org/login.html">db.debian.org/</a>
29