In short, to create mailing lists, you have to do the following:

*) Execute this commands:

cd /var/list
su list
.bin/createlist <listname>

*) add this lines to /etc/aliases:

<listname>: "|exec /var/list/.bin/flist <listname>"
<listname>-request: "|exec /var/list/.bin/flist <listname>-request"
# <listname>-dist: :include:/var/list/<listname>/dist

where <listname> is the name of the list (for example, `debian-user').
The third line is commented out because you will only need it if you are
not going to use `choplist' (which is used by default, and is highly
recommended).

*) Customize your list by editing /var/list/<listname>/rc.custom.
In particular, uncomment and define the X_COMMAND_PASSWORD line, so
that you will be the only person allowed to maintain the list remotely.

*) run newaliases.

*) zless Manual.gz, this was only a QuickStart :-)
