]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/README.Debian
* Document that using the -x option requires being in the smmsp group
[deb_pkgs/spamass-milter.git] / debian / README.Debian
index c141cd87db6b9af8aeb6d0652222730fe614aa32..ab43cc08ed3efbdf710815a80916679a801dfe7b 100644 (file)
@@ -37,6 +37,13 @@ See http://www.sendmail.com/partner/resources/development/milter_api/installatio
 and http://www.sendmail.org/m4/adding_mailfilters.html#INPUT_MAIL_FILTER
 for more information on milters.
 
+If you are using the alias expansion method, -x, you will need to add
+spamass-milter to the smmsp group using:
+
+ adduser spamass-milter smmsp;
+
+This does not need to be done unless you are using alias expansion.
+
 --------------------------------------------------------------
   Integrating spamass-milter into your postfix installation
 --------------------------------------------------------------
@@ -53,6 +60,8 @@ chroot. In recent versions of Debian the following should work:
 
   # spamass-milter configuration
   smtpd_milters = unix:/spamass/spamass.sock
+  # milter macros useful for spamass-milter
+  milter_connect_macros = j {daemon_name} v {if_name} _
 
 See http://www.postfix.org/MILTER_README.html or
 /usr/share/doc/postfix/MILTER_README.gz (in postfix-doc) for
@@ -60,8 +69,8 @@ information on how to set tempfail and the various timeouts that the
 sendmail configuration above uses.
 
 The defaults for spamass-milter adjust themselves so that no
-configuration in /etc/default/milter should be required. [However, if
-you are not doing so, see below.]
+configuration in /etc/default/spamass-milter should be required.
+[However, if you are not doing so, see below.]
 
 -------------------------------------------------------------
   Adjusting how spamass-milter is started
@@ -87,6 +96,14 @@ 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:
+
+SOCKET="inet:9999"
+SOCKETMODE=""
+SOCKETOWNER=""
+
 -------------------------------------------------------------
 Debugging spamass-milter
 -------------------------------------------------------------
@@ -116,4 +133,4 @@ q
 
 and send the results along with your bug report using reportbug.
 
- -- Don Armstrong <don@debian.org>, Thu, 21 Aug 2008 16:52:22 -0700
+ -- Don Armstrong <don@debian.org>, Fri, 13 Feb 2009 18:06:39 -0800