I want to edit the list and create a new list over the
webinterface.
But I can't see the "list admin overview page"! I see no lists!
No 'mailman' and no 'about-dummy'.

Why I cant see the list? (After I tried to send and deliver emails
over the list.)

Before I changed the configuration (see bottom and inline),
the webinterface works fine. And all lists I have seen.

And:
If I create a new list, I get the message:
"Error: Unknown virtual host: mail.intern.company.de"

Oops!?!?!? Whats now wrong?

Oh, I see a new email abot the problem :-) ...

Mark Sapiro schrieb:
Oliver Glueck wrote:
why I get as a subscriber a hostname and not an right email address?


Because your Mailman installation is misconfigured.


I think, it is not good to answer with e.g.
"Willkommen auf der Mailingliste %(real_name)s...@%(host_name)s!"
Why host_name??? host_name is not the domain! host_name is only
the FQDN of the Server, but no domain.


host_name should be the email domain for this list. If it isn't, then
at least when the list was created, things like DEFAULT_EMAIL_HOST
and/or the VIRTUAL_HOSTS dictionary were not properly configured.


This welcome email to the subscriber is going out of our LAN
and the subscriber see the internal server name of mailman!!

And a mailing list isn't a 'name -at- Servername' but
'name -at- domain' !!

Not:  n...@mail.intern.company.de
Right: n...@company.com  !!

How can I configure mailman???


DEFAULT_URL_HOST = 'the domain you want the world to see in web URLs'
DEFAULT_EMAIL_HOST = 'company.com'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

in mm_cfg.py.

Then restart mailman and run

bin/withlist -a -l -r fix_url

to fix your lists.

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to