[Mailman-Users] Migration Problem - No Publicly Advertised Lists

David dave at fiteyes.com
Sat May 12 03:19:30 CEST 2012


On Fri, May 11, 2012 at 7:35 PM, Mark Sapiro <mark at msapiro.net> wrote:

> Dennis Putnam wrote:
> >
> >Thanks for the reply. Unfortunately, 'dumpdb' is not installed and I
> >cannot find a package that contains it.
>
>
> It's part of Mailman. it's in Mailman's bin/ directory, not in /bin or
> /usr/bin, but /usr/lib/mailman/bin or somewhere like that.
>
>
Something like this might help:

sudo find /usr -type f -name dumpdb
result:
/usr/lib/mailman/bin/dumpdb

If that doesn't work you might have to try
sudo find / -type f -name dumpdb


More information about the Mailman-Users mailing list