more modules
[old-projects.git] / philter / philter / install.d / config.inc.php
index 4ffc08a..81d08b0 100644 (file)
@@ -7,7 +7,6 @@
 * Copyright: See COPYING files that comes with this distribution
 ********************************************************************************/
 
-
 $philter = new Philter();
 
 /********** LOCALE **********/
@@ -25,8 +24,8 @@ $philter->pconnect();
 
 /********** PATHS **********/
     
-$philter->config['path']['procmail'] = "/usr/bin/procmail";
-$philter->config['path']['spool']    = "/var/spool/philter";
+$philter->config['path']['bogofilter'] = "/usr/bin/bogfilter -d /var/mail/.bogofilter";
+$philter->config['path']['spool']      = "/var/spool/philter";
 
 /********** PLUGINS **********/