Re: [Mailman-Users] Monthly mailing of password hints

2011-07-06 Thread Mark Sapiro
On 7/6/2011 10:53 AM, Jack G F Hill wrote: > We encountered a situation that felt like an error, but probably is not... > > User is set to NoMail while he moves from one place (and one ISP) to > another... no current (working) email address... > > The system continues to try sending password remi

Re: [Mailman-Users] mails to lists are passed erroneously to cyrus

2011-07-06 Thread Mark Sapiro
On 7/6/2011 11:37 AM, Egon Frerich wrote: > > If I send a mail to v...@schwach.de via my local email account mailman > delivers the mail to the list members. > > But if I send this mail via an external email account then the mail is > handled by cyrus and I get this message: > > verify_user(user

[Mailman-Users] mails to lists are passed erroneously to cyrus

2011-07-06 Thread Egon Frerich
My Postfix is on an host without a real Internet hostname. So the domain name in my main.cf is a fake: myhostname = Cup.freu.ih mydestination = Cup, $myhostname, localhost.$mydomain, $mydomain, localhost Mailman-lists are managed with a real domain name. In main.cf I say: virtual_alias_domains

[Mailman-Users] Monthly mailing of password hints

2011-07-06 Thread Jack G F Hill
We encountered a situation that felt like an error, but probably is not... User is set to NoMail while he moves from one place (and one ISP) to another... no current (working) email address... The system continues to try sending password reminders, which bounce and cause the hosting owner to

Re: [Mailman-Users] Mailman MySQL backend migration question

2011-07-06 Thread kphamilton
I have actually accomplished this! Woohoo! I did upgrade as you said to MysqlMemberships.py. I accomplished the rest in a different manner than you suggested, so I will share if others attempt this. I used export in the /bin folder to export all list data in xml format. I then wrote a python

Re: [Mailman-Users] Mailman MySQL backend migration question

2011-07-06 Thread Mark Sapiro
Mark Sapiro wrote: > > >from Mailman import mm_cfg >from Mailman import OldStyleMemberships as OSM > >def move_members(mlist): >if not mlist.Locked(): >mlist.Lock() >for member in OSM.getMembers(mlist): >if mlist.is

Re: [Mailman-Users] Mailman MySQL backend migration question

2011-07-06 Thread Mark Sapiro
kphamilton wrote: > >I am attempting to migrate from using Mailman's flat file to store >information about members towards a MySQL database backend instead. I have >successfully configured it so that when I add a new member or change a >member, it changes appropriately with the database table. The

Re: [Mailman-Users] Pending messages queue empty

2011-07-06 Thread Mark Sapiro
rfox wrote: >Any specific help for my issue? Did you see this FAQ? >Mark Sapiro-3 wrote: >> >> See the FAQ at . -- Mark Sapiro Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- Mailman-Us

[Mailman-Users] Mailman MySQL backend migration question

2011-07-06 Thread kphamilton
Hello, I am attempting to migrate from using Mailman's flat file to store information about members towards a MySQL database backend instead. I have successfully configured it so that when I add a new member or change a member, it changes appropriately with the database table. The problem is that

Re: [Mailman-Users] Pending messages queue empty

2011-07-06 Thread Mailman Admin
Hi On 07/06/2011 02:39 PM, rfox wrote: > > Got it, mailman is not listserv. Thank you for the correction. > > Any specific help for my issue? > Did you read the following? > Mark Sapiro-3 wrote: >> >> >> See the FAQ at . >> Bye Christian Mack

Re: [Mailman-Users] Pending messages queue empty

2011-07-06 Thread rfox
Got it, mailman is not listserv. Thank you for the correction. Any specific help for my issue? Mark Sapiro-3 wrote: > > rfox wrote: >> >>I am encountering a strange issue with our listserv > > > Please see . > > >>which I hope someo