Home > CSS, MySQL, PHP, Python, XHTML > Port Mailman To Php

Port Mailman To Php

November 27th, 2009

I am tired of having to support Mailman with it’s decades old interface and setup procedures.

I want a phplist.com style clone of it.

I will post a more thorough document soon, however basically it is:

1) Take this http://www.gnu.org/software/mailman/
2) Port all functionality to PHP
3) Dress it up more modern like http://www.phplist.com/

Use MySQL for the backend to store the users, lists, configuration, and all other data points that make sense. This will GREATLY simplify the installation and usage of a mailman application. There are very few options out there for this.

You will need to understand some mail headers, how to route an email from /etc/aliases to a PHP script to be processed, etc.

Please code in a procedural style (I will post coding rules soon too)

Note: Code will be BSD licensed and will be downloadable/redistributed as an open source project upon completion. I want the world to be able to use this and enhance it. Thank you.

I can provide a development environment and anything else needed as well.

Like I said – I will be attaching a document soon with more specifics. But downloading mailman and understanding all of it’s features is all you really need to figure out what needs to be coded. Downloading phpList to see it’s UI (much cleaner, more “modern” and web 2.0-ish) will show you the UI design I am aiming for.


Port Mailman To Php

Comments are closed.
Bear