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 M
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@p
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
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'
add_virtualhost('listas