• 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.

Issue Mailman + nginx proxy mode off

Matt M

Basic Pleskian
Hi,

I've disabled nginx proxy mode on one of my domains. In other words, nginx serves all requests directly, without going through Apache. This has broken mailman. Now when I try to access https://lists.domain.com/mailman/admin/listname, the server returns the home page of domain.com. If I re-enable proxy mode, the issue is fixed. I've tried googling this issue but haven't found anything. Does anyone know of a fix or workaround?
 
Last edited:
Nginx does not support Apache .htaccess rewrites. You need to convert all rewrite rules and settings and enter them as additional Nginx rules into the Nginx configuration. Else some paths or file cannot be accessed as the path is not rewritten.
 
I understand this. I just figured that since I was using two standard Plesk features -- nginx and Mailman -- someone might already have come up against this issue.
 
Back
Top