classes:mailman_on_ubuntu
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
classes:mailman_on_ubuntu [2016/10/14 17:51] – 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 | + | sudo apt-get install mailman |
</ | </ | ||
Line 11: | 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 40: | Line 40: | ||
</ | </ | ||
- | Build your first list. The mailman list is required for proper functioning of the system otherwise the Mailman Master Queue Runner service will fail to start. | + | Build your first list. The '' |
< | < | ||
- | 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 56: | 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.1476492693.txt.gz · Last modified: 2016/10/14 17:51 by curry_searle