Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Grant Taylor via Mailman-Users
On 3/21/19 4:04 PM, Dimitri Maziuk via Mailman-Users wrote: I honestly don't remember the details but if I was passing mail to local MTA configured as my home MX, I don't see why mailman wouldn't work behind that. I think that it should. I'm talking about bypassing the local MTA all together.

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Dimitri Maziuk via Mailman-Users
On 3/21/19 3:57 PM, Grant Taylor via Mailman-Users wrote: > Fetchmail itself is plenty common.  I had no idea that it was as common > with Mailman.  209 hits on the link that Mark shared. I honestly don't remember the details but if I was passing mail to local MTA configured as my home MX, I don'

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Grant Taylor via Mailman-Users
On 3/21/19 2:05 PM, Dimitri Maziuk via Mailman-Users wrote: IST vaguely R firing up fetchmail from a dip script to inject messages from my school mailbox into my local qmail... Plenty typical at the time. Fetchmail itself is plenty common. I had no idea that it was as common with Mailman. 20

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Dimitri Maziuk via Mailman-Users
On 3/21/19 1:56 PM, Mark Sapiro wrote: > On 3/21/19 11:29 AM, Grant Taylor via Mailman-Users wrote: >> >> I see no technical reason why Mailman couldn't function via something >> like fetchmail from a POP3 mailbox and SMTP Authentication to send. ... >> It would be quite atypical.  But I think it s

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Mark Sapiro
On 3/21/19 11:29 AM, Grant Taylor via Mailman-Users wrote: > > I see no technical reason why Mailman couldn't function via something > like fetchmail from a POP3 mailbox and SMTP Authentication to send. > > Fetchmail would pull the messages from an external 3rd party email > server, do a little p

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Grant Taylor via Mailman-Users
On 3/21/19 11:58 AM, Adam Goldberg wrote: There are ways around this. I see no technical reason why Mailman couldn't function via something like fetchmail from a POP3 mailbox and SMTP Authentication to send. Fetchmail would pull the messages from an external 3rd party email server, do a lit

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Adam Goldberg
A consumer internet connection frequently has incoming port 25 simply blocked, and outgoing port 25 either blocked entirely or blocked for all but the ISP’s outgoing mail server. There are ways around this.Consider duocircle.com “backup mx” service. > On Mar 21, 2019, at 1:44 PM, Mark Sapi

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Mark Sapiro
On 3/20/19 11:40 PM, 황병희 wrote: > i just did make one vm instance Ubuntu 18.04 on google compute > engine. barely i did install postfix at there. hmm if possible, i wish > to run mailing service for my family and me -- it needs a little bit some > comunication plus some > records about family hist

Re: [Mailman-Users] mailman on google comput engine

2019-03-21 Thread Grant Taylor via Mailman-Users
On 3/21/19 12:40 AM, 황병희 wrote: in this case i can run mailman with other port (example 625)? again question, Mailman can act with 625 or 1625 or 2625, ...? No. Not directly. Mailman is not a mail server. You must have a mail server (daemon) sit in front of Mailman. You can make that mail

Re: [Mailman-Users] Fwd: Uncaught runner exception

2019-03-21 Thread Mark Sapiro
On 3/21/19 9:20 AM, Lothar Schilling wrote: > > Python 2.6.6 (r266:84292, Aug 18 2016, 15:13:37) > [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2 > (InteractiveConsole) from string import lowercase lowercase > 'abcdefghijklmnopqrstuvwxyz' import string string > I'm out of

[Mailman-Users] mailman on google comput engine

2019-03-21 Thread 황병희
i just did make one vm instance Ubuntu 18.04 on google compute engine. barely i did install postfix at there. hmm if possible, i wish to run mailing service for my family and me -- it needs a little bit some comunication plus some records about family history. yes i want GNU Mailman very much!!! g

[Mailman-Users] list performance under add user load

2019-03-21 Thread Julian H. Stacey
Hi mailman-users@ When I created a petition signature collection site, mailman worked fine for my small list: http://mailman.berklix.org/mailman/listinfo/votes-sign Others since on this list asked if Mailman can support large lists (real mail lists, not petition signature lists as I unusua

Re: [Mailman-Users] Fwd: Uncaught runner exception

2019-03-21 Thread Lothar Schilling
Am 20.03.2019 um 18:54 schrieb Mark Sapiro: > On 3/20/19 5:31 AM, Lothar Schilling wrote: >> There is just one >> >> /usr/lib64/python2.6/string.py >> >> yielding >> >> lowercase = 'abcdefghijklmnopqrstuvwxyz'. > > You could try one more thing. Run Mailman's > > bin/withlist -i > ... from stri