Hi,
Fwiw, here is my setup:
server {
listen 80;
listen [::]:80;
server_name lists.hodgsonfamily.org lists.bcab.org.uk;
access_log off;
error_log off;
location / {
rewrite ^ https://$host$request_uri permanent;
}
}
server {
On 06/21/2016 10:01 AM, John Griessen wrote:
> I could not find any examples of people using mailman behind TLS cert so
> I disabled the redirecting to https and the moderator function works
> that way.
> Either way the general admin pages including membership work as expected.
See the reply at
<
I could not find any examples of people using mailman behind TLS cert so
I disabled the redirecting to https and the moderator function works that way.
Either way the general admin pages including membership work as expected.
There must be a problem with the nginx rewrites used to handle
http://
On 06/21/2016 04:08 AM, John Poltorak wrote:
>
> What I need to do now is integrate Mailman with Sendmail. I'm not yet sure
> if Sendmail is fully configured, but at least it can send out mail, so
> people should at least be able to subscribe.
>
> I have read a few guides to setting up Mailman wi
On 06/18/2016 05:39 AM, Stephen J. Turnbull wrote:
> The rest of mailman version 2.1.22
> is working fine with SSL and some rewriting by nginx and yet
> https://cibolo.us/mailman/admindb/open_electroporator gives a message
> "will be sent over an insecure connection" when I seta button to
>
I have now managed to setup Mailman, have created a list, imported old
messages and can view the archives online. Icons still don't show up but
that is just cosmetic so not that urgent.
What I need to do now is integrate Mailman with Sendmail. I'm not yet sure
if Sendmail is fully configured, but