From owner-svn-doc-all@FreeBSD.ORG Wed Feb 19 22:33:28 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 676BC67F; Wed, 19 Feb 2014 22:33:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 394D81BD9; Wed, 19 Feb 2014 22:33:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1JMXSeo001897; Wed, 19 Feb 2014 22:33:28 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1JMXSRO001896; Wed, 19 Feb 2014 22:33:28 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201402192233.s1JMXSRO001896@svn.freebsd.org> From: Dru Lavigne Date: Wed, 19 Feb 2014 22:33:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44000 - head/en_US.ISO8859-1/books/handbook/firewalls X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 22:33:28 -0000 Author: dru Date: Wed Feb 19 22:33:27 2014 New Revision: 44000 URL: http://svnweb.freebsd.org/changeset/doc/44000 Log: Fix typo. Submitted by: wblock Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Wed Feb 19 22:05:18 2014 (r43999) +++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Wed Feb 19 22:33:27 2014 (r44000) @@ -1185,7 +1185,7 @@ pass inet proto tcp from any to $localne Not to be confused with the spamd daemon which comes bundled with spamassassin, - mail/spamd/ can be configured with + mail/spamd can be configured with PF to provide an outer defense against SPAM. This spamd hooks into the @@ -1213,14 +1213,14 @@ pass inet proto tcp from any to $localne This example demonstrates the basic procedure for setting up spamd with automatically updated blacklists. Refer to the man pages - which are installed with mail/spamd/ for + which are installed with mail/spamd for more information. Configuring <application>spamd</application> - Install the mail/spamd/ package + Install the mail/spamd package or port. In order to use spamd's greylisting features, &man.fdescfs.5; must be mounted at /usr/local/etc/spamd.conf and to add some rc.conf parameters. - The installation of mail/spamd/ + The installation of mail/spamd includes a sample configuration file (/usr/local/etc/spamd.conf.sample) and a man page for spamd.conf.