Thanks in advance for any responses.
Mark really helped me out by solving the Group mismatch problem. I seem to
have one difficulty left. Mail addressed to the list is now reaching mailman
and being placed in the archive. However it is not being distributed to list
members.
Here is an extract from mailman/logs/error:
Dec 28 15:54:28 2009 (60604) SHUNTING:
1261678284.135128+abc9a7be89381d91e5224fab04702f5dbaef2285
Dec 28 15:54:28 2009 (60604) Uncaught runner exception: 'list' object has no
attribute 'find'
Dec 28 15:54:28 2009 (60604) Traceback (most recent call last):
File "/usr/local/mailman/Mailman/Queue/Runner.py", line 120, in _oneloop
self._onefile(msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/Runner.py", line 191, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/OutgoingRunner.py", line 74, in
_dispose
self._func(mlist, msg, msgdata)
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 159, in
process
deliveryfunc(mlist, msg, msgdata, envsender, refused, conn)
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 345, in
verpdeliver
bulkdeliver(mlist, msgcopy, msgdata, envsender, failures, conn)
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 375, in
bulkdeliver
refused = conn.sendmail(envsender, recips, msgtext, mailopts)
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 69, in
sendmail
self.__connect()
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", line 64, in
__connect
self.__conn.connect(mm_cfg.SMTPHOST, mm_cfg.SMTPPORT)
File "/usr/local/lib/python2.6/smtplib.py", line 286, in connect
if not port and (host.find(':') == host.rfind(':')):
AttributeError: 'list' object has no attribute 'find'
mm_cfg.py has the following lines:
from Defaults import *
##################################################
# Put YOUR site-specific settings below this line.
add_virtualhost ( 'vizion2000.net' )
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['vizion2000.net', 'atf4.com']
MTA = 'Postfix'
SMTPHOST = [ 'dns1.vizion2000.net']
David
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org