The Email Administration Utility can help a client administrate their own Email accounts via a web interface using PHP and Perl scripting.
The client is able to modify, add and remove accounts on a server that provides an IMAP port to connect to.
NOTE: Email Administration Utility is licensed under the terms of the BSD License.
Requirements:
· PHP
· Perl
What's New in This Release: [ read full changelog ]
· Added the ability to specify you want buttons instead of links for making changes, etc.
· Added javascript error handling to make user input and validation cleaner.
· Made sure that there is a pretty good distinction of admin and user help when you view the help topics.
· Added the ability to specify a prefix url. This allows you to install mailadmin in a subdirectory of your website and have the urls all work correctly.
· Added support for different imap seperators. It defaults to '.'.
· Updated the scripts to work with sasl2. There is currently no way to use sasl1 unless you re-edit the scripts. You would just have to remove the 2 from the salspasswd2 instances.
· Quoted all arguments to the perl scripts so that special characters are hidden from the shell.
· Made the username edit field larger so you can try and use user@domain style usernames. Cyrus 2.2+
· Made the setcookie code hopefully work with the different versions of php since it changed to require just the unix time stamp and not the ISO format date value.