mail only change password error

AbeFroman

BANNED
Feb 16, 2002
644
1
318
I get this error when i try to change the password of and email on a mailonly account

Not Found

The server was not able to find the document (./frontend/mailonly/passwdpop.html) you requested
Please check the url and try again. You might also want to report
this error to your webhost.

How do i fix this?
 

dgbaker

Well-Known Member
PartnerNOC
Sep 20, 2002
2,531
10
343
Toronto, Ontario Canada
cPanel Access Level
DataCenter Provider
To correct it in ssh

either copy the entire directory
cp /usr/local/cpanel/base/frontend/default/mail /usr/local/cpanel/base/frontend/mailonly

or just the required files

cp /usr/local/cpanel/base/frontend/default/mail/FILENAME /usr/local/cpanel/base/frontend/mailonly/

that should do it.