newsletter APP NOT listserve

Geoff Fritz gfritz at gmail.com
Thu Feb 5 08:48:51 PST 2009


On Thu, Feb 05, 2009 at 09:31:56AM -0500, Jean-Paul Natola wrote:
> Can anyone recommend a newsletter application , preferably where I can just
> have an ordinary user login via a webpage , upload a file/message/ and click
> send?
> 
> I was playing with mailman , but that seems to be a list serve app.

I've been using phplist for a couple of years on a client's site.  It has
click stats, a decent web interface, relatively easy to get up and running,
and the performance is pretty good.

It is a little top-heavy, though, since it requires apache/php/mysql.
However, after enabling mysql query caching and adding eaccelerator into
the mix, it runs fairly well.  My last send clocked in at 47k messages per
hour on a 2.8GHz dual-core Pentium-D, using postfix as the local MTA.

I like the fact that it will automatically prune the list membership after
a user-configurable number of bounces.  Filter the bounce catcher account,
though, as spam will make your DB grow to insane sizes and bog it down.

It's not the best package in the world, but it's the only comperable
open source package that I know of.  I hope to hear of alternatives in
this thread.

-- Geoff


More information about the freebsd-questions mailing list