diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-08-10 21:18:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-08-10 21:18:10 +0000 |
commit | fbd6ecfb1fecbf810c7601bdd583d40be55d98f7 (patch) | |
tree | a57b2614a7d6819430fb6aad4bfb06c3ed5b841a | |
parent | 6bf4002760f2e92c3ffb2fdbff0566d7cf2ad1e7 (diff) | |
download | pfsense-packages-fbd6ecfb1fecbf810c7601bdd583d40be55d98f7.tar.gz pfsense-packages-fbd6ecfb1fecbf810c7601bdd583d40be55d98f7.tar.bz2 pfsense-packages-fbd6ecfb1fecbf810c7601bdd583d40be55d98f7.zip |
Move spamd to non-operational package area. It is currently broken and there is no maintainer since I no longer run this package.
-rw-r--r-- | pkg_config.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 45d48ffe..a47afede 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -481,24 +481,6 @@ <configurationfile>iperf.xml</configurationfile> </package> <package> - <name>spamd</name> - <website>http://www.openbsd.org/spamd/</website> - <descr>Tarpits like spamd are fake SMTP servers, which accept connections but don't deliver mail. Instead, they keep the connections open and reply very slowly. If the peer is patient enough to actually complete the SMTP dialogue (which will take ten minutes or more), the tarpit returns a 'temporary error' code (4xx), which indicates that the mail could not be delivered successfully and that the sender should keep the mail in their queue and retry again later.</descr> - <category>Services</category> - <config_file>http://www.pfsense.com/packages/config/spamd.xml</config_file> - <depends_on_package_base_url>ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All</depends_on_package_base_url> - <depends_on_package>spamd-4.1.2.tbz</depends_on_package> - <version>4.3</version> - <status>Stable</status> - <required_version>1.0</required_version> - <maintainer>geekgod@geekgod.com</maintainer> - <configurationfile>spamd.xml</configurationfile> - <logging> - <facilityname>spamd</facilityname> - <logfilename>spamd.log</logfilename> - </logging> - </package> - <package> <name>siproxd</name> <website>http://siproxd.sourceforge.net/</website> <descr>Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections possible via a masquerading firewall. It allows SIP clients (like kphone, linphone) to work behind an IP masquerading firewall or router.</descr> @@ -760,4 +742,22 @@ <required_version>1.2</required_version> <configurationfile>doorman.xml</configurationfile> </package> + <package> + <name>spamd</name> + <website>http://www.openbsd.org/spamd/</website> + <descr>Tarpits like spamd are fake SMTP servers, which accept connections but don't deliver mail. Instead, they keep the connections open and reply very slowly. If the peer is patient enough to actually complete the SMTP dialogue (which will take ten minutes or more), the tarpit returns a 'temporary error' code (4xx), which indicates that the mail could not be delivered successfully and that the sender should keep the mail in their queue and retry again later.</descr> + <category>Services</category> + <config_file>http://www.pfsense.com/packages/config/spamd.xml</config_file> + <depends_on_package_base_url>ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All</depends_on_package_base_url> + <depends_on_package>spamd-4.1.2.tbz</depends_on_package> + <version>4.3</version> + <status>Stable</status> + <required_version>1.0</required_version> + <maintainer>geekgod@geekgod.com</maintainer> + <configurationfile>spamd.xml</configurationfile> + <logging> + <facilityname>spamd</facilityname> + <logfilename>spamd.log</logfilename> + </logging> + </package> </pfsensepkgs> |