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

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-24 Thread Caesar Samsi
It WORKS :-D AFAIK or googled, there isn’t a cookbook to do this with the package. I’m going to try and write one up and test it. Least I can do for the you & the list. Thank you! Caesar. On Dec 23, 2016, at 2:20 PM, Caesar Samsi mailto:cmsa...@hotmail.com>> wrote: Whew I think that’s it, I’

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-23 Thread Mark Sapiro
On 12/23/2016 02:16 PM, Caesar Samsi wrote: > Agg … now mails to non list emails get rejected: In case you don't yet realize it, you are way over your head here, so I'm just going to tell you what to do. In mm_cfg.py put DEFAULT_EMAIL_HOST = 'yugi.us' DEFAULT_URL_HOST = 'www.yugi.net' add_virtu

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-23 Thread Caesar Samsi
Whew I think that’s it, I’m doing my dance now :-) For mydestination I only needed to use localhost like so: mydestination = yugi.us, mail.yugi.us, localhost On Dec 23, 2016, at 2:16 PM, Caesar Samsi mailto:cmsa...@hotmail.com>> wrote: Agg … now mails to

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-23 Thread Caesar Samsi
Agg … now mails to non list emails get rejected: mailto:ad...@yugi.us>>: unknown user: "admin" Reporting-MTA: dns; mail.yugi.us X-Postfix-Queue-ID: 606533636B6 X-Postfix-Sender: rfc822; ale...@samsi.us Arrival-Date: Fri, 23 Dec 2016 14:14:30 -0800 (PST)

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-23 Thread Caesar Samsi
I got it to work! I tweaked this section, the clincher was populating mydestination. I’m going to do a happy dance. # - # General host and delivery info # -- myhostname = mail.yugi.us mydomain=yugi.us

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-23 Thread Caesar Samsi
I’ve chosen to use yugi.us as the email host and www.yugi.us as the url host. 1. I’ve added virtual_alias_domains = yugi.us However that causes non mailman email addresses from receiving emails: mailto:ad...@yugi.us>>: User unknown in virtual a

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Mark Sapiro
On 12/22/2016 03:07 PM, Caesar Samsi wrote: > Alright I'm stuck here now, been trolling google … haven’t found a clue yet. > > Dec 22 15:02:22 localhost postfix/smtpd[7643]: NOQUEUE: reject: RCPT from > 0-46.static.highlandsfibernetwork.com[216.9.0.46]: 550 5.1.1 > mailto:te...@yugi.us>>: Recipi

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Jim Popovitch
On Thu, Dec 22, 2016 at 6:07 PM, Caesar Samsi wrote: > Alright I'm stuck here now, been trolling google … haven’t found a clue yet. > > Dec 22 15:02:22 localhost postfix/smtpd[7643]: NOQUEUE: reject: RCPT from > 0-46.static.highlandsfibernetwork.com[2

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Caesar Samsi
Alright I'm stuck here now, been trolling google … haven’t found a clue yet. Dec 22 15:02:22 localhost postfix/smtpd[7643]: NOQUEUE: reject: RCPT from 0-46.static.highlandsfibernetwork.com[216.9.0.46]: 550 5.1.1 mailto:te...@yugi.us>>: Recipient addr

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Caesar Samsi
Alright here is my postfix config, hope there’s something useful in there. alias_maps = hash:/etc/aliases,hash:/var/lib/mailman/data/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes content_filter = amavis:[127.0.0.1]:10024 disable_vrfy_command = yes dovecot_destination_re

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Caesar Samsi
I was missing this step from: https://help.ubuntu.com/community/Mailman#Postfix_Configuration Associate the domain lists.example.com to the mailman transport with the transport map. Edit the file /etc/postfix/transport: lists.example.com

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Caesar Samsi
[adding list back for archive] I’ve also added: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us','mail.yugi.us'] VIRTUAL_MAILMAN_LOCAL_DOMAIN = ‘localhost' Restarted mailman, postfix, and apache2. I still get in /var/log/mail.log Dec 22 12:17:50 localhost postfi

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Mark Sapiro
On 12/22/2016 01:21 PM, Caesar Samsi wrote: > > I’ve also added: > > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us','mail.yugi.us'] > VIRTUAL_MAILMAN_LOCAL_DOMAIN = ‘localhost' > > Restarted mailman, postfix, and apache2. > > I still get in /var/log/mail.log > > Dec 22 12:17:50 localhost postfix/t

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Mark Sapiro
On 12/22/2016 11:24 AM, Caesar Samsi wrote: >> *What is the value of the list's host_name attribute (near the bottom of >> the list's web admin General Options page). >> * > > Overview of all yugi.us mailing lists > Go to

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Caesar Samsi
What is the value of the list's host_name attribute (near the bottom of the list's web admin General Options page). Overview of all yugi.us mailing lists What's in mm_cfg.py? (Make sure you're looking at the correct one.) /etc/mailman/mm_cfg.py (installe

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Mark Sapiro
On 12/22/2016 10:47 AM, Caesar Samsi wrote: > OK debugging further it turns out /var/lib/mailman/data/virtualman and > virtualman.db is no longer there … > > Dec 22 10:42:24 localhost postfix/trivial-rewrite[4960]: warning: > virtual_alias_ > domains: hash:/var/lib/mailman/data/virtual

Re: [Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

2016-12-22 Thread Caesar Samsi
OK debugging further it turns out /var/lib/mailman/data/virtualman and virtualman.db is no longer there … Dec 22 10:42:24 localhost postfix/trivial-rewrite[4960]: warning: virtual_alias_ domains: hash:/var/lib/mailman/data/virtual-mailman: table lookup problem Running /var/lib/mailman/bin/genali

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

Re: [Mailman-Users] Installing Mailman3 on FreeBSD

2016-01-18 Thread Mark Sapiro
On 01/18/2016 03:30 AM, Odhiambo Washington wrote: > My intention is to install MM3 on FreeBSD and integrate it with Exim as the > MTA. Now, it looks like FreeBSD isn't the OS of choice for many Mailman > developers and users. This has been my wish since the beta versions but I > have never succeed

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

Re: [Mailman-Users] Installing v3.0.0b4 on Debian 7

2014-07-01 Thread ML mail
Thanks, I used now pip install to install the zope interface and it worked, I had the debian package's version installed and that did not work well along. On Monday, June 30, 2014 4:20 PM, Mark Sapiro wrote: On 06/29/2014 01:35 PM, ML mail wrote: > Hi, > > I am trying to install version 3.0.

Re: [Mailman-Users] Installing v3.0.0b4 on Debian 7

2014-06-30 Thread Mark Sapiro
On 06/29/2014 01:35 PM, ML mail wrote: > Hi, > > I am trying to install version 3.0.0b4 of Mailman on Debian 7 and for that > purpose I took the original tar.gz file and ran: > > sudo python setup.py install > > There was an issue with the version of zope.interface which I resolved by > runnin

Re: [Mailman-Users] Installing latest Mailman updates via automaticbash script file possible?

2011-03-30 Thread Adam McGreggor
On Wed, Mar 30, 2011 at 08:19:46AM -0700, Mark Sapiro wrote: > René Linke wrote: > >In one of a short news of the upcoming Ubuntu 11.04 is the latest > >Mailman version available then. My provider don't accept any Kernel > >upgrades. > > This is really a Debian/Ubuntu question and not a mailman qu

Re: [Mailman-Users] Installing latest Mailman updates via automatic bash script file possible?

2011-03-30 Thread Mark Sapiro
Michael Capelle wrote: >I also would like to know this to, and if someone can, please give me >step-by-step on how to update mailman, that would be great. If you have a packaged Mailman, you use the pacgage tool (apt-get, yum, etc.) appropriate for your distribution/package. If your mailman is

Re: [Mailman-Users] Installing latest Mailman updates via automaticbash script file possible?

2011-03-30 Thread Mark Sapiro
René Linke wrote: > >I'm a new here on this list and new on the Linux world. :-) > >Using for a web project a virtual server with Ubuntu 10.04.2 LTS, and >installed is from the Ubuntu package sources Mailman version 2.1.13. > >In one of a short news of the upcoming Ubuntu 11.04 is the latest >Mailm

Re: [Mailman-Users] Installing latest Mailman updates via automatic bash script file possible?

2011-03-30 Thread Michael Capelle
I also would like to know this to, and if someone can, please give me step-by-step on how to update mailman, that would be great. - Original Message - From: "René Linke" To: "Mailman Users List" Sent: Tuesday, March 29, 2011 4:33 AM Subject: [Mailman-Users] Installing latest Mailman up

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

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

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

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

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

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

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

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

Re: [Mailman-Users] Installing question

2005-10-23 Thread David
Gregory, are you using Windows or Linux? Under Windows, WinZip does the job fine. Under Linux, using Gnome (for instance), just double-click on the file:. David Gregory Griffiths wrote: >I've been told that the download files to install >Mailman are compressed (hense the .tgz ending to file >n

Re: [Mailman-Users] installing..PLEASE help

2005-03-15 Thread Tamara Yoggev
dy at /etc/mail so there is no need to 'install new sendmail.cf file'. Appriciate any further help... - Original Message - From: "Brad Knowles" <[EMAIL PROTECTED]> To: "Tamara Yoggev" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 14, 2005

Re: [Mailman-Users] installing..PLEASE help

2005-03-14 Thread Brad Knowles
At 12:54 PM -0800 2005-03-13, Tamara Yoggev wrote: Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 7: fileclass: cannot open 'ATURE(local_procmail)': No such file or directory This is supposed to be "FEATURE(local_procmail)". Somehow, the leading "FE" appears to have been left off, an

Re: [Mailman-Users] Installing on freeBSD 5.2 with sendmail

2004-05-18 Thread Brad Knowles
At 7:51 PM +0900 2004/05/18, Tegshjargal.A wrote: I install mailman-2.1.4 from ports of freeBSD 5.2 with sendmail. But didn't work. I can't find directory "smrsh". This doesn't have anything to do with Mailman. Your sendmail installation is incomplete -- it's not able to find "smrsh", the Sen

Re: [Mailman-Users] Installing Latst Version?

2003-12-11 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete Holsberg wrote: > The system admin where I have my mailing list asks if there is a way > to install the latest version of mailman without "blowing > everything away". > > I guess he means can he preserve exisitng lists, config files, etc. > when

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

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

2003-03-05 Thread Jon Carnes
I've never heard of EIMS but if it is Sendmail compliant then it should work with Mailman. Check to make sure that EIMS answers an SMTP call to localhost: telnet localhost 25 If that command just stares back at your blankly and doesn't respond, then your MTA (EIMS) is not listening on localhost

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
Definitely install it on your Linux box. If you read the dependencies you will see that the box needs to have a Mail-server running on it (Sendmail or Postfix work just fine). You also need Apache (the web-server) configured and running - the standard configuration should work just fine. You wil

Re: [Mailman-Users] Installing to alternative directory

2002-01-19 Thread Ashley M. Kirchner
Karl Trygve Kalleberg wrote: > It would appear that the current version of Mailman (2.0.8) has problems > installing to an alternative directory (ie, make DESTDIR=/tmp/install/). > > In particular, the prefix specified to configure (normally taken to mean > the runtime directory) is assumed to be

Re: [Mailman-Users] installing on OS X

2001-10-05 Thread David B. O'Donnell
On Thursday, 4 October 2001 22:31 -0700 Giovanni 8 <[EMAIL PROTECTED]> wrote: > I'm trying to install on OS X (10.1) and am getting > a complaint about python not existing... but... OS X doesn't ship with python by default. Go here to download it: http://www.python.org/2.1.1/#locations>

Re: [Mailman-Users] installing on OS X

2001-10-05 Thread Greg Ward
On 04 October 2001, Giovanni 8 said: > Compiling /Users/mailman/Documents/Mailman/versions.py ... > env: python: No such file or directory Some Python script is using the "#!/usr/bin/env python" hack, a common trick. For it to work, you must have a binary called "python" on your path. > [gosc

Re: [Mailman-Users] installing on OS X

2001-10-05 Thread Joe Keenan
MacOS X doesn't come with python. How did you install it? And that are those files in /usr/local/bin? OS X executables don't have a .exe extension. Did you grab a Windows install package? joe On Friday, October 5, 2001, at 01:31 AM, Giovanni 8 wrote: > I'm trying to install on OS X (10.1

RE: [Mailman-Users] installing and running from FreeBSD ports

2001-07-10 Thread Herbert F. Wolverson
I used the FreeBSD (4.3) port to install Mailman. The only major issue I ran into was recompiling the mail wrapper; I had to go into /usr/ports/mail/mailman/work/mailman-2.0.5/src/ and edit the Makefile to use an appropriate GID. Then again, my setup is far from standard; for mail delivery I use Q

RE: [Mailman-Users] installing

2001-07-09 Thread Enriko Groen
> -Original Message- > From: Karl Carlile [mailto:[EMAIL PROTECTED]] > > I am not altogether sure what is to be gained from using > linux. I cannot see > any significant advantages of it over WIndows. Indeed windows > is much less > messy and has less bugs. A lot of exaggeration conce

Re: [Mailman-Users] installing

2001-07-08 Thread Chuq Von Rospach
On Sunday, July 8, 2001, at 03:25 PM, Karl Carlile wrote: > > I have tried the xterm and to no avail. > I have downloaded and installed Python and Apache. And now I cannot > install > this programme. I dont know what to do. I find someone who knows these technologies better than you to walk yo

Re: [Mailman-Users] installing

2001-07-08 Thread Phil Stracchino
On Sun, Jul 08, 2001 at 11:25:02PM +0100, Karl Carlile wrote: > > I have tried the xterm and to no avail. > I have downloaded and installed Python and Apache. And now I cannot install > this programme. I dont know what to do. If there was just some other format > in which mailman was kept I mi

Re: [Mailman-Users] installing

2001-07-08 Thread Karl Carlile
I have tried the xterm and to no avail. I have downloaded and installed Python and Apache. And now I cannot install this programme. I dont know what to do. If there was just some other format in which mailman was kept I might have more success with it. I am not altogether sure what is to be g

Re: [Mailman-Users] installing

2001-07-08 Thread Phil Stracchino
On Sun, Jul 08, 2001 at 05:36:40PM +0100, Karl Carlile wrote: > I have dowloaded mailman onto hard drive which is the hardware platform for > the linux operating system -mandrake 8. However I cannot install it so far. I > have tried by double clicking the configure file etc. > > Any suggestion

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