Well, I *thought* I had it fixed, but not.  It worked for the domain 
that actually matches the machine name, but not for the virtual domain 
I just tested.  The list address is something like "[EMAIL PROTECTED]", 
and my mm-cfg.py is as follows:

##################################################
# Put YOUR site-specific settings below this line.
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
DEFAULT_NNTP_HOST = 'amd64.csd-bes.net'
DEFAULT_EMAIL_HOST = 'amd64.csd-bes.net'
DEFAULT_URL_HOST = 'amd64.csd-bes.net'
MTA = 'Postfix'
POSTFIX_ALIAS_CMD = '/usr/sbin/postalias'
POSTFIX_MAP_CMD = '/usr/sbin/postmap'
POSTFIX_STYLE_VIRTUAL_DOMAINS = 
['amd64.csd-bes.net','mail.csd-bes.net','lists.csd-bes.net','sbypc.org','eagles81.org','ez-realty.net','maccounting.net','re-techtalk.com','hoopscout.com']
DELIVERY_MODULE = 'SMTPDirect'
SMTPHOST = 'localhost'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
add_virtualhost('amd64.csd-bes.net', 'amd64.csd-bes.net')
add_virtualhost('mail.csd-bes.net', 'amd64.csd-bes.net')
add_virtualhost('lists.csd-bes.net', 'amd64.csd-bes.net')
add_virtualhost('sbypc.org', 'amd64.csd-bes.net')
add_virtualhost('eagles81.org', 'amd64.csd-bes.net')
add_virtualhost('ez-realty.net', 'amd64.csd-bes.net')
add_virtualhost('maccounting.net', 'amd64.csd-bes.net')
add_virtualhost('re-techtalk.com', 'amd64.csd-bes.net')
add_virtualhost('hoopscout.com', 'amd64.csd-bes.net')
IMAGE_LOGOS = '/mailmanicons/'

The error message is the same as below.  Since the add virtualhost item 
above sets that to amd64.csd-bes.net, and amd64.csd-bes.net is the name 
of the machine in the dns settings, that should take care of it, right? 
  But it doesn't.

Rob Quoting [EMAIL PROTECTED]:

> Thanks, this put me on the right track.  My machine id did not match
> the settings in my config file after the server swap.
>
> Rob
>
>
> Quoting Mark Sapiro <[EMAIL PROTECTED]>:
>
>> [EMAIL PROTECTED] wrote:
>>
>>> There is no maillog activity indicating delivery attempts, and in
>>> viewing the mailman smtp-failure log I see lots of messages like this:
>>>
>>> Jul 21 15:46:54 2005 (1361) delivery to [EMAIL PROTECTED]
>>> failed with code -1: (-2, 'Name or service not known')
>>
>> See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.014.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/bronto%40csd-bes.net
>>
>> Security Policy:
>> http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp
>>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> ------------------------------------------------------
> 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/bronto%40csd-bes.net
>
> Security Policy: 
> http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

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