Mail not working properly!

uptzfiwd

New member
Joined
Apr 14, 2014
Messages
1
Hello, I have some issues with my webmail. When I click on the webmail button it directs me to:

http://159.253.0.72/squirrelmail

There would normally get to fill in my email and password but it gives a 404 error:

Not Found

The requested URL /squirrelmail was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2 Server at 159.253.0.72 Port 80


So what I did is change 72 to 80.

Now I got directed to the place I want to be, where I can fill in my email and pass. :)

But when I do so it will tell me that either my password or login is incorrect. Which is not the case, I changed my pass to see if that might work. So guess that has something to do with changing the port or something?

1) How do I solve the webmail button from sending me to the wrong adress every time?
2) Main question how do I get to check my mail again.


note: I have limited knowledge about computers stuff, so pls explain it simple :p
 
So what I did is change 72 to 80.

Now I got directed to the place I want to be, where I can fill in my email and pass. :)

Likely you've changed your IP# and are looking at a different server.

You've probably got a missin alias. I covered this in a post within the last day or two, but you may need to fix your httpd-alias.conf file.

It should contain this line:

Alias /squirrelmail "/var/www/html/squirrelmail/"

Once you've added this line (if necessary), restart apache. Then if it still doesn't work check to see if Squirrelmail is installed.

> But when I do so it will tell me that either my password or login is incorrect.
Probably because you're looking at a different server.

Jeff
 
Back
Top