aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 04:02:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 04:02:14 +0000
commita059c408f518b264dbc37708fcc4bfe5765073da (patch)
tree9359c30a2e08569e565b62e46b8bb9bb6538f601
parentc01c4e637d9fa7de1b49969a7bb2b350b79c580b (diff)
downloadpfsense-packages-a059c408f518b264dbc37708fcc4bfe5765073da.tar.gz
pfsense-packages-a059c408f518b264dbc37708fcc4bfe5765073da.tar.bz2
pfsense-packages-a059c408f518b264dbc37708fcc4bfe5765073da.zip
Say hello to spamd!
-rw-r--r--pkg_config.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml
index fbba56ca..b9016587 100644
--- a/pkg_config.xml
+++ b/pkg_config.xml
@@ -152,5 +152,17 @@
<status>ALPHA</status>
<configurationfile>iperf.xml</configurationfile>
</package>
+ <package>
+ <name>spamd</name>
+ <website>http://www.openbsd.org/</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 his queue and retry again later. If he does, the same procedure repeats. Until, after several attempts, wasting both his queue space and socket handles for several days, he gives up. The resources I have to waste to do this are minimal. If the sender is badly configured, an uncooperative recipient might actually delay his entire queue handling for several minutes each time he connects to the tarpit. And many spammers use badly configured open relays</descr>
+ <category>Services</category>
+ <config_file>http://www.pfsense.com/packages/config/ifstated.xml</config_file>
+ <depends_on_package_base_url>http://www.pfsense.com/packages/All</depends_on_package_base_url>
+ <depends_on_package>spamd-3.5_2.tbz</depends_on_package>
+ <version>0.1.0</version>
+ <status>ALPHA</status>
+ <configurationfile>spamd.xml</configurationfile>
+ </package>
</packages>
</pfsensepkgs>