Archive for the ‘phpsaadmin’ Category

SpamAssassin 3.0 released

Saturday, September 25th, 2004

SpamAssassin 3.0 has been released. A few configurations settings has been removed and replaced by other keywords in this release. This affects phpsaadmin a bit. The rewrite_subject configuration setting does not work in SA 3.0.

I will update phpsaadmin in the near future so it is compatible with SA 3.0.

French translation of phpsaadmin

Friday, September 17th, 2004

Jean Lorchat has translated phpsaadmin to French.

It will be distributed with the next version. If you cant wait for that, you can download the language file and place it in the language folder. You then have to change:


// Language setup
$availlang = array("da");

to


// Language setup
$availlang = array("da","fr");

in options.php

phpsaadmin 1.13

Saturday, July 17th, 2004

A new version of phpsaadmin is out. The changes are:

  • Added META tag to HTML
  • Username is now at focus at the login screen
  • Bugfix : Whitelists did not work in Mozilla
  • Gettext support added
  • Added Danish user interface

I have translated it to Danish. I need your help to translate it to other languages. If you want to help with the translation download lang.po and translate it to your language and then e-mail the file to me. Please let me know before you start the translation, so I can tell you if another has started the translation in that language.

You can download phpsaadmin here.

The demo is also updated to version 1.13. Login : demo/demo.

New phpsaadmin on the way…

Friday, July 9th, 2004

I am planing to do some work on phpsaadmin next week. I will work on Localization and LDAP authentication.

phpsaadmin 1.12

Thursday, May 20th, 2004

There were a critical bug when you used imap authentication in version 1.11. This release should fix that. Download here. Thanks to Matt Glaves for reporting this.

The demo has also been updated to version 1.12. Login with demo/demo as username/password.