1 Jul 2012 16:27
Re: Mailman / Postfix new list issue
Mark Sapiro <mark <at> msapiro.net>
2012-07-01 14:27:33 GMT
2012-07-01 14:27:33 GMT
Dan Offord wrote: > >I'm having an issue with any new lists created in Mailman, it appears >to be forcing each mailing lists host_name to: multiplay.co.uk > >So any welcome emails specifically states: > >"To post to this list, send your message to: > > newlist <at> multiplay.co.uk" > >Where the host/domain for Mailman is set to lists.multiplay.co.uk > >My mm_cfg.py is at http://pastie.org/4178388 The relevant lines of which are: DEFAULT_URL_HOST = 'lists.multiplay.co.uk' add_virtualhost('lists.multiplay.co.uk') DEFAULT_EMAIL_HOST = 'lists.multiplay.co.uk' host_name = 'lists.multiplay.co.uk' The assignment to host_name in mm_cfg.py does nothing useful. remove it. add_virtualhost() takes one or two arguments and creates a mapping from a url host (web host) to an email host. If the email host argument is ommitted, it is determined by stripping everything up to the first dot '.' from the url host argument. This is documented in Defaults.py # ... If optional emailhost is(Continue reading)
.
I have a domain name (culte.org) that hold a mailman mailing lists server.
Under this domain, there is a (virtual) network. The real server is
savage-reborn.culte.org
When mailman send the messages to the lists, no problem at all, the
return path is <list-name> <at> culte.org
but when mailman send the monthly reminder, the return path is
<listname> <at> savage-reborn.culte.org.
some recipients do not like to have the extra "savage-reborn" part and
refuse the mail.
I don't know where I could change this without disturbing the server's
working.
The MTA is postfix.
I could solve the problem adding savage-reborn in culte.org zone
definitions.
any idea?
thanks
jd
------------------------------------------------------
RSS Feed