• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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