Skip to content
/ spf Public

An Ansible role to install and configure SPF (Sender Policy Framework) for Postfix

License

Notifications You must be signed in to change notification settings

mbocquet/spf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spf

Ansible role to install and configure SPF (Sender Policy Framework) for Postfix.

Requirements

A running postfix instance.

Role Variables

Many. See defaults/main.yml.

Dependencies

You should run a Postfix instance on the host to use this role.

Install this role as submodule of an existing GIT repository

git submodule add https://git.sekoya.org/mb/spf.git roles/spf

Example Playbook

- hosts: servers
  roles:
    - spf


- hosts: servers
  roles:
    - { role: spf, x: 42 }

if any variables comes in the future for this role.

License

GPLv3

Author Information

http://www.sekoya.org

About

An Ansible role to install and configure SPF (Sender Policy Framework) for Postfix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages