Mercurial > dnsbl
annotate README @ 465:79e944269c0b
SA needs original rfc5321 envelope from to do proper spf checking. Remove some debug code.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 25 Apr 2019 09:35:53 -0700 |
parents | 92a5c866bdfa |
children |
rev | line source |
---|---|
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
1 Starting with an unpacked tarball, try this: |
109 | 2 |
3 ./configure | |
4 make | |
5 su | |
6 make install | |
7 make chkconfig | |
8 | |
9 The last step sets up the linux runlevels for this package and starts | |
10 the daemon. | |
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
11 |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
12 |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
13 Starting with a mercurial working directory, try this: |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
14 |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
15 make -f *cvs |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
16 ./configure >/dev/null |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
17 (cd xml; make; make distclean) |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
18 make distcheck |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
19 |