mailman

Is it possible to set up the Mailman rest interface in Mailman3 over ssl?

风流意气都作罢 提交于 2021-02-10 07:11:39
问题 The documentation says that the Mailman rest interface provides http basic authentication. Is it possible to configure the rest API to accept (only?) SSL connections? The documentation, for example, https://docs.mailman3.org/en/latest/prodsetup.html says that the REST interface should never be exposed on the public internet but the Mailman service may be in a different host that other processes using the REST api, so securing the Basic AUTH is still desirable. 来源: https://stackoverflow.com

Is it possible to set up the Mailman rest interface in Mailman3 over ssl?

帅比萌擦擦* 提交于 2021-02-10 07:05:38
问题 The documentation says that the Mailman rest interface provides http basic authentication. Is it possible to configure the rest API to accept (only?) SSL connections? The documentation, for example, https://docs.mailman3.org/en/latest/prodsetup.html says that the REST interface should never be exposed on the public internet but the Mailman service may be in a different host that other processes using the REST api, so securing the Basic AUTH is still desirable. 来源: https://stackoverflow.com

Is it possible to set up the Mailman rest interface in Mailman3 over ssl?

烂漫一生 提交于 2021-02-10 07:04:43
问题 The documentation says that the Mailman rest interface provides http basic authentication. Is it possible to configure the rest API to accept (only?) SSL connections? The documentation, for example, https://docs.mailman3.org/en/latest/prodsetup.html says that the REST interface should never be exposed on the public internet but the Mailman service may be in a different host that other processes using the REST api, so securing the Basic AUTH is still desirable. 来源: https://stackoverflow.com

GET request working through Python but not through Postman

 ̄綄美尐妖づ 提交于 2021-01-28 06:33:48
问题 I am trying to use the Mailman 3 REST API, but I need to call it from Spring's Rest Template in a java class, or for testing purpose from Postman. In Python, I can call the API by: >>> from httplib2 import Http >>> headers = { ... 'Content-Type': 'application/x-www-form-urlencode', ... 'Authorization': 'Basic cmVzdGFkbWluOnJlc3RwYXNz', ... } >>> url = 'http://localhost:8001/3.0/domains' >>> response, content = Http().request(url, 'GET', None, headers) >>> print(response.status) 200 I want to

Simple/lightweight alternative to GNU Mailman?

旧巷老猫 提交于 2019-12-20 11:56:29
问题 I'm looking for a dead simple mailing list (unix friendly). Robustness, fine-grained configurability, "enterprise-readiness" (whatever that means) are not requirements. I just need to set up a tiny mailing list for a few friends. Rather than hack something up myself, I was wondering if anybody knows of anything already out there with a similar goal? I should note right now that I don't want an externally hosted mailing list -- it needs to be software I can install and run on my server. I know