[Mailman-Users] Re: New mailman instance

2024-05-08 Thread Mark Sapiro
On 5/8/24 10:55, Ivan Tejeiro Izquierdo wrote: Correct, perfect!!!, thank you so much Mark, you are a crack. Do you recomended migrate 2.1 to 3?, I have some automatizes shell scripts for new list, del users etc, and I am scared for do it. There are a few Mailman 2.1 features not yet in

[Mailman-Users] Re: New mailman instance

2024-05-08 Thread Ivan Tejeiro Izquierdo
Correct, perfect!!!, thank you so much Mark, you are a crack. Do you recomended migrate 2.1 to 3?, I have some automatizes shell scripts for new list, del users etc, and I am scared for do it. -- Mailman-Users mailing list --

[Mailman-Users] Re: New mailman instance

2024-05-08 Thread Mark Sapiro
On 5/8/24 00:51, Ivan Tejeiro Izquierdo wrote: POSTFIX_STYLE_VIRTUAL_DOMAINS = 'listas.colegioderegistradores.es' This is the issue. POSTFIX_STYLE_VIRTUAL_DOMAINS is a list of strings, not a string. It needs to be POSTFIX_STYLE_VIRTUAL_DOMAINS = ['listas.colegioderegistradores.es'] -- Mark

[Mailman-Users] Re: New mailman instance

2024-05-08 Thread Ivan Tejeiro Izquierdo
defaults.py DEFAULT_EMAIL_HOST = 'localhost.localdomain' DEFAULT_URL_HOST = 'localhost.localdomain' POSTFIX_STYLE_VIRTUAL_DOMAINS = [] add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) MTA = 'Manual' mm_cfg.py DEFAULT_URL_HOST = 'listas.colegioderegistradores.es'

[Mailman-Users] Re: New mailman instance

2024-05-07 Thread Mark Sapiro
On 5/7/24 02:41, Ivan Tejeiro Izquierdo wrote: 2.1.29-12 version. Sorry mark, I don't understand what else I can review. What do you have in both Defaults.py and mm_cfg.py for DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST, POSTFIX_STYLE_VIRTUAL_DOMAINS and all add_virtualhost() statements? Also, on

[Mailman-Users] Re: New mailman instance

2024-05-07 Thread Ivan Tejeiro Izquierdo
2.1.29-12 version. Sorry mark, I don't understand what else I can review. -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org

[Mailman-Users] Re: New mailman instance

2024-05-06 Thread Mark Sapiro
On 5/6/24 11:11, Ivan Tejeiro Izquierdo wrote: Yes,I create a list with the newlist command specifying the same domain and the list is created correctly with that domain, but the virtual-mailman file is not created, only the virtual-mailman.db and the aliases and aliases.db What Mailman

[Mailman-Users] Re: New mailman instance

2024-05-06 Thread Ivan Tejeiro Izquierdo
Yes,I create a list with the newlist command specifying the same domain and the list is created correctly with that domain, but the virtual-mailman file is not created, only the virtual-mailman.db and the aliases and aliases.db -- Mailman-Users

[Mailman-Users] Re: New mailman instance

2024-05-06 Thread Mark Sapiro
Mark Sapiro wrote: Is the list's domain listed in POSTFIX_STYLE_VIRTUAL_DOMAINS in mm_cfg.py? On 5/5/24 23:58, Ivan Tejeiro Izquierdo wrote: Yes Mark, and in add_virtualhost. Does the domain in POSTFIX_STYLE_VIRTUAL_DOMAINS match the list's host_name as shown on the list admin General

[Mailman-Users] Re: New mailman instance

2024-05-06 Thread Ivan Tejeiro Izquierdo
Yes Mark, and in add_virtualhost. -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ:

[Mailman-Users] Re: New mailman instance

2024-05-05 Thread Odhiambo Washington
On Sat, May 4, 2024 at 6:55 PM Carl Zwanzig wrote: > On 5/4/2024 1:45 AM, Odhiambo Washington wrote: > > On Fri, May 3, 2024 at 7:54 PM Carl Zwanzig wrote: > >> Last I checked, MM3 was just not suitable for a small set of smaller > >> lists and to be maintained by less experienced people. > > >

[Mailman-Users] Re: New mailman instance

2024-05-04 Thread Carl Zwanzig
On 5/4/2024 1:45 AM, Odhiambo Washington wrote: On Fri, May 3, 2024 at 7:54 PM Carl Zwanzig wrote: Last I checked, MM3 was just not suitable for a small set of smaller lists and to be maintained by less experienced people. In what aspects was it not suitable? I have never encountered a

[Mailman-Users] Re: New mailman instance

2024-05-04 Thread Odhiambo Washington
On Fri, May 3, 2024 at 7:54 PM Carl Zwanzig wrote: > On 5/3/2024 4:25 AM, Odhiambo Washington wrote: > > Not to answer your question, but may I suggest you stop learning about > > Mailman2 and look at Mailman3 instead? > > Last I checked, MM3 was just not suitable for a small set of smaller >

[Mailman-Users] Re: New mailman instance

2024-05-03 Thread Carl Zwanzig
On 5/3/2024 4:25 AM, Odhiambo Washington wrote: Not to answer your question, but may I suggest you stop learning about Mailman2 and look at Mailman3 instead? Last I checked, MM3 was just not suitable for a small set of smaller lists and to be maintained by less experienced people. Perhaps

[Mailman-Users] Re: New mailman instance

2024-05-03 Thread Mark Sapiro
On 5/3/24 04:12, Ivan Tejeiro Izquierdo wrote: Hello: I have an instance of mailman 2 on a red hat server that has been running without problems for a long time. Now I need to set up a test environment. I have cloned that server and I have modified the mmcfg.py removing the name of the old

[Mailman-Users] Re: New mailman instance

2024-05-03 Thread Ivan Tejeiro Izquierdo
Thanks, but I am happy with mailman2 at the moment -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman

[Mailman-Users] Re: New mailman instance

2024-05-03 Thread Odhiambo Washington
On Fri, May 3, 2024 at 2:17 PM Ivan Tejeiro Izquierdo wrote: > Hello: > I have an instance of mailman 2 on a red hat server that has been running > without problems for a long time. Now I need to set up a test environment. > I have cloned that server and I have modified the mmcfg.py removing the