This file is indexed.

/usr/share/tripleo-image-elements/postfix/README.md is in python-tripleo-image-elements 0.7.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
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

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