Jason Luck wrote:

>> >SMTPHOST...in mm_cfg.py...no info on
>> > DELIVERY_MODULE = 'SMTPDirect'
>> >     MTA = 'Manual'
>> >     SMTPHOST = 'localhost'
>> >     SMTPPORT = 0               # default from smtplib
>> >     SENDMAIL_CMD = '/usr/lib/sendmail'
>> 
>> 
>> If the above are actually indented, this is bad. They shouldn't be.
>> 
>> Is this from mm_cfg.py or Defaults.py?
>
>Actually the text listed above on SMTP which was in section 4 of 3.14 FAQ 
>is not listed in my mm_cfg.py...not there at all.  Is this a problem?


No. That bit in the FAQ is just a listing of the defaults from
Defaults.py and these should be OK.

 
>> >6) Locks
>> >
>> >Can't find any locks folder under a mailman directory
>> 
>> 
>> It's somewhere? Is there a setting for LOCK_DIR in mm_cfg.py?
>
>There is no setting for LOCK_DIR in the mm_cfg.py.  I perform a locate on 
>either LOCK or LOCK_DIR and the only LOCK I can find deal with items in an 
>selinux area.


LOCK_DIR is not a directory, it is a Python name set in Defaults.py and
possibly overridden in mm_cfg.py. Thus, you won't find it with locate,
but you might find it with grep.

If this is a RedHat FHS compliant installation, you will probably find
them in /var/locks/, but if you check the setting for LOCK_DIR in
Defaults.py (since it isn't in mm_cfg.py) you should find it. See
<http://mail.python.org/pipermail/mailman-developers/2004-October/017343.html>
for more on RedHat FHS.


>Within the Mailman directory there is a LockFile.py, LockFile.pyc and 
>LockFile.pyo


This is the Mailman module that deals with locking and locks. It is not
the locks themselves, but locks aren't your problem anyway.


>Here is what the smtp-failure log is saying...
>
>more smtp-failure
>
>Feb 21 18:30:00 2007 (6645) Low level smtp error: (-2, 'Name or service not 
>known'), 
>msgid: <[EMAIL PROTECTED]>

See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.014.htp>
and
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.073.htp>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to