I followed the directions for installing iredmail server and it works. http://www.cloudservers.com/how-to-install-iredmail-on-ubuntu-12-04/
http://192.168.1.200/iredadmin/ gets me to administrator Dashboard http://192.168.1.200/mail/ gets me to get open the Webmail Both work
When I try to go to http:/myipadres: 80 it jumps to http://192.168.1.200/mail/
My hostname file is mydomain.us My hosts file is 127.0.0.1 mail.mydomain.us mydomane localhost hostname -f mydomain.us
How can I make the http: service work correctly also to show index.html in var/www
nmap mydomainname.us
Host is up (0.000018s latency).
Not shown: 990 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
110/tcp open pop3
143/tcp open imap
443/tcp open https
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
6001/tcp open X11:1
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The iRedMail installer installs an index.html file to /var/www/index.html that automatically redirects to /mail: <br> <br><pre> <br><html> <br> <head> <br> <meta HTTP-EQUIV=“REFRESH” content=“0; url=/mail/”> <br> </head> <br></html> <br></pre> <br> <br>Remove the meta line, and it will no longer redirect. <br>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.