On 10/7/23 09:25, Lars Bjørndal wrote:
[Mark]
[...]
See https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/mta.ht...
Ok, so I have to create an alias_domain in Mailman. Is it possible to do that from the web interace?
It has been in postorius since 1.2.0.
I find an Edit button for each domain, and then I may change name and description. But I can't find an option to add an alias_domain. As I'm blind, and using a text only browser, some information may have been missing. Or can I do it from the command line?
If your Postorius is >=1.2.0, there should be 3 fields on the Edit domain page - Description, Alias Domain and Web Host. The whole page looks something like:
Edit domain example.com
Description
Alias Domain Normally empty. Used only for unusual Postfix configs.
Web Host The domain from which you want the web UI to be served from. This can be same or different from the Mail Host. You can edit the list of available web hosts here.
You can also set an alias_domain in mailman shell
. E.g.,
>>> domain = getUtility(IDomainManager).get('example.com')
>>> domain.alias_domain = 'x.example.com'
>>> commit()
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan