Mailman aggregate mailing lists

Posted by s1nny on Server Fault See other posts from Server Fault or by s1nny
Published on 2013-11-12T14:34:03Z Indexed on 2013/11/12 15:53 UTC
Read the original article Hit count: 223

Filed under:

Using CENTOS 5.10, WHM, CpanelX

I'm setting up mailing lists for my company (microsoft exchange costs too much for the number of users we have). So I've got a few mailing lists set up right now @Naples, @Cayman, @ACK, @Managers etc which are all set up and working nicely.

Now I need to create an aggregate list, @Stores, which sends to other lists, in this case @Naples, @Cayman and @ACK and leaving out @Managers.

I keep getting authorization requests from each store list when I send to @Stores but if I send to each store list individually its fine. I've got them all set up to "accept non member postings for which no explicit action is defined", as well as set "accept_these_nonmembers" to ^.*

© Server Fault or respective owner

Related posts about mailman

  • Mailman Error / Cpanel

    as seen on Server Fault - Search for 'Server Fault'
    Mailman is giving off this error when any changes are made to the list: ======================= Bug in Mailman version 2.1.14 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly… >>> More

  • mailman web UI on localhost with apache2

    as seen on Server Fault - Search for 'Server Fault'
    I'm interested only in running mailman on localhost and would like access to the web interface, but am getting 404: root@dur:~# root@dur:~# ln -s /etc/mailman/apache.conf /etc/apache2/sites-enabled/mailman -v `/etc/apache2/sites-enabled/mailman' -> `/etc/mailman/apache.conf' root@dur:~# root@dur:~#… >>> More

  • File does not exist: /var/www/mailman

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I'm following the guide for installing mailman: root@dur:~# root@dur:~# ln -s /etc/mailman/apache.conf /etc/apache2/sites-enabled/mailman -v `/etc/apache2/sites-enabled/mailman' -> `/etc/mailman/apache.conf' root@dur:~# root@dur:~# service apache2 restart * Restarting web server apache2 ... waiting… >>> More

  • MailMan error logging in Apache

    as seen on Server Fault - Search for 'Server Fault'
    I am working on a MailMan implementation using Fedora 12. I have it set up and running but I was looking at what happens if someone tries to brute force a password on the web GUI and found that MailMan doesn't log these errors at all or I'm completely looking in the wrong place. I have tried both… >>> More

  • MailMan moderator subscribe via email

    as seen on Server Fault - Search for 'Server Fault'
    I am setting up a MailMan list server and I am trying to find a way for moderators to subscribe users through email. We are only using the MailMan website for the administrators and need the moderators to be able to at least subscribe people and/or accept subscription requests from users. Is there… >>> More