On Aug 03 12:28:52, Christopher Zimmermann wrote:
> 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

It installs OK.

Why do you distribute patches/patch-minimalist_conf instead of
having those changes present in the example minimalist.conf?

What's the UPDATE file for?

> 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.

This does not work as is: either the test email needs
to be sent by 'postmaster', which is the only user subscribed
to the 'minimalist-example' list, or the sending user needs
to subscribe first:

$ mail -s 'subscribe minimalist-example' minimalist@localhost < /dev/null


Also, when sending locally then, as in

        $ echo test | mail -s test minimalist-example 

the logfile says

        Use of uninitialized value $dom in concatenation (.) or string
        at /dev/fd/3 line 1998.


Apart from that, it works. Thank you!


With the original minimalist, the alias line would need to be
minimalist-example: "|/usr/local/sbin/minimalist.pl minimalist-example"
(i.e. the name of the list passed as argument). Do I understand it
correctly that your minimalist parses the To header itself and
thus does not need it?

        Thanks again

                Jan



> On Fri, 27 Jul 2012 10:54:17 +0200
> Jan Stary <h...@stare.cz> wrote:
> > On Jul 22 12:07:51, Christopher Zimmermann wrote:
> > > On Sat, 21 Jul 2012 20:03:04 +0200
> > > Jan Stary <h...@stare.cz> 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

Reply via email to