On 08/09/2017 10:17 AM, Dr. Alberto Barengols wrote: > > I had create a list ( [email protected] ), and everything > went right. > > But when I send a message to this list it appears some errors: > > ========================================================================== > <[email protected]>: Command died with status 5: > "/usr/lib/mailman/mail/mailman". Command output: Usage: > /usr/lib/mailman/mail/mailman program [args...] > > <[email protected]> (expanded from > <[email protected]>): > unknown user: "post" > > <[email protected]>: unknown user: "cod3" > ==========================================================================
You really need to configure Mailman Postfix integration for automatic alias generation. See <http://www.list.org/mailman-install/postfix-integration.html>. That said, you have aliases like cod3: |/usr/lib/mailman/mail/mailman post cod3 They need to be quoted as cod3: "|/usr/lib/mailman/mail/mailman post cod3" -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
