[Mailman-Users] Installing Mailman on Ubuntu

2024-07-20 Thread Dennis Putnam
I'm trying to install mailman 3 on Ubuntu. It seems that mailman is not in any of the Ubuntu repositories. If there is a repo, I can't find it. Instead I cloned the github source. However, there is no documentation, that I can find, that explains what to do with the source (https://docs.mailman

Re: [Mailman-Users] Installing Mailman on a Debian system with Apache 2.4.2, CGI error!

2019-12-04 Thread Brett Delmage
On 05/06/2018 08:37 PM, Jayson Smith wrote: It seems that by default, Debian's Apache install doesn't enable the CGI module. Somehow, it sort of works better if you enable CGI. It works better if you plug it in. Head…desk. I'd spent hours trying to troubleshoot this! Sometimes the most obvious t

Re: [Mailman-Users] Installing Mailman on a Debian system with Apache 2.4.2, CGI error!

2018-05-07 Thread Mark Sapiro
On 05/06/2018 08:37 PM, Jayson Smith wrote: > > It seems that by default, Debian's Apache install doesn't enable the CGI > module. Somehow, it sort of works better if you enable CGI. It works > better if you plug it in. > > Head…desk. I'd spent hours trying to troubleshoot this! Sometimes the > m

Re: [Mailman-Users] Installing Mailman on a Debian system with Apache 2.4.2, CGI error!

2018-05-06 Thread Jayson Smith
Hello, Okay, now I feel like a total dummy. No, Suexec wasn't enabled as far as I can tell. Yes, the CGI scripts are owned by mailman:mailman. Yes, the permissions are correct. So what was the problem, you ask. It seems that by default, Debian's Apache install doesn't enable the CGI module.

Re: [Mailman-Users] Installing Mailman on a Debian system with Apache 2.4.2, CGI error!

2018-05-06 Thread Mark Sapiro
On 05/06/2018 07:16 PM, Jayson Smith wrote: > > ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ > >     AllowOverride None >     Options ExecCGI >     Require all granted > This looks correct. > The problem is that the CGI isn't working. If I go to > http://temphostname/mailman/listinfo/mail

[Mailman-Users] Installing Mailman on a Debian system with Apache 2.4.2, CGI error!

2018-05-06 Thread Jayson Smith
Hi, This is a weird one. I think of myself as knowing my way around Mailman pretty well for a user/admin/installer/upgrader. I'm upgrading to a Debian 9 system from CentOS 6.5. Debian's Apache configs took a bit of getting used to, but I actually like them better. It uses Apache 2.4.2. I wa

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-13 Thread Dominik Hoffmann
/usr/local/mailman/bin/genaliases did do the trick. Thanks so much, Mark! > On Oct 12, 2016, at 3:10 PM, Dominik Hoffmann wrote: > > I think, actually, that that may have done the trick. I started getting some > test messages I had sent to the list earlier, which must have been queued. I > wil

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Dominik Hoffmann
I think, actually, that that may have done the trick. I started getting some test messages I had sent to the list earlier, which must have been queued. I will have to do more testing later, when I have time. > On Oct 12, 2016, at 11:36 AM, Dominik Hoffmann wrote: > > /usr/local/mailman/bin/gen

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Dominik Hoffmann
/usr/local/mailman/bin/genaliases did not produce any output. Does this mean that it didn't change anything or simply did so silently? > On Oct 12, 2016, at 11:24 AM, Mark Sapiro wrote: > > On 10/12/2016 08:16 AM, Mark Sapiro wrote: >> >> I don't know how these aliases are generated in your se

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Dominik Hoffmann
Thanks for the offer! I don't think, I want to go the MacPorts route at this point. I am thinking about it, though! > On Oct 12, 2016, at 11:16 AM, Timothy Jasionowski > wrote: > > I’m one of the few people who has blazed this trail on the newer versions of > OS X Server, mainly using the mac

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Mark Sapiro
On 10/12/16 8:34 AM, Dominik Hoffmann wrote: > Thanks very much! > > I looked through Defaults.py and found > > PYTHON = '/usr/bin/python' > PREFIX = '/usr/local/mailman' > EXEC_PREFIX = '${prefix}' > VAR_PREFIX = '/usr/local/mailman' See my follow-up at

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Timothy Jasionowski
I’m one of the few people who has blazed this trail on the newer versions of OS X Server, mainly using the macports installation method with a few modifications. If you want to email me off the list, I can share my insights. Alternately, search the archives for my previous posts/fixes for this

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Dominik Hoffmann
Thanks very much! I looked through Defaults.py and found PYTHON = '/usr/bin/python' PREFIX = '/usr/local/mailman' EXEC_PREFIX = '${prefix}' VAR_PREFIX = '/usr/local/mailman' This looks normal to me and is verbatim from Allan Herman's instructions, which get their conf

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Mark Sapiro
On 10/12/2016 08:16 AM, Mark Sapiro wrote: > > I don't know how these aliases are generated in your setup, but assuming > you have Mailman's Postfix integration, that path comes from the > WRAPPER_DIR setting in Mailman/Defaults.py. That in turn is based on > EXEC_PREFIX which is often the same as

Re: [Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Mark Sapiro
On 10/11/2016 01:46 PM, Dominik Hoffmann wrote: > > I have followed Allan Herman's March 29, 2013, instructions for installing > Mailman on OS X Mountain Lion. The difference is that my system is OS X El > Capitan running Server 5.2. Nonetheless, I have not run into any > contradictions. It app

[Mailman-Users] Installing Mailman on OS X El Capitan--can’t find source of erroneous call of binary at /usr/share/mailman/mail/mailman

2016-10-12 Thread Dominik Hoffmann
Hi: I have followed Allan Herman's March 29, 2013, instructions for installing Mailman on OS X Mountain Lion. The difference is that my system is OS X El Capitan running Server 5.2. Nonetheless, I have not run into any contradictions. It appears that the choices for the locations of the various

Re: [Mailman-Users] Installing Mailman

2015-11-24 Thread Stephen J. Turnbull
Dave Arndt writes: > Then... would the install and the "basics" be that different? In a word ... "yes". Mailman 2 is a monolithic system, with a fair amount of attention given to "pluggability" of many features. However, in practice, the vast majority of Mailman 2 systems just use the default,

Re: [Mailman-Users] Installing Mailman

2015-11-24 Thread Dave Arndt
On Tue, Nov 24, 2015 at 12:41 PM, Stephen J. Turnbull wrote: > Dave Arndt writes: > > > So this list is version specific? I though it was a mailman users > > list (in general). > > No, and yes. People are welcome to discuss Mailman 3 here. But > Mailman 3 is not yet widely deployed, so there

Re: [Mailman-Users] Installing Mailman

2015-11-24 Thread Stephen J. Turnbull
Dave Arndt writes: > So this list is version specific? I though it was a mailman users > list (in general). No, and yes. People are welcome to discuss Mailman 3 here. But Mailman 3 is not yet widely deployed, so there is little experience with it on this list. Eventually Mailman 3 will be u

Re: [Mailman-Users] Installing Mailman

2015-11-24 Thread Dave Arndt
On Tue, Nov 24, 2015 at 2:59 AM, Mark Sapiro wrote: > On 11/23/15 1:34 PM, Dave Arndt wrote: > > I'm trying to install Mailman 3.0 on CentOS 7.1 > > > Questions about Mailman 3 and particularly Postorius and Hyperkitty are > better posted to the mailman-develop...@python.org list >

Re: [Mailman-Users] Installing Mailman

2015-11-24 Thread Mark Sapiro
On 11/23/15 1:34 PM, Dave Arndt wrote: > I'm trying to install Mailman 3.0 on CentOS 7.1 Questions about Mailman 3 and particularly Postorius and Hyperkitty are better posted to the mailman-develop...@python.org list . Please join that l

[Mailman-Users] Installing Mailman

2015-11-23 Thread Dave Arndt
I'm trying to install Mailman 3.0 on CentOS 7.1 checking Mailman status, it shows that its "running". To test the installation, I'm trying to access http://domain.com/mailman/listinfo I receive a "500 Internal Server Error". How do I determine what's wrong? Which logs should I look at? Where

Re: [Mailman-Users] Installing Mailman Fails

2009-08-19 Thread Mark Sapiro
Rich Shepard wrote: > > That's amazing! The installation instructions need to be changed to >reflect this. What the step-by-step instructions should read is: > > mkdir /usr/local/mailman > mkdir -p /usr/local/src/mailman > > untar the downloaded tarball in the latter directory >

Re: [Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Stephen J. Turnbull
Rich Shepard writes: >Final question on installation: can I now delete /usr/local/src/? Yes, you can. I usually don't, as source trees often contain random bits of documentation and information that don't get copied to the install tree. Backup to a CD before removing would be a good compro

Re: [Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Rich Shepard
On Tue, 18 Aug 2009, Stephen J. Turnbull wrote: Move that whole directory and all its contents to /usr/local/src/mailman. AIUI, Mailman is not designed to be run from the source directory, and by default it installs into /usr/local/mailman. So you're trying to overwrite the source with itself,

Re: [Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Rich Shepard
On Tue, 18 Aug 2009, Stephen J. Turnbull wrote: Move that whole directory and all its contents to /usr/local/src/mailman. AIUI, Mailman is not designed to be run from the source directory, and by default it installs into /usr/local/mailman. So you're trying to overwrite the source with itself,

Re: [Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Rich Shepard
On Tue, 18 Aug 2009, Rakotomandimby Mihamina wrote: No way to ninstall it from you OS package manager? Unfortunately, no. I looked on the SlackBuilds.org Web site but they do not have a script for Mailman. Rich -- Mailman-Users mailing lis

[Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Stephen J. Turnbull
Rich Shepard writes: >I want to install Mailman here to replace majordomo for a few mail lists. > My system includes postfix-2.5.2 and httpd-2.2.12, as well as the latest > Mailman version downloaded at the end of last week. > >With the source in /usr/local/mailman Move that whole di

Re: [Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Rakotomandimby Mihamina
08/18/2009 02:34 AM, Rich Shepard: With the source in /usr/local/mailman I ran './configure No way to ninstall it from you OS package manager? -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche & Developpement +261 34

[Mailman-Users] Installing Mailman Fails

2009-08-18 Thread Rich Shepard
I want to install Mailman here to replace majordomo for a few mail lists. My system includes postfix-2.5.2 and httpd-2.2.12, as well as the latest Mailman version downloaded at the end of last week. With the source in /usr/local/mailman I ran './configure --with-mail-gid=postdrop --with-cgi-g

Re: [Mailman-Users] Installing mailman in DMZ

2008-10-21 Thread David Pradier
Thanks Mark, it was helpful. For the record, i didn't find any way to have mailman on a different machine than the webserver without NFS or a webproxy. David -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailma

Re: [Mailman-Users] Installing mailman in DMZ

2008-10-20 Thread Mark Sapiro
David Pradier wrote: > >before installing in production mailman, I'd like to check with you >something. I would like to know if it is possible to install mailman on >another machine than its webserver without using nfs ? >What I understand is the cgi scripts and the mailman demon both need to >a

[Mailman-Users] Installing mailman in DMZ

2008-10-20 Thread David Pradier
Hi guys, before installing in production mailman, I'd like to check with you something. I would like to know if it is possible to install mailman on another machine than its webserver without using nfs ? What I understand is the cgi scripts and the mailman demon both need to access the same fi

Re: [Mailman-Users] installing mailman and sendmail

2008-05-01 Thread Mark Sapiro
Shams Fantar wrote: > >Hank van Cleef wrote: > [...] >> Additionally, you'll need to enable the sendmail smrsh capability. >> You need to do this by adding a line in the main.mc file for sendmail >> and rerunning the M4 process to recreate the sendmail.cf file. >> The line to add is: >> = > >> FEAT

Re: [Mailman-Users] installing mailman and sendmail

2008-05-01 Thread Shams Fantar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hank van Cleef wrote: > I'm going to jump in here as I run Mailman with sendmail on a Solaris > system. I can't comment on pecuiliarities of a Linux precompiled > distribution. > > The Mailman installation manual goes through the steps of enabling

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Hank van Cleef
The esteemed Shams Fantar has said: > > No, I didn't say that (because sendmail.cf exists), I just said that > with "grep smrsh /etc/mail/sendmail.cf", I'm getting nothing with grep, > so, "smrsh" isn't in this file. > > > > > > I think you need to make certain that sendmail is set up correctly

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Mark Sapiro
Shams Fantar wrote: > >Mark Sapiro wrote: >> > What's in sendmail's logs for the message to the Mailman list? >> > > >Nothing in syslog, mail.log and in /var/log/mailman about sending mails >on the created list/the problem. If there's really nothing in mail.log regarding a post you send to a mail

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Shams Fantar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dragon wrote: > Brad Knowles wrote: >> Shams Fantar wrote: >> >>>It's a probleme with >>> sendmail, I'm reading the documentation of mailman[2], but the output of >>> the command "grep smrsh /etc/mail

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Dragon
Brad Knowles wrote: Shams Fantar wrote: It's a probleme with sendmail, I'm reading the documentation of mailman[2], but the output of the command "grep smrsh /etc/mail/sendmail.cf" is empty (sendmail is installed). Okay, so you acknowledge th

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Brad Knowles
Shams Fantar wrote: It's a probleme with sendmail, I'm reading the documentation of mailman[2], but the output of the command "grep smrsh /etc/mail/sendmail.cf" is empty (sendmail is installed). Okay, so you acknowledge that this is a sendmail

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Shams Fantar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Sapiro wrote: > > Shams Fantar wrote: >> >> I'm installing mailman, I created the first mailing list[1], it works >> >> fine. So, it's possible to subcribe to the list, that works, but it >> >> isn't possible to send mails to the mailing list. It

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Shams Fantar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dragon wrote: > > OK, I don't know this for certain, but that seems to me that sendmail is > either not configured correctly or not running at all. Unfortunately, I > am no expert on sendmail and I can't give any specific help on setting > it up with

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Dragon
Shams Fantar sent the message below at 09:55 4/30/2008: Dragon wrote: >> Did you add the list aliases for the list to the /etc/aliases file and > > then run newaliases? Yes, I did. But when I run newaliases : WARNING: local host name (;; connection timed out; no servers could be reached) is no

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Brad Knowles
Shams Fantar wrote: WARNING: local host name (;; connection timed out; no servers could be reached) is not qualified; see cf/README: WHO AM I? This is a sendmail problem. You need to get your sendmail.cf fixed. I don't think there's much we can do to help you with this -- I'd suggest making

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Shams Fantar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dragon wrote: >> Did you add the list aliases for the list to the /etc/aliases file and > > then run newaliases? Yes, I did. But when I run newaliases : WARNING: local host name (;; connection timed out; no servers could be reached) is not qualifie

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Mark Sapiro
Shams Fantar wrote: > >I'm installing mailman, I created the first mailing list[1], it works >fine. So, it's possible to subcribe to the list, that works, but it >isn't possible to send mails to the mailing list. It's a probleme with >sendmail, I'm reading the documentation of mailman[2], but the o

Re: [Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Dragon
Shams Fantar wrote: Hi, I'm installing mailman, I created the first mailing list[1], it works fine. So, it's possible to subcribe to the list, that works, but it isn't possible to send mails to the mailing list. It's a probleme with sendmail, I'm reading the documentation of mailman[2], but the

[Mailman-Users] installing mailman and sendmail

2008-04-30 Thread Shams Fantar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm installing mailman, I created the first mailing list[1], it works fine. So, it's possible to subcribe to the list, that works, but it isn't possible to send mails to the mailing list. It's a probleme with sendmail, I'm reading the documentatio

Re: [Mailman-Users] installing Mailman

2008-01-17 Thread Steven Stern
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/17/2008 09:12 PM, Michael James Wright wrote: | Dear Support Group | | I'm trying 2 setup mailman on my WEBSITE http://www.stormsearchers.com/overveiw/overveiw.html but i don't no python programming.could someone help us out here... | | It would

[Mailman-Users] installing Mailman

2008-01-17 Thread Michael James Wright
Dear Support Group I'm trying 2 setup mailman on my WEBSITE http://www.stormsearchers.com/overveiw/overveiw.html but i don't no python programming.could someone help us out here... Regards Michael Wright _ It's simple! Sell y

Re: [Mailman-Users] Installing Mailman with Qmail +VPopmail and using virtual domains

2006-12-03 Thread Dark Servant
2006/12/2, Dustin <[EMAIL PROTECTED]>: > > I am reposting a request for help that I posted earlier in regards to > setting up Mailman with VPopmail and Qmail. So far, my request has gone > unresponded to and I would really appreciate some assistance. > > I have been searching everywhere for like

Re: [Mailman-Users] Installing Mailman with Qmail +VPopmail and usingvirtual domains

2006-12-02 Thread Mark Sapiro
Dustin wrote: >I am reposting a request for help that I posted earlier in regards to >setting up Mailman with VPopmail and Qmail. So far, my request has gone >unresponded to and I would really appreciate some assistance. I for one didn't respond because qmail aliases have always been a mystery

[Mailman-Users] Installing Mailman with Qmail +VPopmail and using virtual domains

2006-12-02 Thread Dustin
I am reposting a request for help that I posted earlier in regards to setting up Mailman with VPopmail and Qmail. So far, my request has gone unresponded to and I would really appreciate some assistance. Here is what I posted earlier: I have been searching everywhere for like some sort of

[Mailman-Users] Installing Mailman with Qmail +VPopmail and using virtual domains

2006-11-30 Thread Dustin
I have been searching everywhere for like some sort of tutorial on how to set this up. The manual is very vague on how to handle virtual domains. I have mailman set up in /home/mailman In /home/mailman I have 3 directories (1 for each of my virtual hosts) When I went to install mailma

Re: [Mailman-Users] Installing mailman with Exim (Fedora) - how?

2006-09-22 Thread Patrick Bogen
On 9/22/06, Mark Kubrick <[EMAIL PROTECTED]> wrote: > It seems nigh on the impossible to find a straightforward explaination of > installing MailMan and having it work with Exim (OS is Fedora). Can anybody > help? I am do sick of reading about UID/GIDs, transports and directors and > getting nowher

[Mailman-Users] Installing mailman with Exim (Fedora) - how?

2006-09-22 Thread Mark Kubrick
It seems nigh on the impossible to find a straightforward explaination of installing MailMan and having it work with Exim (OS is Fedora). Can anybody help? I am do sick of reading about UID/GIDs, transports and directors and getting nowhere. All I want is a mailing list! Regards Mark

Re: [Mailman-Users] Installing Mailman and Mailing List type

2006-05-13 Thread Patrick Bogen
On 5/13/06, Jackson Madison <[EMAIL PROTECTED]> wrote: > 1. I want to use mailman on my website that I am > hosting through a company. > > I searched through your installation guide and did not > find the > instructions on how to setup the script, ftp, set > permissions, etc. If you hosting compan

[Mailman-Users] Installing Mailman and Mailing List type

2006-05-13 Thread Jackson Madison
Hi 1. I want to use mailman on my website that I am hosting through a company. I searched through your installation guide and did not find the instructions on how to setup the script, ftp, set permissions, etc. 2. Can this mailing list be used where users can reply back to the list and not to

[Mailman-Users] installing mailman using qmail

2004-02-01 Thread Rizky Fithrianda
Dear admin, I will implement mailman in my company, but i don't have experience using mailman before. Where can I find a documentation of mailman instalation ? may be a step by step to configure mailman in qmail environment. Pls your clue..thank's rgds; --rhiez --

Re: [Mailman-Users] Installing Mailman

2003-05-27 Thread John Grafflin
t; To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 11:29 AM Subject: Re: [Mailman-Users] Installing Mailman > You need a TTY program that allows you to access your server and run > commands on it from your local winblows machine. If you do not have such a > program try

Re: [Mailman-Users] Installing Mailman

2003-05-27 Thread Paul H Byerly
ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to my hard disk. I'm using Win98SE and IE6. - Original Message - From: "Paul H Byerly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 26,

Re: [Mailman-Users] Installing Mailman

2003-05-27 Thread Tentra List Support
I am afraid I'd have to agree with Dirk. I think most of the subscribers on this list REALLY like to help others - I know I do. But this is not a Linux tutorial mailing list and a basic knowledge of Unix is necessary. This IS a situation where you should either hire someone or get your hands on a L

[Mailman-Users] Installing Mailman 2.1.1

2003-03-17 Thread Forrest Aldrich
The documentation (INSTALL) should be updated to insert the "% bin/newlist mailman" information prior to issuing the "$ bin/mailmanctl start" - to the new user, this throws you off because it errors on the non-existence of the mailman list. In the mailman interface, it's not clear where to set

Re: [Mailman-Users] Installing Mailman with EIMS Mail Server - OS X

2003-03-05 Thread Jon Carnes
TECTED]> To: "Mailman" <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:53 PM Subject: [Mailman-Users] Installing Mailman with EIMS Mail Server - OS X > I'm a UNIX newbie so please go easy on me ... > > I have installed Mailman and it is running. Likewise - I

[Mailman-Users] Installing Mailman with EIMS Mail Server - OS X

2003-03-05 Thread Dean Suhr
I'm a UNIX newbie so please go easy on me ... I have installed Mailman and it is running. Likewise - I was able to get SendMail turned off and have EIMS now running on my OS X machine (10.2.4). Can anyone give me a quick hint as to how I get the two of these products to communicate with each oth

Re: [Mailman-Users] Installing Mailman

2003-03-02 Thread Joe Newman
gain. Peace. Joe "Frost" Newman Out Of Breath Productions www.outofbreath.com AIM: Frost350 - Original Message - From: "Todd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 4:51 PM Subject: Re: [Mailman-Users] Installing Mailman

Re: [Mailman-Users] Installing Mailman

2003-03-02 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Newman wrote: > Yeah there is supposed to be some database thing where I can send to an > email list but I don't know how to set it up and it costs money to get > them to do it. Money I don't have. Perhaps you want to look for a host that provide

Re: [Mailman-Users] Installing Mailman

2003-03-02 Thread Joe Newman
Productions www.outofbreath.com AIM: Frost350 - Original Message - From: "Todd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 3:25 PM Subject: Re: [Mailman-Users] Installing Mailman > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > &g

Re: [Mailman-Users] Installing Mailman

2003-03-02 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Newman wrote: > I don't have my own server. I pay for space through webmasters.com. Is > there a way to still use it with that? You can ask them to install mailman, they should know how to do that (if not, be worried :). However, a quick look a

Re: [Mailman-Users] Installing Mailman

2003-03-02 Thread Joe Newman
"Joe Newman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 8:23 PM Subject: Re: [Mailman-Users] Installing Mailman > Definitely install it on your Linux box. If you read the dependencies you > will see that the box needs to have a Mail-server

Re: [Mailman-Users] Installing Mailman

2003-03-01 Thread Jon Carnes
at are in the same directory as the INSTALL file. Good Luck - Jon Carnes - Original Message - From: "Joe Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 12:50 PM Subject: [Mailman-Users] Installing Mailman Ok, I've looked around

[Mailman-Users] Installing Mailman

2003-03-01 Thread Joe Newman
Ok, I've looked around in the FAQ and archives and I'm still not sure how to install Mailman. I have Windows XP but I saw it wasn't recommended to install on Windows. The server my site uses is Linux. How do I install on that server and do I still need Python for that? Joe "Frost" Newman Out

[Mailman-Users] installing Mailman on Mac OS X

2002-06-08 Thread Tony.Longson
Can you point me to information on installing Mailman on Mac OS X Server. To date it is getting stuck in ./configure because it doesn't find the mailman user. TIA Tony Longson ART CalState, LA -- Mailman-Users mailing list [EMAIL PROTECTE

[Mailman-Users] {Mailman-Users] Installing Mailman 2.1 on Web Host

2001-07-16 Thread Bob [EMAIL PROTECTED]
> Our web hosting company provides Mailman 2.0.1, but says they are no > longer supporting it because it's buggy and causes problems. They are idiots. I've run many different versions of mailman including 2.0.1, and none of them could be classified as "buggy and causes problems" due to the prog

[Mailman-Users] Installing Mailman 2.1 on Web Host

2001-07-15 Thread Jim Herrmann
Our web hosting company provides Mailman 2.0.1, but says they are no longer supporting it because it's buggy and causes problems. I suggested that they get current on their release, but they said I need to install a third party mailing list application. Here's my question. What kind of difficul

RE: [Mailman-Users] Installing mailman

2001-07-06 Thread Enriko Groen
>-Original Message- >From: Mariela Rocha [mailto:[EMAIL PROTECTED]] >checking Python version... ./configure: /usr/local/bin/Python-1.5.2: cannot exec >ute >* /usr/local/bin/Python-1.5.2 is too old (or broken) >* Python 1.5.2 or newer is required >castor:/usr/local/bin/mailman-2.0

[Mailman-Users] Installing mailman on a server running plesk hosting package.

2001-07-05 Thread Wayne Ringling
I have a RH7.1 server running plesk virtual hosting software, it uses qmail to do the email part of the server. Does anybody here run or know of a how to for running a mailman install on a server running plesk server administrator. I know it's the simple way to do vhosting but I can't keep

[Mailman-Users] Installing mailman

2001-07-05 Thread Mariela Rocha
Hi, I´m Mariela Rocha of Universidad Tecnológica Nacional (Argentina) and I have a problem when I run the command ./configure with the version of the Python program. This is the response of the command: castor:/usr/local/bin/mailman-2.0.5# ./configure --with-python=/usr/local/bin/Python-1.5.

[Mailman-Users] Installing mailman on RH7.1

2001-05-08 Thread Joe Copeland
Hi, I'm installing Mailman from the tarball off of list.org and am having trouble getting the URL http://www.deangelus.com/mailman/admin/test to work. "Test" is the name of a test list I created with ./newlist. RH7.1's disto of Apache runs with the group set to apache (user id nubmber 48). I di

[Mailman-Users] installing mailman

2001-02-26 Thread Saïd El Mamouni
hello My english is not very well, so i hope someone understand me. On my network there is a server (tru64 unix) with assume these services : sendmail, NIS, NFS I want to know if i can install mailman on another computer (linux RH6 witch is a composant of my NIS) whithout apache and sendmail Ma