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
`
I have a list set with the "List of non-member addresses whose postings will be
immediately held for moderation" set up using regular expressions.
^.*@.*\.uc.*\.edu$
^.*@uc.*\.edu$
^.*@.*\.berkeley\.edu$
^.*@berkeley\.edu$
^.*@.*\.lbl\.gov$
^.*@lbl\.gov$
^.*@.*\.llnl\.gov$
^.*@llnl\.gov$
The ot