]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/README.Debian
Merge branch 'upstream'
[deb_pkgs/spamass-milter.git] / debian / README.Debian
index 4c40aee53c0e782c96beeee068970cc4607a60e5..aa73a346216f51fd77e10bf41cc1ad8fc2ba5852 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,8 +60,9 @@ chroot. In recent versions of Debian the following should work:
 
   # spamass-milter configuration
   smtpd_milters = unix:/spamass/spamass.sock
-  # milter macros usefull for spamass-milter
+  # milter macros useful for spamass-milter
   milter_connect_macros = j {daemon_name} v {if_name} _
+  milter_data_macros = j i {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
@@ -89,6 +97,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
+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@127.0.0.1"
+SOCKETMODE=""
+SOCKETOWNER=""
+
 -------------------------------------------------------------
 Debugging spamass-milter
 -------------------------------------------------------------
@@ -118,4 +134,4 @@ q
 
 and send the results along with your bug report using reportbug.
 
- -- Don Armstrong <don@debian.org>, Mon,  5 Jan 2009 13:03:36 -0800
+ -- Don Armstrong <don@debian.org>, Fri, 28 Dec 2012 10:54:48 -0800