Changes

From Amahi Wiki
Jump to: navigation, search
52 bytes added ,  02:07, 23 June 2020
{{NeedsUpdate}}
 
 
[[Category:Apps]]
 
==NOTE: This should only be attempted by advanced users.==
<b>DISCLAIMER:</b> Although this has been tested, use at your own risk. I cannot guarantee that it will work for your system or not cause any serious problems.
<b>Further DISCLAIMER:</b> This tutorial is based on already having installed the Amahi Mail Server [http://wiki.amahi.org/index.php/Amahi_Mail_SystemAmahi Mail Server] which uses Postfix and mySQL. Further it is for Fedora 12. It has NOT been tested on Fedora 14.
==== Purpose ====
Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more. See [http://www.list.org/www.list.org] for details.
==== How to Install ====
/usr/lib/mailman/bin/mmsitepass _______
* Add/edit the following into /usr/lib/mailman/Mailman/mm_cfg.py
<pre>DEFAULT_URL_HOST = 'mailman.foo.com' DEFAULT_EMAIL_HOST = 'foo.com' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mailman.foo.com'] VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) MTA = 'Postfix'</pre> (where foo.com is your domain name)
* Make the following changes in /etc/postfix/main.cf
** Uncomment: recipient_delimiter = +
==== Conclusion ====
You should now be able to access mailman at:
<nowiki>http://mailman.foo.com/mailman</nowiki>
==== Future Plans ====
Test this with Fedora 14.
12,424

edits