|
|
||||
The site administrator can still perform these functions via the account's web-based control panel--netConsole, however, the emailAdmin provides a "lite" version of the netConsole where individual users can make modifications only affecting their own email account without requiring site administrator access or intervention.
Resellers: If you're providing branded version of Internet Connection's products to your clients, the emailAdmin is also available in a branded version for your clients.In general, the emailAdmin can be accessed by two means, locally via a Java JAR file and remotely through your web browser. Because the emailAdmin client is written in Java you will need Java installed on your local machine. Java can be downloaded from http://java.sun.com/getjava/
How you access the emailAdmin or choose to allow your mail users to access the emailAdmin depends solely on your situation.
For example, LAN administrators may want to deploy applications to their users' desktops using a shared file service, or some auto-install features. For them, downloading the JAR is a wonderful timesaver.
If you have a very fast connection, you may want to deploy via the web. Doing so allows you to easily take advantage of updates to the emailAdmin. In this situation, running the JAR locally is not the best option.
The last example again depends on internet connection speed. Some people have slow connections, but better control over their firewall. Using the JAR file means that they don't have to "download" the emailAdmin into their JVM every time they use it on a new machine in their network. We hope these examples give you some more insight on how to access/deploy the emailAdmin in your situation.
The first method for accessing the emailAdmin is through a web browser. First, install the emailAdmin through the Package Installer section of your netConsole. During this process you'll be asked for the directory you'd like the emailAdmin to be installed into. It's recommend that you do not install this in a directory that already exists. If you do so, the index.html that's installed with the emailAdmin will overwrite any existing index.html file.
Once the emailAdmin package is installed it can be accessed by going to http://YOUR-DOMAIN-NAME/DIR-NAME/
Note: Customers utilizing our Windows hosting accounts must first upload the JAR and an index.html to their hosting account to access the emailAdmin via the web browser. Please refer to the readme.txt file inside the emailAdminWIN.zip
The second method for accessing emailAdmin requires users to download a Java JAR file. The JAR can be downloaded below.
Once emailAdmin.jar has been downloaded, most users can double-click on it to begin using it. However, if your computer is configured to associate JAR files with another program besides Java, you may have to either change this association or execute the JAR from the Command Prompt.
As discussed above, emailAdmin.jar can be launched from the command prompt. Using the command prompt, the user actually has a few more configuration options:
C:\>java.exe -jar emailAdmin.jar --help Usage: emailAdmin [options] username [command args....] -P PASSWORD use PASSWORD as the password or use - to read from standard input -p FILE read password from FILE -i IP use specified IP address -d DOMAIN use DOMAIN as the domain name -u USERNAME use USERNAME and stop command line processing -x PROTOCOL force usage of PROTOCOL PROTOCOL can currently be 'fast' or 'http' -h, --help show this help dialog
For example, to access the emailAdmin without being prompted for you domain name, user name and password you would use this command:
C:\>java.exe -jar emailAdmin.jar -P PASSWORD -d DOMAIN-NAME USER
The emailAdmin consists of three panels: Autoresponder, Password and Forward.
The first method for accessing emailAdmin requires users to download a Java JAR file. The JAR can be downloaded below.
Once emailAdmin.jar has been downloaded, most users can double-click on it to begin using it. However, if your computer is configured to associate JAR files with another program besides Java, you may have to either change this association or execute the JAR from the Command Prompt.
As discussed above, emailAdmin.jar can be launched from the command prompt. Using the command prompt, the user actually has a few more configuration options:
C:\>java.exe -jar emailAdmin.jar --help Usage: emailAdmin [options] username [command args....] -P PASSWORD use PASSWORD as the password or use - to read from standard input -p FILE read password from FILE -i IP use specified IP address -d DOMAIN use DOMAIN as the domain name -u USERNAME use USERNAME and stop command line processing -x PROTOCOL force usage of PROTOCOL PROTOCOL can currently be 'fast' or 'http' -h, --help show this help dialog
For example, to access the emailAdmin without being prompted for you domain name, user name and password you would use this command:
C:\>java.exe -jar emailAdmin.jar -P PASSWORD -d DOMAIN-NAME USER