[Buildbot] #3110: CCing to sysadmins does not result in a mail in sysadmins@ mailing list

Buildbot trac trac at buildbot.net
Mon Jan 19 20:42:16 UTC 2015


#3110: CCing to sysadmins does not result in a mail in sysadmins@ mailing list
----------------------------+--------------------------------
Reporter:  sa2ajj           |       Owner:  verm
    Type:  support-request  |      Status:  reopened
Priority:  critical         |   Milestone:  sys - on-bb-infra
 Version:                   |  Resolution:
Keywords:                   |
----------------------------+--------------------------------

Comment (by dustin):

 Postfix invokes mailman with
 {{{
 mailman   unix  -       n      n       -       -       pipe
         flags=FR user=mailman argv=/usr/local/mailman/bin/postfix-to-
 mailman.py
         ${nexthop} ${user}
 }}}
 and that script has at the top of it,
 {{{
 # To configure a virtual domain to connect to mailman, edit Postfix
 thusly:
 #
 # /etc/postfix/main.cf:
 #    relay_domains = ... lists.example.com
 #    transport_maps = hash:/etc/postfix/transport
 #    mailman_destination_recipient_limit = 1
 #
 # /etc/postfix/transport:
 #   lists.example.com   mailman:
 #
 # /etc/postfix/master.cf
 #    mailman unix  -       n       n       -       -       pipe
 #      flags=FR user=mailman:mailman
 #      argv=/var/mailman/postfix-to-mailman.py ${nexthop} ${user}
 }}}

 But I don't see `mailman_destination_recipient_limit = 1` in main.cf.

 I'll add it and try again.

--
Ticket URL: <http://trac.buildbot.net/ticket/3110#comment:30>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list