]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/commitdiff
Document how to make inet:9999@127.0.0.1 work (closes: #519425)
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Wed, 11 Mar 2009 10:52:16 +0000 (10:52 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Wed, 11 Mar 2009 10:52:16 +0000 (10:52 +0000)
debian/README.Debian
debian/changelog

index ab43cc08ed3efbdf710815a80916679a801dfe7b..d93d33cff64291439f100366c7df78783903ca87 100644 (file)
@@ -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 <don@debian.org>, Fri, 13 Feb 2009 18:06:39 -0800
+ -- Don Armstrong <don@debian.org>, Wed, 11 Mar 2009 03:51:55 -0700
index f50a73c55204dade0b59a4adad3e2c62f16d3381..4fa342009dc6ef3550218c6c1c70cb1d5ff6e2dd 100644 (file)
@@ -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 <don@debian.org>  Wed, 11 Mar 2009 03:44:35 -0700