Administration |
The following covers the common features that administrations wish to setup. |
Managers Page |
A manager's page is provided as part of the CGI in order to let the system administrator change settings in the user.dat files. On this page it is possible to change any setting for a wildcard selection of users, and to perform other managerial tasks. To access the manager's page, enter the following url:
In order to access the manager's page you will be required to setup a managers password,
follow the instructions of the managers login page. WebMail's management page has underwent a reconstruction in v3.1o. An example of the new manager's page (after entering the password) is shown below:
WebMail Registration
Customization
Initial Setup
Manager Funcitons
WebMail Log Files
WebMail Stats Files
Other
|
Limiting Spam |
Limiting spam is more designed to be part of the mail server to enforce spam limits. But WebMail does have a few ini setting which helps in limiting spam and help in locating who is attempting to spam using webmail. Also the ability to track the users IP is also available in v3.1m and higher.
The first 3 ini settings are used to limit the number of emails the use can send in a 24hr period. In the above case the user can send out 600 emails a day where no one email can have more than 200 rcpts.
The difference between the 2nd and 3rd settings is that the '.._sends' is the number of emails allowed to be sent by the user. Where each email can have mutiple rcpts. The '.._total' is the max number of 'rcpts' within the 24 hour period.
For example if you did not have '_total' setup the user could in theory send out 600 emails each having 200 rcpts each. The '_total' is the limit the overall numbers so that a user can send out 3 emails each with 200 rcpt or any combo of this up to 600 emails each sending to only 1 person. The 4th setting is now the default for all new systems from v3.1m and onwards. What this does is on every email which is sent out the IP of the user will be attached as an email header. This allows spammers to be much located much quicker.
The last ini setting is the number of IP's the CGI will keep track of for each user. It will keep a count on each IP on the number of sent emails when that IP is being used.
In The user.dat file for a user might look like this:
In the above example the user has used 3 seperate IP address and send a total of 106 emails. The total of these do not get reset so this is total is counted at the point when this was enabled.
|
WebMail Bulletins |
WebMail supports bulletins where only WebMail users will see them, so you can tell WebMail users about the latest changes and updates to WebMail, or any other information that you want WebMail users to have. There are a few ini settings which are used for bulletins. These are:
The 'bulletin_path' must be setup and the directories exist in order for bulletins to work. This is where all the bulletin Emails are stored. The 'bulletin_users' are the list of users that are allowed to send bulletins. The last two settings are used to determine how long the bulletin will last before it is removed automatically. The 'send_bull.tpl' template is used to send a bulletin message. The template 'bulletin.tpl' is the template that lists the current bulletins available. When sending a bulletin, you can specify the list of users that will receive this bulletin if you wish. The default is that all users receive the bulletin. When there are bulletins that users have not seen before, they are automatically shown the bulletin list when they login instead of the Email list. In this way they are forced to see at least the subject of the bulletin. When using the frames template, the 'frame.tpl' has the code that redirects the page.
When using non-frames the template change is done internally by the CGI. |
Public Address Book |
This feature has been disabled in WebMail when used with SurgeMail due to a mutiple machine mirror issue which is currently being looked into. If you are using WebMail with SurgeMail and you only have 1 WebMail machine, then you can add this webmail.ini setting to re-enable this feature: WebMail supports the use of public address books. This allows users (or administrators) to set up address books that other users can to access. Below are the steps to creating a public address book.
Note: If you only want a particular group of users to have access to a public address book, you can only modify those user.dat files using the manager's page as above. |
External Address Book |
WebMail version 2.0g and higher supports the use of external global address books. This allows the CGI to talk to the external program, which in turn talks to the external address book. The external address book is a globally accessible address book which you can ask for queries. Only the administrator can change and/or update the data. This is normally done with some other external program. Users can only read the information. The main example is setting up your external address book in an LDAP server storing the users information. You can download a LDAP version the ldap interface from the below links
To setup webmail to use the above program you will need to download and place the file in your webmail's workarea. In the same location you will need to create a extern_book.ini file with fields like this.
The uncomment/change the ini file to include the fields you wish to allow to view and perform searches on. Then add to webmail.ini file the following settings to enable this feature.
The interface and details of the external address book protocol used can be found at: External Address Book. SurgeMail v2.2c10 and higher does have a simple LDAP server which you can use this external LDAP module to talk to. The LDAP server within SurgeMail lists all the Surgemail Users. See the following URL on how to enable ldap in SurgeMail. |