Skip to content

Commit

Permalink
Add Upgrading section to README and UPGRADING file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akpoff committed Sep 1, 2017
1 parent 2c3157b commit 0a07b4f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -144,11 +144,23 @@ input and redirect the output to a file called `common_domains_ips` in
`common_white` defined in `pf.conf(5)`.

### Features

+ Specify file and `pf(5)` table
+ Pass additional arguments to `spf_fetch`

See the man page for further details.

### Upgrading

The output from `spf_update_pf` is now directed to
`common_domains_ips` rather than the previous `common_domains_white`.
If you're using a `pf(5)` table you'll want to rewrite line in
`pf.conf(5)` to something like:

```
table <common_white> persist file "/etc/mail/common_domains_ips"
```

spf_mta_capture
---------------

Expand Down Expand Up @@ -192,4 +204,4 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Updates and Suggestions
-----------------------

Let me know by fork/pull or email if you find bugs or other issues.
Let me know by `Issue` or email if you find bugs or other problems.
10 changes: 10 additions & 0 deletions UPGRADING
@@ -0,0 +1,10 @@
The output from `spf_update_pf` is now directed to
`common_domains_ips` rather than the previous `common_domains_white`.

If you're using a `pf(5)` table you'll want to rewrite line in
`pf.conf(5)` to something like:

--------
table <common_white> persist file "/etc/mail/common_domains_ips"
--------

0 comments on commit 0a07b4f

Please sign in to comment.