[Mailman-Users] New install - Where's 'chang...@example.com' coming from?

2022-06-18 Thread Andy Smith
Hi, I've just installed mailman3 (well, mailman3-full) on a Debian 11 host from Debian packages. I thought I'd gone through /etc/mailman3/mailman.cfg thoroughly, but I am seeing the From: address chang...@example.com in some administrative notifications. Now, when I search for help on this everyt

Re: [Mailman-Users] New install of mailman -- web links point to non-working https address

2014-07-24 Thread Adam McGreggor
On Wed, Jul 23, 2014 at 11:43:10AM -0500, James Riemermann wrote: [ … ] > The Defaults.py config includes the following line: > DEFAULT_URL_PATTERN = 'http://%s/mailman/' > rather than the folloowing: > DEFAULT_URL_PATTERN = 'https://%s/mailman/cgi-bin/' > > which was recommended on one web tuto

Re: [Mailman-Users] New install of mailman -- web links point to non-working https address

2014-07-24 Thread Mark Sapiro
On 07/23/2014 09:43 AM, James Riemermann wrote: > Hi, > > I just installed mailman on a Centos 6.5 server with Apache, and find that > all the links on the web interface are broken because they point to an > https:// address with /cgi-bin/ in the address rather than an http:// > address that works

[Mailman-Users] New install of mailman -- web links point to non-working https address

2014-07-24 Thread James Riemermann
Hi, I just installed mailman on a Centos 6.5 server with Apache, and find that all the links on the web interface are broken because they point to an https:// address with /cgi-bin/ in the address rather than an http:// address that works. The Defaults.py config includes the following line: DEFA

Re: [Mailman-Users] New install problem

2008-06-02 Thread Mark Sapiro
John Lieber wrote: >I've got a fresh new install on an Ubuntu Server 8, Mailman version >2.1.9 (installed from apt). Agent is Postfix > > > >I have the list installed and appears to be running. Mail sent to the >list shows up in the archive. However the members are not receiving any >mail from

[Mailman-Users] New install problem

2008-06-02 Thread John Lieber
I've got a fresh new install on an Ubuntu Server 8, Mailman version 2.1.9 (installed from apt). Agent is Postfix I have the list installed and appears to be running. Mail sent to the list shows up in the archive. However the members are not receiving any mail from the lists. Checked the spam

Re: [Mailman-Users] New Install

