Set up SpamAssassin
Scan incoming and outgoing email for spam. Use a local Unbound for DNS, so we don't run into blocks for RBL queries.
This commit is contained in:
78
cookbooks/unbound/README.md
Normal file
78
cookbooks/unbound/README.md
Normal file
@@ -0,0 +1,78 @@
|
||||
# Unbound Cookbook
|
||||
|
||||
[](https://supermarket.chef.io/cookbooks/unbound)
|
||||
[](https://circleci.com/gh/sous-chefs/unbound)
|
||||
[](#backers)
|
||||
[](#sponsors)
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
Installs and manages the unbound DNS server.
|
||||
|
||||
- [http://unbound.net](http://unbound.net)
|
||||
|
||||
## Maintainers
|
||||
|
||||
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit [sous-chefs.org](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF).
|
||||
|
||||
## Requirements
|
||||
|
||||
### Platform
|
||||
|
||||
A platform with unbound available as a native package. The following platforms have unbound packaged, but note that the filesystem locations are not consistent and at this time only Linux + FHS is supported.
|
||||
|
||||
- Ubuntu/Debian
|
||||
- Red Hat/CentOS/Fedora (requires EPEL)
|
||||
- FreeBSD
|
||||
|
||||
### Chef
|
||||
|
||||
- Chef 16
|
||||
|
||||
## Resources
|
||||
|
||||
- [unbound_config_authority_zone](documentation/unbound_config_authority_zone.md)
|
||||
- [unbound_config_cachedb](documentation/unbound_config_cachedb.md)
|
||||
- [unbound_config_dns64](documentation/unbound_config_dns64.md)
|
||||
- [unbound_config_dnscrypt](documentation/unbound_config_dnscrypt.md)
|
||||
- [unbound_config_dnstap](documentation/unbound_config_dnstap.md)
|
||||
- [unbound_config_dynamic_library](documentation/unbound_config_dynamic_library.md)
|
||||
- [unbound_config_forward_zone](documentation/unbound_config_forward_zone.md)
|
||||
- [unbound_config_python_script](documentation/unbound_config_python_script.md)
|
||||
- [unbound_config_remote_control](documentation/unbound_config_remote_control.md)
|
||||
- [unbound_config_rpz_zone](documentation/unbound_config_rpz_zone.md)
|
||||
- [unbound_config_server](documentation/unbound_config_server.md)
|
||||
- [unbound_config_stub_zone](documentation/unbound_config_stub_zone.md)
|
||||
- [unbound_config_view](documentation/unbound_config_view.md)
|
||||
- [unbound_package](documentation/unbound_package.md)
|
||||
- [unbound_service](documentation/unbound_service.md)
|
||||
|
||||
## Recipes
|
||||
|
||||
### default
|
||||
|
||||
Installs unbound using defaults.
|
||||
|
||||
## Contributors
|
||||
|
||||
This project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890&button=false)
|
||||
|
||||
### Backers
|
||||
|
||||
Thank you to all our backers!
|
||||
|
||||

|
||||
|
||||
### Sponsors
|
||||
|
||||
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
Reference in New Issue
Block a user