A new version og phpsaadmin with whitelists and blacklists support has been released. You can download it here.
This entry was posted
on Sunday, April 25th, 2004 at 4:23 pm and is filed under phpsaadmin.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
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.
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
April 27th, 2004 at 8:53 pm
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.
April 27th, 2004 at 9:00 pm
Great interface! Works awesome, one question how can I set default values for all users?
April 27th, 2004 at 9:01 pm
Eric are you sure that you have php with IMAP compiled? That seems to be the problem.
April 27th, 2004 at 11:17 pm
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.
April 28th, 2004 at 4:30 am
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