Release 0.8.10

This commit is contained in:
Stuart Gathman
2008-08-25 18:49:13 +00:00
parent bc390e69b9
commit 04ce8f81b9
3 changed files with 8 additions and 5 deletions
+4 -4
View File
@@ -35,13 +35,13 @@ wish to install pydspam.
For basic pymilter you'll need: For basic pymilter you'll need:
python-2.4 python-2.4
milter-0.8.7 milter-0.8.10
sendmail-8.13.x (with milter support enabled) sendmail-8.13.x (with milter support enabled)
and for SPF you'll need: and for SPF you'll need:
pydns-2.3.0-2.4 pydns-2.3.3-2.4
pyspf-2.0.3-2.py24 pyspf-2.0.5-1.py24
and for SRS you'll need: and for SRS you'll need:
@@ -65,7 +65,7 @@ Start milter and pysrs with "service milter start", "service pysrs start".
Tail /var/log/milter/milter.log while SMTP clients connect to your Tail /var/log/milter/milter.log while SMTP clients connect to your
sendmail instance. This should show you what the milter is doing. sendmail instance. This should show you what the milter is doing.
By default, milter-0.8.7 rejects on SPF fail. By default, milter-0.8.10 rejects on SPF fail.
Step four. Tweaking the basic config. Step four. Tweaking the basic config.
+3 -1
View File
@@ -1,4 +1,6 @@
Here is a history of user visible changes to Python milter. See pymilter.spec for recent history.
Here is a history of older changes to Python milter.
0.8.8 move AddrCache, parse_addr, iniplist, parse_header to Milter package 0.8.8 move AddrCache, parse_addr, iniplist, parse_header to Milter package
fix plock for missing source and can't change owner/group fix plock for missing source and can't change owner/group
add sample spfmilter.py milter add sample spfmilter.py milter
+1
View File
@@ -1,4 +1,5 @@
[milter] [milter]
# the directory with log and data files
datadir = /var/log/milter datadir = /var/log/milter
# the socket used to communicate with sendmail. Must match sendmail.cf # the socket used to communicate with sendmail. Must match sendmail.cf
socket=/var/run/milter/pythonsock socket=/var/run/milter/pythonsock