:: Re: [DNG] mailing list software
Top Page
Delete this message
Reply to this message
Author: Hendrik Boom
Date:  
To: dng
Subject: Re: [DNG] mailing list software
On Tue, Dec 11, 2018 at 07:26:52PM +0100, KatolaZ wrote:
> On Tue, Dec 11, 2018 at 01:17:52PM -0500, Hendrik Boom wrote:
> > Looking for free software recommendats for managing a few small mailing
> > lists.
> >
> > Typically these will be for small groups of about five to twenty
> > subscribers, averaging one to five messages a day.
> >
> > Especially desired: simplicity and small footprint software.
> >
> > I'm currently using entries in /etc/aliases to accomplish this, but
> > this is too simplistic. Reply-to-list doesn't work because there are
> > no list headers.
> >
> > Am currently using postfix.
> >
>
> mailman.


tried installing mailman3:

It gave me the option of not installing it:

he following packages have unmet dependencies:
 mailman3 : Depends: python3-flufl.i18n (>= 2.0.1) but it is not going to be installed
            Depends: python3-flufl.lock (>= 3.1) but it is not going to be installed
The following actions will resolve these dependencies:


     Keep the following packages at their current version:
1)     mailman3 [Not Installed]                           



Which is what happened; I exercised my one option and didn't install it.

But

    aptitude install mailman


did work.

I presume that's what you meant.

-- hendrik