Reactive layer for postfix
Python Makefile
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
reactive
.gitignore
LICENSE
Makefile
README.md
config.yaml
layer.yaml
metadata.yaml
tox.ini

README.md

Juju Layer Postfix

This layer preconfigures and installs the 'postfix' package as supplied by the ubuntu package archives.

Options

This layer defines the options 'mailname', and 'mailer-type'.

  • Mailer-type defaults to 'Internet Site'
  • Mailname defaults to the local unit hostname if unset

States

  • 'postfix.available' - This flag is set once postfix has been installed and is available.

Authors