diff options
-rw-r--r-- | pkg_config.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 88fa3e77..0cfd98aa 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -3,6 +3,30 @@ <pfsensepkgs> <packages> <package> + <name>dspam</name> + <website>http://dspam.nuclearelephant.com/</website> + <descr> + DSPAM is a scalable and open-source content-based spam filter designed for multi-user enterprise systems. + On a properly configured system, many users experience results between 99.5% - 99.95%, or one error for + every 200 to 2000 messages. DSPAM supports many different MTAs and can also be deployed as a stand-alone + SMTP appliance. + </descr> + <config_file>http://www.pfsense.org/packages/config/dspam.xml</config_file> + <configurationfile>dspam.xml</configurationfile> + <depends_on_package_base_url>http://www.pfsense.com/packages/All/</depends_on_package_base_url> + <depends_on_package>dspam-devel-3.6.4.20060315.1518.tbz</depends_on_package> + <!-- + TODO: add missing deps. + --> + <version>3.6.8</version> + <status>ALPHA</status> + <maintainer>me@daniel.stefan.haischt.name</maintainer> + <logging> + <facilityname>dspam</facilityname> + <logfilename>dspam.log</logfilename> + </logging> + </package> + <package> <name>spamassassin</name> <descr>The SpamAssassin spam detection software.</descr> <website>http://spamassassin.apache.org/</website> |