Hi, I just finished adopting the documentation and creating a port for the minimalist mailing list manager. You can find it at
https://github.com/jasperla/openbsd-wip/tree/master/mail/minimalist After installation only the entries to /etc/mail/aliases need to be added and you should be able to test the minimalist-example@localhost mailing list on chrooted minimalist via OpenSMTDd. Cheers, Christopher On Fri, 27 Jul 2012 10:54:17 +0200 Jan Stary <[email protected]> wrote: > On Jul 22 12:07:51, Christopher Zimmermann wrote: > > On Sat, 21 Jul 2012 20:03:04 +0200 > > Jan Stary <[email protected]> wrote: > > > On Jul 21 18:04:51, Christopher Zimmermann wrote: > > > Would you advise to use your github minimalist instead? > > > Does it work better within smtpd than the original minimalist? > > > Do you already have an OpenBSD port of it? > > > > I think it works a lot better than the original minimalist with > > OpenSMTPd. I made it perl-taint clean, removed every perl eval(), > > chrooted it, made it independent of a sendmail binary, but also removed > > some features in the process. > > This sounds nice, removng the sendmail dependence in particular. > I would like to use and test your version. However, it doesn't work > for me; the original minimalist.pl does. > > I guess there are some differences that need to be taken care of > in /etc/minimalist.conf - I just changed the directory to > /var/db/minimalist from the original /var/spool/minimalist > but that's not enough. Is there a recommended minimalist.conf > to use ith your minimalist.pl? Now I am using the original > minimalist.conf > > Also, could you please (re)send the aliase file that works for you? > This is what works for me now, with the original minimalist.pl: > > minimalist: |/usr/local/bin/minimalist.pl > testing: |/usr/local/bin/minimalist.pl testing > testing-owner: hans > > > > The documentation is not yet adapted to my changes. > > Yes; in particular, the minimalist.conf needs to be different. > Do I understand it correctly that > https://raw.github.com/madroach/minimalist/master/old_stuff/minimalist.conf-sample > > is just a copy from the original minimalist and is not supposed > to work with your minimalist.pl? > > > > I intend to maintain it and fix bugs. > > Of course I would advise to use my version. At the moment I don't have > > much time, but in about two weeks I could do some work to adapt the > > documentation and especially the example conffile. > > Great, please let us know. > > Jan
