chiark / gitweb /
mail: Send mail with the correct envelope sender.
[newsgate] / README
1 REQUIRED STUFF
2
3         INN 2
4         qmail 1.03
5         splitconf, tinycdb, python-cdb
6
7
8 INITIAL INSTALLATION
9
10         0. Create a user `newsgate', and put this stuff in his home
11            directory.
12
13         1. Add a line to your /etc/news/moderators file which says
14
15                 mail.*:newsgate-%s@YOUR-DOMAIN
16
17         2. Edit the `config' file.  The `auth' section will want to list
18            the domains who ought to be able to send to gatewayed mailing
19            lists through this server.  This is effectively a relay:
20            don't leave it open.
21
22         3. Add mailing lists.  Run `make'.
23
24
25 ADDING NEW MAILING LISTS TO NEWSGATE
26
27         Add a line to the `groups' file containing
28
29                 TAG GROUP ADDR
30
31         where newsgate-TAG@tux.nsict.org is subscribed to the list,
32         mail.GROUP is the newsgroup, and ADDR is the mailing list
33         posting address.
34
35         Say `make' as root.
36
37 \f
38 Local variables:
39 mode: text
40 End: