documentos:mailman:apuntes

Apuntes Mailman

Apuntes varios, unsorted

 ./newlist --urlhost=listas.dominio.com.uy --emailhost=dominio.com.uy mailman

(configurado correctamente el archivo /etc/mailman/mm_cfg.py no necesita estos parámetros de host.

en server origen:

 rsync -az -e ssh /var/lib/mailman/lists /var/lib/mailman/data /var/lib/mailman/archives root@192.168.10.18:/var/lib/mailman/

en server destino:

  1. configurar correctamente apache
  2. configurar correctamente /etc/mailman/mm_cfg.py
  3. correr estos comandos:
cd /usr/lib/mailman/bin
./check_perms -f
./genaliases
./withlist -l -r fix_url --all
En caso de tener más de un dominio, el withlist va a cambiar al dominio por defecto, para otros dominios se debe ejecutar para cada lista:
 ./withlist -l -r fix_url lista --urlhost=dominio

Se modifica mm_cfg.py con los siguientes parámetros:

WEB_BG_COLOR = 'white'                            # Page background
WEB_HEADER_COLOR = '#99ccff'                      # Major section headers
WEB_SUBHEADER_COLOR = '#fff0d0'                   # Minor section headers
WEB_ADMINITEM_COLOR = '#dddddd'                   # Option field background
WEB_ADMINPW_COLOR = '#99cccc'                     # Password box color
WEB_ERROR_COLOR = 'red'                           # Error message foreground
WEB_LINK_COLOR = ''                               # If true, forces LINK=
WEB_ALINK_COLOR = ''                              # If true, forces ALINK=
WEB_VLINK_COLOR = ''                              # If true, forces VLINK=
WEB_HIGHLIGHT_COLOR = '#dddddd'                   # If true, alternating rows
                                                  # in listinfo & admin
                                                  # display

Rodolfo Pilas 2013/07/16 14:48

  • documentos/mailman/apuntes.txt
  • Última modificación: 2015/02/13 13:29
  • por 127.0.0.1