Monthly Password reminder send from old/destroyed domain and so rejected.

Dears,
I use MailMan (2.1.11 / Debian i386 / Postfix ) since some years in a multi domains environment.
I started to use it using a domain now destroyed (ie. dom0.org) , I've updated /etc/mailman/mm_cfg.py accordly :
lists.dom1.org replaced old lists.dom0.org
#------------------------------------------------------------- # Default domain for email addresses of newly created MLs # DEFAULT_EMAIL_HOST = 'lists.dom0.org' DEFAULT_EMAIL_HOST = 'lists.dom1.org' #------------------------------------------------------------- # Default host for web interface of newly created MLs DEFAULT_URL_HOST = 'lists.dom1.org' # DEFAULT_URL_HOST = 'lists.dom0.org' #------------------------------------------------------------- # Required when setting any of its arguments. add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) add_virtualhost('lists.dom2.org','lists.dom2.org')
Despite my new settings, MailMan use this old domain in the header as
Sender: mailman-bounces@lists.dom0.org
In the montly password reminder, the well configured mailers reject the mail
<mailman-bounces@lists.dom0.org>: Sender address rejected: Domain not found (in reply to MAIL FROM command)
The from: header is correct using an active domain.
Grepping /etc/mailman or /var/lib/mailman I dont found any instances of this old domain in files (except in archives)
Thanks for helping.
-- Mathieu

On 6/3/11 11:15 PM, Mathieu Chappuis wrote:
[...]
Grepping /etc/mailman or /var/lib/mailman I dont found any instances of this old domain in files (except in archives)
I'm surprised you didn't see
Binary file /var/lib/mailman/lists/mailman/config.pck.last matches Binary file /var/lib/mailman/lists/mailman/config.pck matches
See the FAQ at <http://wiki.list.org/x/mIA9> and run
bin/withlist -l -r fix_url mailman
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California Better use your sense - B. Dylan

On 6/3/11 11:15 PM, Mathieu Chappuis wrote:
[...]
Grepping /etc/mailman or /var/lib/mailman I dont found any instances of this old domain in files (except in archives)
I'm surprised you didn't see
Binary file /var/lib/mailman/lists/mailman/config.pck.last matches Binary file /var/lib/mailman/lists/mailman/config.pck matches
See the FAQ at <http://wiki.list.org/x/mIA9> and run
bin/withlist -l -r fix_url mailman
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California Better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Mathieu Chappuis