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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
04ce8f81
Commit
04ce8f81
authored
16 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.8.10
parent
bc390e69
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
HOWTO
+4
-4
4 additions, 4 deletions
HOWTO
NEWS
+3
-1
3 additions, 1 deletion
NEWS
milter.cfg
+1
-0
1 addition, 0 deletions
milter.cfg
with
8 additions
and
5 deletions
HOWTO
+
4
−
4
View file @
04ce8f81
...
@@ -35,13 +35,13 @@ wish to install pydspam.
...
@@ -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".
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
3
−
1
View file @
04ce8f81
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
...
...
This diff is collapsed.
Click to expand it.
milter.cfg
+
1
−
0
View file @
04ce8f81
[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
...
...
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