Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
3d7003a6
Commit
3d7003a6
authored
20 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Web site updates.
parent
f643cafc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
milter.html
+19
-8
19 additions, 8 deletions
milter.html
with
19 additions
and
8 deletions
milter.html
+
19
−
8
View file @
3d7003a6
...
@@ -24,11 +24,13 @@ ALT="Viewable With Any Browser" BORDER="0"></A>
...
@@ -24,11 +24,13 @@ ALT="Viewable With Any Browser" BORDER="0"></A>
Stuart D. Gathman
</a><br>
Stuart D. Gathman
</a><br>
This web page is written by Stuart D. Gathman
<br>
and
<br>
sponsored by
This web page is written by Stuart D. Gathman
<br>
and
<br>
sponsored by
<a
href=
"http://www.bmsi.com"
>
Business Management Systems, Inc.
</a>
<br>
<a
href=
"http://www.bmsi.com"
>
Business Management Systems, Inc.
</a>
<br>
Last updated
May 31
, 2005
</h4>
Last updated
Jun 09
, 2005
</h4>
See the
<a
href=
"faq.html"
>
FAQ
</a>
|
<a
href=
"http://sourceforge.net/project/showfiles.php?group_id=139894"
>
Download now
</a>
|
See the
<a
href=
"faq.html"
>
FAQ
</a>
|
<a
href=
"http://sourceforge.net/project/showfiles.php?group_id=139894"
>
Download now
</a>
|
<a
href=
"/mailman/listinfo/pymilter"
>
Subscribe to mailing list
</a>
|
<a
href=
"/mailman/listinfo/pymilter"
>
Subscribe to mailing list
</a>
|
<a
href=
"#overview"
>
Overview
</a>
<a
href=
"#overview"
>
Overview
</a>
|
<a
href=
"/python/dspam.html"
>
pydspam
</a>
|
<a
href=
"/libdspam/dspam.html"
>
libdspam
</a>
<p>
<p>
<a
href=
"//www.python.org"
>
<a
href=
"//www.python.org"
>
<img
src=
"python55.gif"
align=
left
alt=
"A Python"
></a>
<img
src=
"python55.gif"
align=
left
alt=
"A Python"
></a>
...
@@ -39,17 +41,26 @@ provides a python interface to libmilter that exploits all its features.
...
@@ -39,17 +41,26 @@ provides a python interface to libmilter that exploits all its features.
<p>
<p>
Sendmail 8.12 officially releases libmilter.
Sendmail 8.12 officially releases libmilter.
Version 8.12 seems to be more robust, and includes new privilege
Version 8.12 seems to be more robust, and includes new privilege
separation features to enhance security.
separation features to enhance security. Even better, sendmail 8.13
I recommend upgrading.
supports socket maps, which makes
<a
href=
"pysrs.html"
>
pysrs
</a>
much more
efficient and secure. I recommend upgrading.
<h2>
Recent Changes
</h2>
<h2>
Recent Changes
</h2>
Python milter is being moved to
Python milter is being moved to
<a
href=
"http://sourceforge.net/projects/pymilter/"
>
Sourceforge
</a>
for
<a
href=
"http://sourceforge.net/projects/pymilter/"
>
pymilter Sourceforge
development.
project
</a>
for development.
<p>
Release 0.8.0 is the first
<a
href=
"http://sourceforge.net/"
>
Sourceforge
</a>
release. It supports Python-2.4, and provides an option to accept mail
that gets an SPF softfail or fails the 3 strikes rule, provided the
alleged sender accepts a DSN explaining the problem. Python-2.3 is
no longer supported by the reworked mime.py module, although API changes
could be backported. There are too many incompatible changes to the
python email package.
<p>
<p>
Release 0.7.2 tightens the authentication screws with a "3 strikes and
Release 0.7.2 tightens the authentication screws with a "3 strikes and
you
r
out" policy. A sender must have a valid PTR, HELO, or SPF record
you
're
out" policy. A sender must have a valid PTR, HELO, or SPF record
to send email. Specific senders can be whitelisted using the
to send email. Specific senders can be whitelisted using the
"delegate" option in the spf configuration section by adding a
"delegate" option in the spf configuration section by adding a
default SPF record for them. The PTR and HELO are required
default SPF record for them. The PTR and HELO are required
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment