All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [mlmmj] Is this list active?
@ 2019-01-09 13:47 Zhang Huangbin
  2019-01-09 13:52 ` Mayuresh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zhang Huangbin @ 2019-01-09 13:47 UTC (permalink / raw)
  To: mlmmj


> On Jan 9, 2019, at 9:40 PM, Mayuresh <mayuresh@acm.org> wrote:
> 
> I am about to give mlmmj a try to set up a mailing list.

Last commit was 19 months ago, you name it. :(
I’d like to pay developers for some new feature.

----
Zhang Huangbin, founder of iRedMail project: https://www.iredmail.org/
Time zone: GMT+8 (China/Beijing).
Available on Telegram: https://t.me/iredmail



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [mlmmj] Is this list active?
  2019-01-09 13:47 [mlmmj] Is this list active? Zhang Huangbin
@ 2019-01-09 13:52 ` Mayuresh
  2019-01-10 16:28 ` Fabian Aldo Santiago
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Mayuresh @ 2019-01-09 13:52 UTC (permalink / raw)
  To: mlmmj

I am about to give mlmmj a try to set up a mailing list.

At the onset a bit intrigued and why year 2018 is conspicuously absent in
your mailing list archives[1]. Is everything alright out there? Hope this
mail reaches the list.

Just a few observations to begin with:

- I notice "(No search yet, sorry!)" remark here[2]. I doubt whether that
  is so important feature as anyone can search using Google for a given
  domain anyway. [At least you don't have to be sorry!]

- Wonder why your archives page[3] doesn't give your own archives[1] as an
  example instead of libssh!

- BTW, the link[4] cited at the bottom of [3] is not opening.

Will soon post if I have queries when trying to set up mlmmj.

Mayuresh

[1] http://mlmmj.org/archive/mlmmj/
[2] http://mlmmj.org/lists
[3] http://mlmmj.org/docs/readme-archives/
[4] http://mlmmj.org/archive/mlmmj/2010-08/1710.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mlmmj] Is this list active?
  2019-01-09 13:47 [mlmmj] Is this list active? Zhang Huangbin
  2019-01-09 13:52 ` Mayuresh
@ 2019-01-10 16:28 ` Fabian Aldo Santiago
  2019-01-10 16:30 ` Mads Martin Jørgensen
  2019-01-11  3:05 ` Zhang Huangbin
  3 siblings, 0 replies; 5+ messages in thread
From: Fabian Aldo Santiago @ 2019-01-10 16:28 UTC (permalink / raw)
  To: mlmmj

On 2019-01-09 08:47, Zhang Huangbin wrote:
>> On Jan 9, 2019, at 9:40 PM, Mayuresh <mayuresh@acm.org> wrote:
>> 
>> I am about to give mlmmj a try to set up a mailing list.
> 
> Last commit was 19 months ago, you name it. :(
> I’d like to pay developers for some new feature.
> 
> ----
> Zhang Huangbin, founder of iRedMail project: https://www.iredmail.org/
> Time zone: GMT+8 (China/Beijing).
> Available on Telegram: https://t.me/iredmail

it's a shame. i see the utility of it but it felt lacking in some 
features so i switched it out for mailman 2.x in my mail server 
implementation.

Zhang, in iredmail, why not use MM instead? or rather, how/why did you 
choose mlmmj?

-- 
- Fabian S.

Open PGP:
0xE6826058E6ED7726DAA4C78303190CC0D1800E36


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mlmmj] Is this list active?
  2019-01-09 13:47 [mlmmj] Is this list active? Zhang Huangbin
  2019-01-09 13:52 ` Mayuresh
  2019-01-10 16:28 ` Fabian Aldo Santiago
@ 2019-01-10 16:30 ` Mads Martin Jørgensen
  2019-01-11  3:05 ` Zhang Huangbin
  3 siblings, 0 replies; 5+ messages in thread
From: Mads Martin Jørgensen @ 2019-01-10 16:30 UTC (permalink / raw)
  To: mlmmj

Being open source, you can easily hire a developer for a feature, and then submit it for upstream if you feel like it. It’s even MIT license, so you don’t have to.

> On 9 Jan 2019, at 14.47, Zhang Huangbin <zhb@iredmail.org> wrote:
> 
>> On Jan 9, 2019, at 9:40 PM, Mayuresh <mayuresh@acm.org> wrote:
>> 
>> I am about to give mlmmj a try to set up a mailing list.
> 
> Last commit was 19 months ago, you name it. :(
> I’d like to pay developers for some new feature.

-- 
Mads Martin Jørgensen
“Why make things difficult, when it is possible to make them cryptic and totally illogical, with just a little bit more effort?” - A. P. J





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mlmmj] Is this list active?
  2019-01-09 13:47 [mlmmj] Is this list active? Zhang Huangbin
                   ` (2 preceding siblings ...)
  2019-01-10 16:30 ` Mads Martin Jørgensen
@ 2019-01-11  3:05 ` Zhang Huangbin
  3 siblings, 0 replies; 5+ messages in thread
From: Zhang Huangbin @ 2019-01-11  3:05 UTC (permalink / raw)
  To: mlmmj


> On Jan 11, 2019, at 12:28 AM, Fabian Aldo Santiago <fsantiago@gardenlan.com> wrote:
> 
> Zhang, in iredmail, why not use MM instead? or rather, how/why did you choose mlmmj?

iRedMail supports storing mail accounts in OpenLDAP, MySQL/MariaDB or PostgreSQL, so we need the mailing list manager to be able to work with them all.
We wrote mlmmjadmin[1] (a simple RESTful API server) to update SQL/LDAP server while creating/updating/deleting mlmmj mailing lists, so it’s seamlessly integrated. I don’t think we can easily achieve this with Mailman.

It’s easy to write your own plugin for mlmmjadmin to integrate mlmmj with your mail server and update the SQL/LDAP db which stores mail accounts.

[1] mlmmjadmin: https://github.com/iredmail/mlmmjadmin/

----
Zhang Huangbin, founder of iRedMail project: https://www.iredmail.org/
Time zone: GMT+8 (China/Beijing).
Available on Telegram: https://t.me/iredmail



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-11  3:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09 13:47 [mlmmj] Is this list active? Zhang Huangbin
2019-01-09 13:52 ` Mayuresh
2019-01-10 16:28 ` Fabian Aldo Santiago
2019-01-10 16:30 ` Mads Martin Jørgensen
2019-01-11  3:05 ` Zhang Huangbin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.