[Mailman-Users] having trouble with using Mailman
Dene Ulmschneider
dene at ulmschneiders.com
Sun Apr 7 15:57:51 CEST 2002
OK-
I can now actually get to the listinfo.html located at:
http://mailman.datatechie.com/virus-warnings/listinfo.html but it does not
allowed me to eveter any info or change any options.
I also have fixed the problem with getting the error when running the
newaliases command. I am no longer getting the error that the hostname is
not qualified.
I am still having trouble sending any emails to the address:
virus-warnings at datatechie.com. The message comes back to me with the
following errors in the headers:
Date: Sun, 7 Apr 2002 09:41:27 -0400
From: Mail Delivery Subsystem <MAILER-DAEMON at Morpheus>
To: <dene at ulmschneiders.com>
Subject: Returned mail: see transcript for details
Auto-Submitted: auto-generated (failure)
The original message was received at Sun, 7 Apr 2002 09:41:27 -0400
from [10.0.0.100]
----- The following addresses had permanent fatal errors -----
<virus-warnings at mailman.datatechie.com>
(reason: 553 5.3.5 system config error)
----- Transcript of session follows -----
553 5.3.5 dsltechie.dns2go.com. config error: mail loops back to me (MX
problem?)
554 5.3.5 Local configuration error
550 5.1.1 postmaster at ulmschneiders.com... User unknown
550 5.1.1 postmaster... User unknown
Reporting-MTA: dns; Morpheus
Received-From-MTA: DNS; [192.168.1.2]
Arrival-Date: Sun, 7 Apr 2002 09:41:27 -0400
Final-Recipient: RFC822; virus-warnings at dsltechie.dns2go.com
Action: failed
Status: 5.3.5
Diagnostic-Code: SMTP; 553 5.3.5 system config error
Last-Attempt-Date: Sun, 7 Apr 2002 09:41:27 -0400
Return-Path: <dene at ulmschneiders.com>
Received: from Monster.ulmschneiders.com ([192.168.1.2])
by Morpheus (8.11.6/8.11.6) with ESMTP id g37DfRK11872
for <virus-warnings at mailman.datatechie.com>; Sun, 7 Apr 2002 09:41:27 -0400
Message-Id: <5.1.0.14.2.20020407095343.03266e98 at mail.ulmschneiders.com>
X-Sender: deneu at mail.ulmschneiders.com
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Date: Sun, 07 Apr 2002 09:54:19 -0400
To: virus-warnings at dsltechie.dns2go.com
From: Dene Ulmschneider <dene at ulmschneiders.com>
Subject: test to virus-warnings at mailman.datatechie.com
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Any suggestions would really be appreciated.
Dene
At 03:23 AM 4/7/2002 +0200, you wrote:
>Hi,
>
>Did you "after" the command ./new_list copy the listed lines to
>/etc/aliases ? and then run newaliases ?
>Is there a /mailman/archives/public/test ?
>
>
> >Also- isn't there "home page" for admin via the web? I have not found an
> "index.htm" anywhere in the Mailman folders.
> >Where do I point the httpd.conf to for the DocumentRoot?
>There is not one.
>Go
>to
><http://domain.com/mailman/listinfo/>http://domain.com/mailman/listinfo/ ,
>this is the document root.
>
>Danny.
>
>----- Original Message -----
>From: <mailto:dene at ulmschneiders.com>Dene Ulmschneider
>To: <mailto:mailman-users at python.org>mailman-users at python.org
>Sent: Sunday, April 07, 2002 2:38 AM
>Subject: [Mailman-Users] having trouble with using Mailman
>
>Hit there-
>
>I am running RHL 7.2 with a PIII-500 and 78mb Ram.
>When I type "python" at the prompt - I get the following version output:
>
> Python 1.5.2 (#1, Jul 5 2001, 03:02:19) [GCC 2.96 20000731 (Red
> Hat Linux 7.1 2 on linux-i386
>
>
>
>My install went OK. When I got to the /check_perms I had to use the -f but
>after that I did get a "no problems" message.
>I am having trouble setting up the lists. I believe that the mail is being
>refused. Here is my scenario----
>
>I setup the "test" list as described in the documentation - but never
>received an email notifying me how to access the list.
>I am also trying to figure out how to setup the httpd.conf to allow access
>to the server via the web. I have added the following
>to my httpd.conf file for use of Mailman:
> ScriptAlias /mailman/ "/home/mailman/cgi-bin/"
> Alias /pipermail/ "/home/mailman/archives/public/"
>and
> <VirtualHost 10.0.0.100>
> ServerAdmin mailman-owner at datatechie.com
> DocumentRoot /home/mailman/
> ServerName mailman.datatechie.com
> ErrorLog mailman-error_log
> TransferLog mailman-access_log
> ServerSignature email
> DirectoryIndex index.php index.html index.htm index.shtml
> LogLevel warn
> HostNameLookups off
> </VirtualHost>
>
>I am checking the FAQs and is says to check the crontab and I don't see
>any entries in /etc/crontab for Mailman. I have even run the command
>crontab crontab.in form /$prefix/cron again to test it an there are still
>noe entries in /etc/crontab. Am I doing something wrong?
>
>Then the FAQs said to check the logs and that the aliases are setup
>correctly. The FAQ says that the aliases should be in
>~mailman/data/aliases - which I can't even find. and the logs show the
>following error:
>
>SMTP LOG
> Apr 06 19:20:01 2002 (6320) All recipients refused: (111,
> 'Connection refused')
> Apr 06 19:20:01 2002 (6320) smtp for 1 recips, completed in 0.077
> seconds
>
>POST LOG
> Apr 06 18:20:01 2002 (5286) error opening list: test
> Apr 06 18:20:01 2002 (5286) Dequeuing message destined for
> missing
> list: /home/mailman/qfiles/8d2ce85b7808e4b734c5057735454ab625fbcfce
>
>SMTP-FAILURE LOG
> Apr 06 19:24:00 2002 (6388) -1 dene at ulmschneiders.com (ignore)
>
>Anyone know how I can fix this?
>
>Also- isn't there "home page" for admin via the web? I have not found an
>"index.htm" anywhere in the Mailman folders.
>Where do I point the httpd.conf to for the DocumentRoot?
>
>Any help would be greatly appreciated.
>
>Thanks Dene.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/mailman-users/attachments/20020407/fd15e909/attachment.htm
More information about the Mailman-Users
mailing list