classes:mailman_on_ubuntu
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
classes:mailman_on_ubuntu [2016/10/14 13:05] – created curry_searle | classes:mailman_on_ubuntu [2016/10/18 12:40] (current) – curry_searle | ||
---|---|---|---|
Line 3: | Line 3: | ||
Install GNU Mailman and dependencies | Install GNU Mailman and dependencies | ||
< | < | ||
- | sudo apt-get install postfix | + | sudo apt-get install mailman |
- | sudo apt-get install mailman | + | |
</ | </ | ||
Line 12: | Line 11: | ||
</ | </ | ||
- | Edit mailman.conf to remove cgi-bin reference | + | Edit '' |
< | < | ||
sudo vi / | sudo vi / | ||
</ | </ | ||
- | Edit mm_cfg.py to match removal of cgi-bin | + | Edit '' |
< | < | ||
sudo vi / | sudo vi / | ||
Line 41: | Line 40: | ||
</ | </ | ||
- | Build your first list | + | Build your first list. The '' |
- | The mailman list is required for proper functioning of the system | + | |
- | otherwise the Mailman Master Queue Runner service will fail to start | + | |
< | < | ||
- | sudo sh -e -c " | + | sudo sh -e -c " |
sudo sh -e -c 'echo " | sudo sh -e -c 'echo " | ||
</ | </ | ||
- | Build / | + | Build '' |
< | < | ||
sudo sh -c "cat / | sudo sh -c "cat / | ||
Line 59: | Line 56: | ||
sudo service mailman start | sudo service mailman start | ||
</ | </ | ||
+ | |||
+ | You should be able to visit the following URLs related to your site: | ||
+ | * Site info for all lists - http:// | ||
+ | * List info for mailman list - http:// | ||
+ | * Admin interface for mailman list - http:// | ||
==== Notes ==== | ==== Notes ==== |
classes/mailman_on_ubuntu.1476475511.txt.gz · Last modified: 2016/10/14 13:05 by curry_searle