RE: [Mailman-Users] Problems installing Mailman 2.1b3

2002-10-16 Thread Jon Carnes

As a guess, I would say that you have a routing problem with your MTA
(postfix). You might need to setup Postfix so that it allows relaying
from 127.0.0.1 (localhost).

As to the footer, try sending a text message to the list and see if the
footer is included then.  I'm guessing again, but you are probably
sending HTML email to the list, and the email is constructed so that it
stops displaying before the footer text.

Hope this helps - Jon Carnes

On Wed, 2002-10-16 at 04:02, Benas Adomavicius wrote:
 Dear Jon,
 
 Thanks for your info. This helped immensly. Mailman has installed and is
 running.
 
 A strange thing that has come up, which I am still trying to trace down.  I
 have created a test mailing list. When mailing to local clients (email
 addresses on my local network) everything works like a charm. However, when
 I add outside email addresses, message does not go out! Further more, no
 evidence of that message is present in the mailman logs either! Very
 strange, currently I am looking at my postfix logs seeing what happened to
 that email.
 
 Also it seems that mailman does not place a footer at the end of messages
 either. Have you encountered something similar in past?
 
 Thanks in advance,
 Benas
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Carnes
  Sent: Tuesday, October 15, 2002 7:19 PM
  To: Benas Adomavicius
  Cc: [EMAIL PROTECTED]
  Subject: Re: [Mailman-Users] Problems installing Mailman 2.1b3
 
 
  Interesting... there was a comment last week about Red Hat's 8.0
  distribution - they didn't include some of the Python modules needed for
  the installation of Mailman.  I wonder if this is also true for Mandrake
  8.1.  Have you tried it on Mandrake 8.2?
 
  You might try going back to the install CD and installing all packages
  related to Python.
 
  Good Luck
 
  On Tue, 2002-10-15 at 03:41, Benas Adomavicius wrote:
   Hi all,
  
   I have tried installing Mailman 2.1b3 on Mandrake 8.1 system.
  ./Configure
   went fine, however upon make install i received following error:
  
   Compiling /var/lib/mailman/Mailman/Utils.py ...
   Compiling /var/lib/mailman/Mailman/Version.py ...
   Compiling /var/lib/mailman/Mailman/__init__.py ...
   Compiling /var/lib/mailman/Mailman/htmlformat.py ...
   Compiling /var/lib/mailman/Mailman/i18n.py ...
   Listing /var/lib/mailman/Mailman/pythonlib ...
   Compiling /var/lib/mailman/Mailman/versions.py ...
   Traceback (most recent call last):
 File bin/update, line 46, in ?
   from Mailman import Utils
 File /var/lib/mailman/Mailman/Utils.py, line 34, in ?
   import email.Iterators
   ImportError: No module named email.Iterators
   make: *** [update] Error 1
  
  
   Does anyone know how I could resolve it? It seems to be asking
  for module
   email.iterators, where could I find it?
  
  
  
   
   Transtrado
   International transport and logistics
   phone +370 5 279
   fax +370 5 2793025
   ICQ: 16733824
   
  
  
  
 
 
 
  --
  Mailman-Users mailing list
  [EMAIL PROTECTED]
  http://mail.python.org/mailman/listinfo/mailman-users
  Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
  Searchable Archives:
  http://www.mail-archive.com/mailman-users%40python.org/
 



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/



Re: [Mailman-Users] Problems installing Mailman 2.1b3

2002-10-15 Thread Barry A. Warsaw


 BA == Benas Adomavicius [EMAIL PROTECTED] writes:

BA Hi all,

BA I have tried installing Mailman 2.1b3 on Mandrake 8.1
BA system. ./Configure went fine, however upon make install i
BA received following error:

| Compiling /var/lib/mailman/Mailman/Utils.py ...
| Compiling /var/lib/mailman/Mailman/Version.py ...
| Compiling /var/lib/mailman/Mailman/__init__.py ...
| Compiling /var/lib/mailman/Mailman/htmlformat.py ...
| Compiling /var/lib/mailman/Mailman/i18n.py ...
| Listing /var/lib/mailman/Mailman/pythonlib ...
| Compiling /var/lib/mailman/Mailman/versions.py ...
| Traceback (most recent call last):
|   File bin/update, line 46, in ?
| from Mailman import Utils
|   File /var/lib/mailman/Mailman/Utils.py, line 34, in ?
| import email.Iterators
| ImportError: No module named email.Iterators
| make: *** [update] Error 1

BA Does anyone know how I could resolve it? It seems to be asking
BA for module email.iterators, where could I find it?

I'm betting that the root cause of this is the same as the paths.py
problem on RH.  Are you using Python installed from RPM?

If so, be sure you install the devel package as well, otherwise your
Python will not have the distutils package, which is essential for
installing Mailman.  From-source installs of Python will not have this
problem, but it looks like RPM packagers have decided to put distutils
in the devel packages.

In MM2.1b4, configure will bark loudly if the distutils package isn't
available.

-Barry

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/