Changes

From Amahi Wiki
Jump to: navigation, search
47 bytes added ,  01:03, 26 January 2011
* Create a web app in Amahi named '''mailman'''.
* Open a terminal window, become '''root''', and run
{{Code|yum install mailman}}
* Set your mailman site password:
{{Code|/usr/lib/mailman/bin/mmsitepass _______}}
* Add/edit the following into /usr/lib/mailman/Mailman/mm_cfg.py
DEFAULT_URL_HOST = 'mailman.foo.com'
* Add the domain mailman.foo.com to the Email domain SQL table.
* Reload httpd and postfix.
{{Code|service httpd reload service postfix reload}}
* Create the main mailman list:
{{Code|/usr/lib/mailman/bin/newlist mailman}}
* NOTE: I had permissions problems later. So at this point fix your mailman permissions:
{{Code|/usr/lib/mailman/bin/check_perms -f}}
* Start mailman.
{{Code|service mailman start}}
==== Conclusion ====
12,424

edits