Add private relay.

This commit is contained in:
Stuart Gathman
2007-01-23 19:46:20 +00:00
parent e5685c6035
commit 83529320ae
5 changed files with 44 additions and 29 deletions
+3 -2
View File
@@ -51,8 +51,9 @@ Xpythonfilter, S=local:/home/username/pythonsock
Note that milters should almost certainly not run as root.
That's it. Incoming mail will cause the milter to print some things, and
some email will be rejected (see the "header" method). Edit and play. See
bms.py for an example milter used in production.
some email will be rejected (see the "header" method). Edit and play.
See spfmilter.py for a functional SPF milter, or see bms.py for an complex
milter used in production.
Not-so-quick Installation