Mercurial > dnsbl
comparison dnsbl.spec.in @ 125:8b1562482b29
put hostname in smtp message for uribl style lookups
author | carl |
---|---|
date | Thu, 16 Mar 2006 15:20:37 -0800 |
parents | ea6f9c812faa |
children | b8ce1b31237d |
comparison
equal
deleted
inserted
replaced
124:ea6f9c812faa | 125:8b1562482b29 |
---|---|
71 useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@ | 71 useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@ |
72 | 72 |
73 | 73 |
74 %post | 74 %post |
75 /sbin/chkconfig --add @PACKAGE@ | 75 /sbin/chkconfig --add @PACKAGE@ |
76 | |
77 echo Remember to edit %{_sysconfdir}/@PACKAGE@/@PACKAGE@.conf and add the following line to your sendmail.mc: | 76 echo Remember to edit %{_sysconfdir}/@PACKAGE@/@PACKAGE@.conf and add the following line to your sendmail.mc: |
78 echo "INPUT_MAIL_FILTER(\`dnsbl', \`S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:5m;R:5m;E:5m')" | 77 echo "INPUT_MAIL_FILTER(\`dnsbl', \`S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:5m;R:5m;E:5m')" |
79 echo | 78 echo |
80 | 79 |
81 | 80 |