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
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
`