Knowledge Base Article
cPanel: The server was not able to find the document (./frontend/monsoon/mail/passwdlist.html) you requested
Issue
Clicking on <code>cPanel: Mailing List Maintenance: Change Password</code> causes the error:
<pre>
Not Found
The server was not able to find the document (./frontend/monsoon/mail/passwdlist.html) you requested
Please check the url and try again. You might also want to report
this error to your webhost.
</pre>
Solution
As root, type:
<pre>
cd /usr/local/cpanel/base/frontend/monsoon/mail
ln -fs ../../x/mail/passwdlist.html passwdlist.html
</pre>