timc3 / postfix-gmail-formula

saltstack formula to configure postfix to send via gmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postfix-gmail-formula

Saltstack formula to install postfix and forward mail through Gmail. Mostly following this tutorial.

Installs postfix and configures SMTP relay through GMail.

Requires some pillars:

  • postfix-gmail:email - your gmail email
  • postfix-gmail:password - your gmail password

Example:

salt-call state.sls postfix-gmail pillar='{"postfix-gmail":{"email":"me@gmail.com", "password":"my gmail password"}}'

About

saltstack formula to configure postfix to send via gmail

License:MIT License


Languages

Language:SaltStack 80.3%Language:HTML 19.7%