tripleo-image-elements/elements/postfix
Martin André 91c4996685 Properly format markdown code blocks
The YAML configuration examples were being parsed as markdown, which
resulted in poorly formatted documents.

Also convert tempest element README file to markdown for consistency.

Change-Id: Id6def1c8bcb86e37f10a74bf85361a9da0d151b6
Closes-Bug: 1328304
2014-11-12 10:31:01 +09:00
..
install.d Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
os-apply-config/etc Rename os-config-applier to os-apply-config 2014-07-09 06:00:27 +00:00
os-refresh-config Update postfix element per install instructions. 2013-07-18 15:42:36 -07:00
pre-install.d Improve postfix element. 2013-07-03 14:40:58 -07:00
README.md Properly format markdown code blocks 2014-11-12 10:31:01 +09:00
element-deps Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00

README.md

Install postfix from packages.

Currently this element is valid only for Debian and Debian derived systems.

Sets default install type to local-only so we dont spam anyone. This can be overwritten with the DIB_POSTFIX_INSTALL_TYPE environmental variable.

Valid options for DIB_POSTFIX_INSTALL_TYPE are:

  • Local only
  • Internet Site
  • Internet with smarthost
  • Satellite system

Set postfix hostname and domain via heat:

postfix:
  mailhostname: mail
  maildomain: example.com
  delay_warning_time: 4h
  relayhost: smtp.example.com

NOTE: mailhostname and maildomain must match the system hostname in order to ensure local mail delivery will work.