Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Khalil Abbas
ah yes, these to list owner notices I guess are unsubscribe notices.. for I turned on the "Should Mailman notify you, the list owner, when bounces cause a member to be unsubscribed?" to yes.. I tried to send test messages to these addresses, most of them are real subscribers that got kicked off

Re: [Mailman-Users] private lists with real name signatures

2011-01-23 Thread Mark Sapiro
Doug Gaff wrote: >(Sorry to resurrect an old thread, but I recently switched to a VPS, and now >finally have access to the mailman install.) > >As mentioned in the old thread, I'd like add %(member_name) and >%(member_address) as variables that can be used in the msg_header and >msg_footer fiel

Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Mark Sapiro
halil Abbas wrote: >I also forgot to mention something.. I'm managing 57 lists on 18 servers.. >some are small lists and some are huge but the thing in common is that they >all send a single message to their lists per day.. but I have put my own >email address (khillo100 at hotmail dot com) in

Re: [Mailman-Users] private lists with real name signatures

2011-01-23 Thread Doug Gaff
(Sorry to resurrect an old thread, but I recently switched to a VPS, and now finally have access to the mailman install.) As mentioned in the old thread, I'd like add %(member_name) and %(member_address) as variables that can be used in the msg_header and msg_footer fields if desired by the lis

Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Khalil Abbas
I also forgot to mention something.. I'm managing 57 lists on 18 servers.. some are small lists and some are huge but the thing in common is that they all send a single message to their lists per day.. but I have put my own email address (khillo100 at hotmail dot com) in all of the 57 lists.. an

Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Mark Sapiro
On 1/23/2011 12:33 PM, Mark Sapiro wrote: > Khalil Abbas wrote: > >> well this is much comforting, meaning that there is nothing to worry about >> the configuration.. I turned on the "Should Mailman notify you, the list >> owner, when bounces cause a member's subscription to be disabled?" to yes

Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Mark Sapiro
Khalil Abbas wrote: >well this is much comforting, meaning that there is nothing to worry about >the configuration.. I turned on the "Should Mailman notify you, the list >owner, when bounces cause a member's subscription to be disabled?" to yes to >see what happens.. > >but still this does not

Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Khalil Abbas
well this is much comforting, meaning that there is nothing to worry about the configuration.. I turned on the "Should Mailman notify you, the list owner, when bounces cause a member's subscription to be disabled?" to yes to see what happens.. but still this does not answer the main question,

Re: [Mailman-Users] owner alias bounces

2011-01-23 Thread Florian Effenberger
Hi Mark, > My mistake. That should be > >  bin/withlist -l -r fix_url existing-listname -u lists.domain2.tld > > The -u option needs to come after the list name. Otherwise it is > interpreted as a withlist option rather than a fix_url option. thanks a lot, that did the trick! ;) Florian

Re: [Mailman-Users] control mail distribution ..

2011-01-23 Thread Mark Sapiro
On 1/23/2011 7:46 AM, Khalil Abbas wrote: > attached are the Jan 16, and Jan 17th logs: error, smtp, qrunner, > locks.. I replaced my domain name with the word (DOMAIN) cause I believe > this is shown to public .. > > there are several smtp-failure files (failure.1, .2, .3...) but they are > all e

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-23 Thread Umarzuki Mochlis
2011/1/17 Mark Sapiro > > > After changing DEFAULT_EMAIL_HOST, you need to run > > bin/withlist -l -a -r fix_url > > (see ) and then > > bin/genaliases again. > > i finally got it working with dovecot lda by adding hash:/etc/mailman/virtual-mailman at the end of virtu

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-23 Thread Mark Sapiro
Umarzuki Mochlis wrote: >i finally got it working with dovecot lda by adding >hash:/etc/mailman/virtual-mailman at the end of virtual_alias_maps like so > ># postconf virtual_alias_maps >virtual_alias_maps = proxy:ldap:/etc/postfix/ldap_virtual_alias_maps.cf, >proxy:ldap:/etc/postfix/ldap_virtual

Re: [Mailman-Users] owner alias bounces

2011-01-23 Thread Mark Sapiro
On 1/23/2011 3:59 AM, Florian Effenberger wrote: > > 2011/1/22 Mark Sapiro : > >> Also you can use "bin/newlist -u lists.domain2.tld" to create a list >> properly in this domain, and you can use >> >> bin/withlist -l -r fix_url -u lists.domain2.tld existing-listname >> >> to fix the web_page_url

Re: [Mailman-Users] owner alias bounces

2011-01-23 Thread Florian Effenberger
Hi Mark, 2011/1/22 Mark Sapiro : >>However, I have already wondered where to set the web URL. Right now, >>lists.domain2 still have lists.domain1 e.g. in the List-Archive >>header. > > You want an additional add_virtualhost like > > add_virtualhost('lists.domain2.tld', 'lists.domain2.tld') > > Th