Ensayaremos agregar la lista lists.glp.com.mx

Comenzamos suponiento que lists.glp.com.mx apunta a nuestra IP.

Hacemos los siguiente cambios:

/etc/mailman/mm_cfg.py

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.lidsol.net', 'lists.glp.com.mx']
add_virtualhost('lists.lidsol.net', 'lists.lidsol.net')
add_virtualhost('lists.glp.com.mx', 'lists.glp.com.mx')

/etc/postfix/main.cf

mydestination = localhost, ..., lists.glp.com.mx, ...

/etc/apache2/sites-enabled/glp

<VirtualHost *:80>
        SuexecUserGroup mailman mailman

        ServerAdmin xiam@menteslibres.org
        ServerName lists.glp.com.mx

        RedirectMatch 301 ^/$           /mailman/listinfo
        RedirectMatch 301 ^/mailman/?$  /mailman/listinfo

        ScriptAlias     /mailman/       /var/www/mailman/

        <Directory /var/www/mailman/>
                AllowOverride None
                Options ExecCGI FollowSymLinks
        </Directory>

        Alias /pipermail /var/lib/mailman/archives/public/
        Alias /icons /usr/share/images/mailman/

</VirtualHost>
root@local# /usr/lib/mailman/bin/genaliases
root@local# /etc/init.d/mailman restart
root@local# /etc/init.d/apache2 restart
root@local# postfix reload

Visitamos http://lists.glp.com.mx/mailman/create y creamos la lista, usando el password de mailman (pregunta).

 
crear_lista_de_correos.txt · Last modified: 2009/07/18 10:02 by xiam
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki