phpsaadmin 1.10

A new version og phpsaadmin with whitelists and blacklists support has been released. You can download it here.

5 Responses to “phpsaadmin 1.10”

  1. Eric Says:

    I just tried your package and I’m getting the following error:

    PHP Fatal error: Call to undefined function: imap_open() in /home/comfortechassist/www/htdocs/phpsaadmin/index.php on line 17

    Is there some requirement I’m missing? That seems to be the only place in the files that function is used.

  2. Andrew Says:

    Great interface! Works awesome, one question how can I set default values for all users?

  3. Andrew Says:

    Eric are you sure that you have php with IMAP compiled? That seems to be the problem.

  4. Morten Says:

    Eric: You need to compile PHP with the –with-imap option. phpsaadmin currently only support authentication via the imap or pop3 protocol. Look at http://dk.php.net/imap for more information.

    Andrew: SpamAssassin first load the settings from the “normal” files and then load the settings from the database. It is possible to set global preferences in the database acording to http://spamassassin.rediris.es/full/2.6x/dist/sql/README. If the username is “@GLOBAL” then the setting the default value for all users.

  5. Andrew Says:

    I don’t understand the @GLOBAL stuff. I load my settings from local.cf do I put my sql database info in that file as well or do I create a new file for that stuff. How do I tell spamassassin to look for that file then. Thanks again