VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhostasd'
Hello list,
I'm trying to setup an mailman on an existing mailserver. I want to use the same domain as I'm using for normal mail.
But putting VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhostasd' in my mm_cfg.py file. But no @localhost is added to every row in virtual-mailman file
I'm using the stock mailman found on CentOS, version 2.1.9.
Kenneth
On 01/29/2014 08:58 PM, Kenneth Lundström wrote:
But putting VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhostasd' in my mm_cfg.py file. But no @localhost is added to every row in virtual-mailman file
I'm using the stock mailman found on CentOS, version 2.1.9.
The ability to define VIRTUAL_MAILMAN_LOCAL_DOMAIN with MTA = 'Postfix' was added in Mailman 2.1.14. It's not in 2.1.9.
However, I'm confused. If you want '@localhost', why would you put VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhostasd' in mm_cfg.py.
In any case, if you need this feature in 2.1.9, you can install the attached patch.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Resending after changing list to accept text/x-diff MIME type.
On 01/29/2014 08:58 PM, Kenneth Lundström wrote:
But putting VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhostasd' in my mm_cfg.py file. But no @localhost is added to every row in virtual-mailman file
I'm using the stock mailman found on CentOS, version 2.1.9.
The ability to define VIRTUAL_MAILMAN_LOCAL_DOMAIN with MTA = 'Postfix' was added in Mailman 2.1.14. It's not in 2.1.9.
However, I'm confused. If you want '@localhost', why would you put VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhostasd' in mm_cfg.py.
In any case, if you need this feature in 2.1.9, you can install the attached patch.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Kenneth Lundström
-
Mark Sapiro