Re: [Mailman-Users] Argh. Postfix/Mailman compatibility on Gentoo

2018-07-25 Thread Mark Sapiro
On 07/25/2018 11:43 AM, Phil Stracchino wrote: > > The easy solution: > > 1. In /etc/postfix/main.cf: > mail_owner= postfix > default_privs = mailman > > 2. Restart Postfix Or sudo chown mailman /path/to/mailman/data/aliases.db which doesn't even require restart/reload o

[Mailman-Users] Argh. Postfix/Mailman compatibility on Gentoo

2018-07-25 Thread Phil Stracchino
: Command died with status 2: "/usr/lib64/mailman/mail/mailman post caerllewys". Command output: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "nobody". Try tweakin