2015-05-27 20:45 GMT+03:00 Mark Sapiro <m...@msapiro.net>: > On May 27, 2015 12:13:13 PM CDT, EyeLand <ournet....@gmail.com> wrote: > > > >file is from /etc/mailman/mm_cfg.py, there I need to insert next > >variables? > > > >OWNERS_CAN_ENABLE_PERSONALIZATION = Yes > >VERP_PERSONALIZED_DELIVERIES = Yes > > > Yes. > > You will probably also see a symlink to that file from > /var/lib/Mailman/mm_cfg.py. > > > -- > Mark Sapiro <m...@msapiro.net> > Sent from my Android phone with K-9 Mail. [Unpaid endorsement] >
After that I need to delete (comment) from /usr/lib/mailman/Mailman/Defaults.py next variables? # Set this variable to Yes to allow list owners to set the "personalized" # flags on their mailing lists. Turning these on tells Mailman to send # separate email messages to each user instead of batching them together for # delivery to the MTA. This gives each member a more personalized message, # but can have a heavy impact on the performance of your system. OWNERS_CAN_ENABLE_PERSONALIZATION = No and # Another good opportunity is when regular delivery is personalized. Here # again, we're already incurring the performance hit for addressing each # individual recipient. Set this to Yes to enable VERPs on all personalized # regular deliveries (personalized digests aren't supported yet). VERP_PERSONALIZED_DELIVERIES = No ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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