• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!

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