Plug-in name: IP address and username restrictions
Short name: ip_users 
Description: Limit access to specified IP addresses and usernames
Author: Richard Zuidhof (richard@zuidhof.nl)
Version: 1.1
Date: August 3, 2001

Changes:
1.1  Changed location of access file to ../../config and added .php filename extension
1.0  Original

After installing the plug-in Squirrelmail will only accept access from named users and IP-addresses.

Create the file ip_users.php in your Squirrelmail config directory. To prevent visibility to the internet the file should start with a PHP comment sign. Enter usernames and IP-addresses separated by the separator sign '|'. If a 0 (zero) is entered for the IP-address Squirrelmail will accept access from all IP-addresses. End the file with a PHP end-of-comment sign.

Example ip_users.php:

<? /*
username_x|192.168.1.1
username_y|192.168.1.2
username_z|0
*/ ?>

