Skip to content

osuosl-cookbooks/osl-postfix

Repository files navigation

osl-postfix Cookbook

This cookbook is a wrapper around postfix.

Requirements

Platforms

  • AlmaLinux 8
  • CentOS 7
  • Debian 12

Cookbooks

  • postfix - the upstream cookbook that osl-postfix wraps

Attributes

Key Type Description Default
['osl-postfix']['main'] Hash Set attributes for ['postfix']['main'] here and they'll be set in osl-postfix::attributes {}

Usage

osl-postfix::default

Include osl-postfix::default for hosts that only need to be able to send mail (functioning as a postfix client).

osl-postfix::server

Include osl-postfix::server for hosts that will send and receive mail (functioning as a postfix server).

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like username/add_component_x)
  3. Write tests for your change
  4. Write your change
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Copyright:: 2018, Oregon State University

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.