• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Plesk with Mailman3 and Hyperkitty / nginx

Larian

New Pleskian
Server operating system version
Debian 12.7
Plesk version and microupdate number
Plesk Obsidian 18.0.64 Update 1 Web Pro Edition
Since Mailman3 has been available, I have upgraded my server to Debian 12 and also installed Mailman3. Basically, everything is now working properly (I had to deal with a few access rights problems and a Comodo rule that went awry at the beginning, but these have now been fixed).

Now I only have one problem that Mailman support can't help me with.

Hyperkitty is unfortunately not archiving my mails to the mailing lists.

In mailman.log i'm finding:

"Jun 06 10:16:16 2024 (3556489) ACCEPT:<d3072553-2f52-4bd7-b14a-2701863812c7@***>Jun 06 10:16:17 2024 (3556492) HyperKitty failure on https://[URL]/mailman3/hyperkitty/api/mailman/urls: <html><head><title>403 Forbidden</title></head><body><center><h1>403 Forbidden</h1></center><hr><center>nginx</center></body></html>(403)"

in mailman-hyperkitty.cfg there is:


an in mailman-web.py

ALLOWED_HOSTS = [#"localhost", # Archiving API from Mailman, keep it.# "lists.your-domain.org",# Add here all production URLs you may have.'*']

MAILMAN_ARCHIVER_FROM = '*'

(only for test, if it works i will use my domains/IPS)

The Keys in mailman-hyperkitty.cfg and mailman-web.py are the same Keys.

I Think the error is produced from nginx :-/

the nginx.conf-file (/etc/nginx/plesk.conf.d/server.conf) says

(the ist lists.domain.tld, therefore th...s [URL='https://[ip]:7081/']https://[IP]:7081;
proxy_hide_header upgrade;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;
}
}
[/QUOTE]

Has anyone an idea, how i geht hyperkitty working with Plesk?
 
Back
Top