On Sat, 21 Jul 2012 17:28:12 +0200
Jan Stary <h...@stare.cz> wrote:

> On Jul 21 10:02:10, Christopher Zimmermann wrote:
> > On Sat, 21 Jul 2012 09:50:40 +0200
> > Jan Stary <h...@stare.cz> wrote:
> > 
> > > Having happily switched from postfix to smtpd,
> > > the one thing I am missing is running mailing lists.
> > > I see it has been discussed before:
> > > http://marc.info/?t=131709238300002&r=1&w=2
> > > 
> > > Is it really possible to use commands as aliases, as said in
> > > http://marc.info/?l=openbsd-misc&m=131714762522589&w=2 ?
> > > Is it docummented?
> > 
> > 
> > Hi,
> > 
> > that's how I do it in my aliases using OpenSMTPd:
> > 
> > test:           minimalist
> > test-owner:     postmaster
> > 
> > minimalist:     _minimalist
> > 
> > _minimalist:    |/usr/local/sbin/minimalist.pl
> 
> Ah, minimalist. That's what I use now with Postfix.
> 
> However, does this work as quoted? I believe that minimalist.pl
> needs to be called with the list name as an argument, as in
> 
> minimalist:             "|/var/spool/minimalist/minimalist.pl"
> listname:               "|/var/spool/minimalist/minimalist.pl listname"
> listname-owner:         s...@guy.org
> 

yes. That's true. I did a lot of work on minimalist. Improving security
and making it work with the aliales file I sent you. See
https://github.com/madroach/minimalist

Christopher

Reply via email to