Skip to content

Ansible role for postgrey, the postfix greylisting policy server

License

Notifications You must be signed in to change notification settings

mbocquet/postgrey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgrey

Ansible role for postgrey, the postfix greylisting policy server.

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/postgrey.git roles/postgrey

Example Playbook

- hosts: servers
  roles:
    - postgrey

or

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

if any variables comes in the future for this role.

License

GPLv3

Author Information

http://www.sekoya.org

About

Ansible role for postgrey, the postfix greylisting policy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages