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