From: don Date: Wed, 11 Mar 2009 10:52:16 +0000 (+0000) Subject: Document how to make inet:9999@127.0.0.1 work (closes: #519425) X-Git-Tag: debian/0.4.0-1~46 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fspamass-milter.git;a=commitdiff_plain;h=77b6743d4b42b633eb1fca5e578aff17c3dcfa83;hp=5e6a2c0b6bc240fe63b1cf71dd83e43a02af0cef Document how to make inet:9999@127.0.0.1 work (closes: #519425) --- diff --git a/debian/README.Debian b/debian/README.Debian index ab43cc0..d93d33c 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -96,11 +96,11 @@ if you're running postfix. RUNAS controls the user which spamass-milter runs as; defaults to spamass-milter. -If you want to use an inet socket for spamass-milter (like inet:9999), -then you'll need to make the following configuration changes in -/etc/default/spamass-milter: +If you want to use an inet socket for spamass-milter (like inet:9999 +or inet:9999@127.0.0.1), then you'll need to make the following +configuration changes in /etc/default/spamass-milter: -SOCKET="inet:9999" +SOCKET="inet:9999@127.0.0.1" SOCKETMODE="" SOCKETOWNER="" @@ -133,4 +133,4 @@ q and send the results along with your bug report using reportbug. - -- Don Armstrong , Fri, 13 Feb 2009 18:06:39 -0800 + -- Don Armstrong , Wed, 11 Mar 2009 03:51:55 -0700 diff --git a/debian/changelog b/debian/changelog index f50a73c..4fa3420 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ spamass-milter (0.3.1-10) UNRELEASED; urgency=low * Call restorecon on the socket and pidfile directories to make SELinux happy (thanks to Russel Coker) (closes: #518552) + * Document how to make inet:9999@127.0.0.1 work (closes: #519425) -- Don Armstrong Wed, 11 Mar 2009 03:44:35 -0700