You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.7 KiB
Plaintext
77 lines
2.7 KiB
Plaintext
#############################
|
|
# Postfix Admin Release 1.x #
|
|
#############################
|
|
#
|
|
# 2003 (c) High5!
|
|
# Created by: Mischa Peters <mischa at high5 dot net>
|
|
#
|
|
|
|
Version 1.5.3 -- 2003/06/06
|
|
----------------------------
|
|
- Fixed: Even more minor bugs in regards to declaration of variables.
|
|
(Thanx Aquilante and Kyle_m)
|
|
|
|
|
|
Version 1.5.2 -- 2003/06/05
|
|
----------------------------
|
|
- Fixed: Minor bugs in regards to declaration of variables.
|
|
|
|
|
|
Version 1.5.1 -- 2003/06/04
|
|
----------------------------
|
|
- Added: Optional mailbox per domain directory structure. (Thanx Jim)
|
|
- Added: Option to completely control the stored aliases. (Thanx Alex)
|
|
- Change: config.inc.php is renamed to config.inc.php.sample. (Thanx Alex)
|
|
- Fixed: $PHP_SELF in config.inc.php and my_lib.php. (Thanx Jim)
|
|
|
|
|
|
Version 1.5.0 -- 2003/05/28
|
|
----------------------------
|
|
- Added: Support for "Back to Main Site"
|
|
- Added: config.inc.php as the main configuration file.
|
|
- Added: Drop down box for domain selection when adding a new admin.
|
|
- Added: Resend of test email to newly created mailbox.
|
|
- Added: Mailbox and Aliases count for domainview.
|
|
- Added: Change description of domain without deleting the complete
|
|
domain.
|
|
- Added: Change name of mailbox user without deleting the mailbox.
|
|
- Added: Expire headers for unnecessary reloads. (Thanx Alex)
|
|
- Removed: Completely removed the site_lib.php.
|
|
- Removed: my_lib.php from the admin directory.
|
|
- Removed: Symlink to index.php.
|
|
- Fix: Code clean up.
|
|
- Fix: Minor bugs and cosmetic fixes.
|
|
- Fix: Modified check_string() to check numbers and returns false if not
|
|
matched. (Thanx btaber)
|
|
- Fix: Correct session handling in login.php (Thanx Yen-Wei Liu)
|
|
- Fix: Correct deletion of RFC822 email addresses. (Thanx Yen-Wei Liu)
|
|
|
|
|
|
Version 1.4.0 -- 2003/04/07
|
|
----------------------------
|
|
- Added: When deleting a domain, all aliases and mailboxes for that domain
|
|
are also deleted from the database.
|
|
- Added: Add standard aliases for every domain that is created.
|
|
These aliases can point to the main "local" administrator.
|
|
The aliases are configured in the config.php in the admin directory.
|
|
- Change: The layout of my_lib.php and site_lib.php have been changed.
|
|
- Change: Modifying an alias is now done with TEXTAREA for more
|
|
flexibility.
|
|
- Fix: Minor bugs and cosmetic fixes.
|
|
|
|
|
|
Version 1.3.8a -- 2003/03/31
|
|
----------------------------
|
|
- Fix: After deletion of a domain it would not return to the correct page.
|
|
|
|
|
|
Version 1.3.8 -- 2003/03/25
|
|
----------------------------
|
|
- Added: Admin password change. No longer needed to delete and re-enter
|
|
the admin user for a specific domain.
|
|
|
|
|
|
Version 1.3.7 -- 2002/12/24
|
|
----------------------------
|
|
- Initial public release of Postfix Admin.
|