Home Contact Us Search

[ Order a Server ] [ Server Support ]


[ Getting Started ] [ Server Help ] [ Add on Help ] [ Solution ] [ Trouble Shooting ]

PLEASE NOTE, THIS IS VERY OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS


[ Auto Reply ] [ Finger ] [ MajorDomo ] [ PGP ] [ Procmail ] [ Twig ] [ Wpoison ] [ Vnews ]

Reading E-Mail with TWIG

After TWIG is properly installed and configured, you will be able to read your e-mail with any web browser (e.g. Netscape or MSIE). You simply need to access a URL like this:

http://YOUR-DOMAIN.NAME/twig/

TWIG will prompt you for your e-mail username and password. After successful authentication, the contents of your mailbox will be displayed.

NOTE: Since TWIG uses IMAP it also can be used to create additional mail folders to sort and store incoming mail. Any additional mail folders that a user creates will be created in the user's home directory as listed in your local password file (~/etc/passwd). If the user's home directory happens to be defined as a directory in the ~/www/htdocs/ or ~/www/vhosts directory structure (typically created in this fashion such that the user can upload and download content to and from a Virtual Subhost via FTP) then any mail folders these users create using TWIG will be accessible to anyone via a web client.

Therefore, it is highly recommended that these users create any additional mail folders under a Mail subdirectory and create a .htaccess file and store it in such a Mail directory to protect the confidentiality of the mail stored therein. The contents of a suitable .htaccess file are shown below:

<Limit GET POST PUT DELETE>
deny from all
</Limit>

[ Auto Reply ] [ Finger ] [ MajorDomo ] [ PGP ] [ Procmail ] [ Twig ] [ Wpoison ] [ Vnews ]

PLEASE NOTE, THIS IS OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS