diff options
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/firewalls/chapter.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml index 37371f4209..26db487a65 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -1185,7 +1185,7 @@ pass inet proto tcp from any to $localnet port $tcp_services \ <para>Not to be confused with the <application>spamd</application> daemon which comes bundled with <application>spamassassin</application>, - <package>mail/spamd/</package> can be configured with + <package>mail/spamd</package> can be configured with <application>PF</application> to provide an outer defense against <acronym>SPAM</acronym>. This <application>spamd</application> hooks into the @@ -1213,14 +1213,14 @@ pass inet proto tcp from any to $localnet port $tcp_services \ <para>This example demonstrates the basic procedure for setting up <application>spamd</application> with automatically updated blacklists. Refer to the man pages - which are installed with <package>mail/spamd/</package> for + which are installed with <package>mail/spamd</package> for more information.</para> <procedure> <title>Configuring <application>spamd</application></title> <step> - <para>Install the <package>mail/spamd/</package> package + <para>Install the <package>mail/spamd</package> package or port. In order to use <application>spamd</application>'s greylisting features, &man.fdescfs.5; must be mounted at <filename @@ -1261,7 +1261,7 @@ rdr pass on $ext_if inet proto tcp from !<spamd-white> to \ <filename>/usr/local/etc/spamd.conf</filename> and to add some <filename>rc.conf</filename> parameters.</para> - <para>The installation of <package>mail/spamd/</package> + <para>The installation of <package>mail/spamd</package> includes a sample configuration file (<filename>/usr/local/etc/spamd.conf.sample</filename>) and a man page for <filename>spamd.conf</filename>. |