2006-07-01 Thread Troy Buffum
Thanks for the info Mark. I think I may have found a provider, but still shopping around. - Original Message - From: "Mark Sapiro" <[EMAIL PROTECTED]> To: "Troy Buffum" <[EMAIL PROTECTED]>; Sent: Saturday, July 01, 2006 7:55 PM Subject: Re: [Mailman-Us

Re: [Mailman-Users] New Install

2006-07-01 Thread Mark Sapiro
Troy Buffum wrote: >I'm new to the group, and this is my first post. In trying to determine >wheather or not I can install Mailman on my hosting service, I've been >speaking with their tech support. One thing they told me was, "Anything >that requires SSH to performa an install, will not

[Mailman-Users] New Install

2006-07-01 Thread Troy Buffum
Hi Everyone, I'm new to the group, and this is my first post. In trying to determine wheather or not I can install Mailman on my hosting service, I've been speaking with their tech support. One thing they told me was, "Anything that requires SSH to performa an install, will not be supporte

Re: [Mailman-Users] new install/email confirmation not working

2006-06-27 Thread Mark Sapiro
Christopher Adams wrote: >There is nothing in the logs. > >It turns out that Postfix is not accepting any mail from outside our domain. Postfix is not accepting the mail? I think if that were the case, there would be log messages. I think it is more likley that DNS MX records are causing mail fr

Re: [Mailman-Users] new install/email confirmation not working

2006-06-27 Thread Christopher Adams
There is nothing in the logs. It turns out that Postfix is not accepting any mail from outside our domain. I have messed around with it and Googled and so forth and the only possible solution that I see is to delete Sendmail and Postfix and recompile from source. It was from a Red Hat installation

Re: [Mailman-Users] new install/email confirmation not working

2006-06-23 Thread Mark Sapiro
Christopher Adams wrote: >On 6/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> It doesn't seem the mail is getting even that far. Do you have MTA = >> 'Postfix' in mm_cfg.py? Have you added path/to/data/aliases to >> Postfix's alias_maps? See >>

Re: [Mailman-Users] new install/email confirmation not working

2006-06-23 Thread Christopher Adams
On 6/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Christopher Adams wrote: > > > >On the new server, I have installed Mailman, run 'configure' and 'make > >install'. I have restarted Postfix and Mailman. > > > >I have set up a new list and received email confirmation. I can add > myself > >as

Re: [Mailman-Users] new install/email confirmation not working

2006-06-23 Thread Mark Sapiro
Christopher Adams wrote: > >On the new server, I have installed Mailman, run 'configure' and 'make >install'. I have restarted Postfix and Mailman. > >I have set up a new list and received email confirmation. I can add myself >as a subscriber via the web interface and get an email confirmation. > >

[Mailman-Users] new install/email confirmation not working

2006-06-23 Thread Christopher Adams
I have been running a Mailman 2.1.8 system for quite awhile, using Postfix as the MTA. I am installing Mailman on another server, with plans to move all my 500 lists to the new server. On the new server, I have installed Mailman, run 'configure' and 'make install'. I have restarted Postfix and Ma

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Dwight Tovey
Dwight Tovey said: > > Mark Sapiro said: >> You're almost there. If you look at lines 97 and 98 in >> /usr/local/mailman/Mailman/Handlers/SpamDetect.py, you'll see >> >> for header, regex in mm_cfg.KNOWN_SPAMMERS: >> cre = re.compile(regex, re.IGNORECASE) >> >> Thus, the bad regex is i

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Dwight Tovey
Mark Sapiro said: > You're almost there. If you look at lines 97 and 98 in > /usr/local/mailman/Mailman/Handlers/SpamDetect.py, you'll see > > for header, regex in mm_cfg.KNOWN_SPAMMERS: > cre = re.compile(regex, re.IGNORECASE) > > Thus, the bad regex is in the KNOWN_SPAMMERS list in m

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Mark Sapiro
Dwight Tovey wrote: > >Next I go in to the list info page and sign up. The confirmation message >succesfully goes out. I then confirm the subscription (either by clicking >on the supplied link or sending back a reply) and from the logs I can see >that Mailman tries to send out a notification to t

[Mailman-Users] New install: Uncaught runner exception: nothing to repeat

2005-10-22 Thread Dwight Tovey
Hello all. I'm trying to install Mailman 2.1.6 on a Linux system and get it running with an existing Qmail. For the most part I thought everything went smoothly, but now I've run into a snag. I can create a mailing list with 'newlist -u www.mydom.ain -e mydom.ain listname' and the list administr

[Mailman-Users] New install issue: Line 107 / exception.OSError

2004-08-03 Thread Jeff Garvas
I apologize if this is already documented somewhere. While I can find lots of information about this error with other applications (and a different line number) I can't seem to find any information about this with respect to mailman. If I've missed a FAQ I'm just blind :) I have mailman+qmail

Re: [Mailman-Users] New install on virtual server -- and TWIG is fullof MSQL errors

2004-04-16 Thread Karl R. Balsmeier
Check the error logs & send info, it's probably related. I know for instance if I try to throw "plone" onto a box i've already got MM installed on, that my Python 2.1 will be mangled by the older Python version 'plone' uses. Your TWIG may have suffered a similar fate. Try and get some debug info

Re: [Mailman-Users] New install on virtual server -- and TWIG is full of MSQL errors

2004-04-16 Thread Brad Knowles
At 7:54 PM -0500 2004/04/16, Mark Rauterkus wrote: However, my older version of TWIG is now not able to work. http://www.informationgateway.org/ TWIG give me lots of errors with MSQL. TWIG is a webmail implementation. This doesn't have anything to do with Mailman, which is a mailing list

[Mailman-Users] New install on virtual server -- and TWIG is full of MSQL errors

2004-04-16 Thread Mark Rauterkus
Hi All, I've got a FreeBSD virtual server. I had a MM meltdown -- yanked the old version. Then did vinstall for a new version of MM. Great. Love it. Splendid new features. However, my older version of TWIG is now not able to work. http://www.informationgateway.org/ TWIG give me lots of error

Re: [Mailman-Users] New install errors...Cron and mm_cfg.py

2004-01-22 Thread Brad Knowles
At 9:55 PM -0500 2004/01/22, ReeprFlame wrote: I have just installed Mailman several times (2.0.13). Why are you installing such an old version of Mailman? Have you tried 2.1.4? -- Brad Knowles, <[EMAIL PROTECTED]> "They that can give up essential liberty to obtain a little temporary safety d

[Mailman-Users] New install errors...Cron and mm_cfg.py

2004-01-22 Thread ReeprFlame
I have just installed Mailman several times (2.0.13). to try to solve problems. Here are the 2 that i get every minute that i cannot seem to solve. This add_vh is really gettin annoyin too as it seems to stay weather i delete the line or not in mm_cfg.py... here's the first error: ___

[Mailman-Users] New Install with Mailman 2.1.4 , Sendmail 8.12.10 and having problems

2004-01-04 Thread jsmith
Afternoon all, I have a freebsd 5.1 machine running with sendmail-8.12.10 with sasl New install of Mailman 2.1.4 I was changing out boxes and locations for my server and of course I thought I would use the latest build of everything. This does always seem to cause a few problems that have to be

[Mailman-Users] new install/upgrade issues, automatic rejection of emails from list members

2003-09-15 Thread webmaster
hi, I just upgraded from 2.0.13 -> 2.1.2 and am having issues. I moved my lists over and they don't work. so i decided just to completely recreate a list from scratch adding all of the members via mass subscription. now when i send a message to the list it automatically rejects the message, ev

Re: [Mailman-Users] new install question

2003-08-04 Thread Ivan Dimitrov
# bin/check_perms No problems found # python -V Python 2.3 On ?, 2003-08-04 at 17:33, Todd wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ivan Dimitrov wrote: > > when invoked from the web, here is what it says: > > > > Bug in Mailman version 2.1.2 > > We're sorry, we hit a bug! >

Re: [Mailman-Users] new install question

2003-08-04 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ivan Dimitrov wrote: > when invoked from the web, here is what it says: > > Bug in Mailman version 2.1.2 > We're sorry, we hit a bug! > If you would like to help us identify the problem, please email a copy > of this page to the webmaster for this site

Re: [Mailman-Users] new install question

2003-08-04 Thread Ivan Dimitrov
when invoked from the web, here is what it says: Bug in Mailman version 2.1.2 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most rece

[Mailman-Users] new install question

2003-07-31 Thread Ivan Dimitrov
Hi list I've been trying to install mailman-2.1.2 following the INSTALL file and at configuring the list I've created here is the message I got: [EMAIL PROTECTED]:/usr/local/mailman# bin/config_list -i data/sitelist.cfg mailman Traceback (most recent call last): File "bin/config_list", line 339,

[Mailman-Users] New Install Help

2002-05-06 Thread Paul
Sorry for the bandwidth, but I have exhausted all other options. I have installed Mailman 2.0.10 on RedHat 7.2. Python 2.2.1. I have created a List, and subscribed a user to the list. The user gets the Confirmation of subscription -- request 99 message. When the user replies to the messag

Re: [Mailman-Users] New install Mailman 2.0 - odd python errors in cron jobs

2002-02-28 Thread ScaryG
On 28 Feb 2002 18:47:42 -0500 Chris Hedemark <[EMAIL PROTECTED]> wrote: > That is an old version. Try 2.0.8 as there have been a great many > bugfixes. I upgraded from mailman 2.0 to 2.0.8 and all those error messages in the cron jobs have disappeared! Super! Easy upgrade as well. From a

Re: [Mailman-Users] New install Mailman 2.0 - odd python errors in cron jobs

2002-02-28 Thread ScaryG
On Thu, 28 Feb 2002 10:47:14 -0500 Chris Hedemark <[EMAIL PROTECTED]> wrote: > What *specific* version of Mailman are you running? I downloaded mailman-2.0.tar.gz > And Python? That was noted in my message as well... > > Python 2.2 (#1, Feb 27 2002, 14:11:31) > > GCC 2.95.3 20010315 (releas

[Mailman-Users] New install Mailman 2.0 - odd python errors in cron jobs

2002-02-28 Thread ScaryG
Hey folks! I installed mailman2.0 yesterday on one of my FreeBSD (4.4-R) systems. I installed Python from ports: Python 2.2 (#1, Feb 27 2002, 14:11:31) GCC 2.95.3 20010315 (release) [FreeBSD]] on freebsd4 Everything is working fine, except for when the cron jobs run, each one spits back some py

[Mailman-Users] New install - Permission denied error

2001-11-18 Thread Fleetwood, Cassandra (AZ75)
After installing mailman I receive the following message, one per minute. Traceback (most recent call last): File "/home/mailman/cron/qrunner", line 275, in ? lock.lock(timeout=0.5) File "/home/mailman/Mailman/LockFile.py", line 219, in lock self.__write() File "/home/mailman/Mailma

[Mailman-Users] New install - Permission denied error

2001-11-17 Thread Fleetwood, Cassandra (AZ75)
After installing Mailman I receive the following message, one per minute. Traceback (most recent call last): File "/home/mailman/cron/qrunner", line 275, in ? lock.lock(timeout=0.5) File "/home/mailman/Mailman/LockFile.py", line 219, in lock self.__write() File "/home/mailman/Mailma