[Mailman-Developers] need tutorial for setting up python development environment on Ubuntu please

Barry Warsaw barry at list.org
Fri May 4 22:22:16 CEST 2012


On May 04, 2012, at 02:10 PM, David wrote:

>Next Questions:
>1. what are the first tests I should perform after starting mailman?

Try creating a mailing list from the command line:

    $ mailman create -d mylist at example.com

Subscribe some addresses to mylist.  Edit a file with a list of email
addresses and names using one of these formats, one entry per line:

    anne at example.com (Anne Person)
    Bart Person <bart at example.com>

then run

    $ mailman members -a filename.txt mylist at example.com

Now start up Mailman, your MTA and send a message to mylist at example.com.  All
the members you just added should get a copy.  Check your MTA logs and
Mailman's own logs for details or problems.

Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-developers/attachments/20120504/e43a6552/attachment.pgp>


More information about the Mailman-Developers mailing list