Live Chat
773 598 5800
Search Results
  • Search Results

Table of Contents

6. Working with the WebMail Module in AXIGEN

6.1. Accessing/Leaving the WebMail Interface

6.2. Navigating in Your WebMail Account

6.3. Working with Messages in WebMail

6.4. WebMail Folders

6.5. Working with the Personal Organizer in WebMail

6.5.1. Working with your Calendar

6.5.2. Working with your Journal

6.5.3. Working with your Notes

6.5.4. Working with your Tasks

6.6. Configuring Account Settings in WebMail

6.6.1. Configuring Personal Data

6.6.2. WebMail Data Settings

6.6.3. Mail Filtering in WebMail

6.6.3.1. WebMail Filters Overview

6.6.4. Setting Sharing Permissions

6.6.5. Configuring WebMail RPOP Connections

6.6.6. WebMail Account Information

6.6.7. WebMail Blacklist

6.6.8. Requesting Temporary Email Addresses

6.1. Accessing/Leaving the WebMail Interface

Connecting to AXIGEN WebMail

To connect to AXIGEN WebMail, enter in your browser the IP:port combination where your AXIGEN WebMail service is running. If you are accessing WebMail from the machine on which AXIGEN is installed, the default address is http://127.0.0.1:8000.

Remote access

If you are accessing the WebMail from a different machine, you need to set in the listener's address parameter the IP address of the machine on which AXIGEN is installed. Or, you can set this parameter to 0.0.0.0 (in this case, the listener will listen to all machine interfaces). When accessing the AXIGEN WebMail, you need to replace the 127.0.0.1 IP from the URL with the IP address of the machine on which the AXIGEN Mail Server is installed. For example, if the machine running AXIGEN has the 192.168.1.1 IP address, change the IP/port data under Server->Webmail->Listeners->Address to match your IP/port:server {
    ...
    web {
        ...
         listeners = ( {
             ...
             address = 192.168.1.1:9000
             enable = yes


Remember to reload your AXIGEN Mail Server after each change in the configuration files.

In the window thus displayed, enter the WebMail username and password provided by the system administrator.

Note: To have the list of available domains displayed on the WebMail login page, the system administrator should set the following options in WebAdmin: 
                        - the Allow domain selection on login option from the Services > WebMail tab is checked;
                        - the Include this domain in WebMail's domain selection list option from the Domains > General
                          page corresponding to your existing domains is checked;

Leaving AXIGEN WebMail

To close the current WebMail session, click the Logout link (right upper corner, next to the username and the Settings link).