91c4996685
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
24 lines
673 B
Markdown
24 lines
673 B
Markdown
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.
|