]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/README.Debian
document the milter_rcpt_macros which are required (#816799)
[deb_pkgs/spamass-milter.git] / debian / README.Debian
index aa73a346216f51fd77e10bf41cc1ad8fc2ba5852..34f9962fe0a069252fc979f32018444f18122df7 100644 (file)
@@ -62,7 +62,8 @@ chroot. In recent versions of Debian the following should work:
   smtpd_milters = unix:/spamass/spamass.sock
   # 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} _
+  milter_data_macros = j i {auth_type} {daemon_name} v {if_name} _
+  milter_rcpt_macros = j {auth_type} {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
@@ -134,4 +135,4 @@ q
 
 and send the results along with your bug report using reportbug.
 
- -- Don Armstrong <don@debian.org>, Fri, 28 Dec 2012 10:54:48 -0800
+ -- Don Armstrong <don@debian.org>, Thu, 10 May 2018 11:15:25 -0700