Re: [Mailman-Users] Now my postfix has moved from mailman server

2012-01-04 Thread Mark Sapiro
On 1/3/2012 9:43 PM, J. Bakshi wrote: > Hello list, > > > I had been running mailman and postfix on the same server. I had to add the > following into main.cf to > integrate mailman into postfix > > ` > alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases > recipie

[Mailman-Users] Now my postfix has moved from mailman server

2012-01-03 Thread J. Bakshi
Hello list, I had been running mailman and postfix on the same server. I had to add the following into main.cf to integrate mailman into postfix ` alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases recipient_delimiter = + mailman_destination_recipient_limit = 1 `