I cannot seem to send anything to the list...

I double checked my DNS and MX, seem to be fine...

I do not get a bounce back, at least not immediately, but I cannot seem to "communicate" with the list via email, the web interface seems to be working just fine...

do I need to do something with sendmail so that sendmail will "realize" that it is supposed to be handling email for lists.first5ventura.org?

where are the sendmail error log files kept?




http://lists.first5ventura.org/mailman/listinfo/test




just as an FYI here are my config files for mm/dns/apache

in mm_cfg.py I have this single line:

add_virtualhost('lists.first5ventura.org', 'lists.first5ventura.org')


DNS Setup: $ cat /var/named/master/first5ventura.org ;; /var/named/master/first5ventura.org ; $ORIGIN first5ventura.org. $TTL 3600 ; @ IN SOA ns1.otn.com. avi.otn.com. ( 2003082806 ; serial 21600 ; refresh 1800 ; retry 604800 ; expire 3600 ; default_ttl ) ; IN NS ns1.otn.com. IN NS ns2.otn.com. ; ; WebStar server where the web site is hosted. IN A 206.72.86.13 ; ; EIMS (Eudora Internet Mail Server running under MacOS 9.2.2) ; this is where the [EMAIL PROTECTED] POP3 mailboxes are hosted IN MX 10 smtp.otn.com. ; ; WebStar server where the web site is hosted www IN A 206.72.86.13 ; ; ; this is what I am trying to configure, linux2.otn.com is 206.72.86.221 ; which is the machine with apache/sendmail/mailman lists IN MX 10 linux2.otn.com. lists IN A 206.72.86.221

from httpd.conf:

# virtual host for apache

<VirtualHost 206.72.86.221>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /var/www/html/first5ventura
    ServerName lists.first5ventura.org
    ErrorLog logs/lists.first5ventura.org-error_log
    CustomLog logs/lists.first5ventura.org-access_log common
    ScriptAlias /mailman/ "/var/mailman/cgi-bin/"
    Alias /pipermail/ /var/mailman/archives/public/

<Directory /var/mailman/cgi-bin>
    AddHandler cgi-script .cgi
    AddHandler cgi-script .exe
    AllowOverride None
    Options +ExecCGI
    Order allow,deny
    Allow from all
</Directory>

<Directory /var/mailman/archives>
Options +FollowSymlinks
</Directory>
<Directory /var/mailman/archives/public/>
AddDefaultCharset Off
</Directory>

</VirtualHost>

# server wide setup for main domain
ScriptAlias /mailman/ /var/mailman/cgi-bin/
Alias /pipermail/ /var/mailman/archives/public/

<Directory /var/mailman/archives>
Options +FollowSymlinks
</Directory>
<Directory /var/mailman/archives/public/>
AddDefaultCharset Off
</Directory>


--


Aviram Carmi
Owner
Executive Vice President, Technology

Over TheNet (R)
601 Daily Drive Suite #226
Camarillo, CA 93010-5840

http://www.otn.com/   Building Profitable Web Sites Today
(805) 384-1144 Voice  (805) 384-9111 FAX

(C) Copyright 2003, Over TheNet (R) All rights reserved.

------------------------------------------------------
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to