Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 831 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 831 Bytes

Postfix Sendgrid

CI

Ansible Role for configuring Postfix as a Sendgrid relay on Ubuntu

Role Variables

postfix_mailname: The hostname to be used by Postfix
sendgrid_user: Your username from Sendgrid. You can use `apikey` as the username if using API keys (recommended)
sendgrid_password: Your password (or API key) from Sendgrid

Example Playbooks

- hosts: servers
  roles:
    - role: jobscore.postfix_sendgrid

License

MIT

Author Information

This role was created by Eric Magalhães while working for JobScore Inc.