Posts

Showing posts with the label webmail

How to set up Open WebMail in CentOS

Image
I had originally written this tutorial for xmodulo.com Webmail interface is one of must-have services for any mail server. Most of us are used to native email client software, but what if your favorite client software is not available for any reason? For example, you have left your laptop at home, or your phone's data plan just went dry, or maybe you are just travelling. An alternative way to access a mail service in such cases would be to use the webmail interface of your mail server. As long as there is web browser with Internet connectivity, you should be able to use the webmail interface. Open WebMail  is a lightweight, open-source webmail for  Linux . The interface may be a bit old school, but Open WebMail provides the following features. Custom folders Mail filters Changing passwords Automatic mail reply (vacation/out of office responders) Contacts Support for large mailboxes Open WebMail has its own repository for CentOS/RHEL/Fedora. Package for Debian is...

How to set up RainLoop webmail in Ubuntu server

Image
I had originally written this tutorial for xmodulo.com Webmail is undoubtedly an essential part of any mail server. While native email client software has typically more features compared to webmail services, accessing IMAP or SMTP server ports via an email client from outside of the trusted network can sometimes be tricky. Moreover, while you need a designated workstation, laptop, or mobile device to use an email client, you can use webmail services from anywhere as long as you have an Internet connection. This tutorial will focus on setting up  RainLoop  webmail on an Ubuntu server running Apache. RainLoop is PHP-based webmail, and has the following features. Supports apache, nginx and other web servers. Standard interface supplemented with a gallery of themes to select from. Free to use for personal and non-profit projects. As of this writing, there is no support for email filtering and out-of office auto replies yet. Install RainLoop on  Ubuntu  Ser...