diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-29 02:39:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-29 02:39:51 +0000 |
commit | f242b672713002a2e8fa6ab27a7051f64e35be1f (patch) | |
tree | 85c5275f6882a6a6a97be419777fd008c6396275 /packages/spamd.xml | |
parent | c984b6957630ba90c785cdfb047f1edbc75fdc4a (diff) | |
download | pfsense-packages-f242b672713002a2e8fa6ab27a7051f64e35be1f.tar.gz pfsense-packages-f242b672713002a2e8fa6ab27a7051f64e35be1f.tar.bz2 pfsense-packages-f242b672713002a2e8fa6ab27a7051f64e35be1f.zip |
Add spamd_db.php a tool that allows you to whitelist or blacklist items that are in the db.
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r-- | packages/spamd.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 900055f3..f8c4e10d 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -28,6 +28,10 @@ <tab> <text>SpamD Settings</text> <url>/pkg_edit.php?xml=spamd_settings.xml&id=0</url> + </tab> + <tab> + <text>SpamD Database</text> + <url>/spamd_db.php</url> </tab> </tabs> <additional_files_needed> @@ -49,7 +53,12 @@ <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/spamd_settings.xml</item> - </additional_files_needed> + </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/spamd_db.php</item> + </additional_files_needed> <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['spamd']['config']</configpath> |