Hi, I have mailman installed: wedmore:/usr/lib/mailman # rpm -qa | grep mailman mailman-2.1.5-16 But not only does newlist not output the settings I must add to /etc/aliases but there doesn't seem to be a file called wrapper with which to setup /etc/aliases. Is mailman broke in 9.3? Dave.
On Friday 10 June 2005 10:59 am, Dave Lists wrote:
Hi, I have mailman installed: wedmore:/usr/lib/mailman # rpm -qa | grep mailman mailman-2.1.5-16
But not only does newlist not output the settings I must add to /etc/aliases but there doesn't seem to be a file called wrapper with which to setup /etc/aliases.
Is mailman broke in 9.3? Newlist does not now and never has updated /etc/aliases. For postfix: Add this line to /etc/postfix/main.cf for alias_maps = hash:<where you have mailman installed>/data/aliases
NOTE: we have mailman installed as /var/mailman, you may have it installed elsewhere. It should look something like this: alias_maps = hash:/etc/postfix/aliases, hash:/var/mailman/data/aliases Where "alias_maps = hash:/etc/postfix/aliases" Once you do this, the run the command (as root) postfix reload. Then anytime you add or delete a list, the mailman aliases will be updated. The mailman alias file is in -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
participants (2)
-
Dave Lists
-
Jerry Feldman