cdist-type__postfix_postconf(7)


Table of Contents

1. NAME
2. DESCRIPTION
3. REQUIRED PARAMETERS
4. OPTIONAL PARAMETERS
5. EXAMPLES
6. SEE ALSO
7. COPYING

1. NAME

cdist-type__postfix_postconf - configure postfix main.cf

2. DESCRIPTION

See postconf(5) for possible keys and values.

Note that this type directly runs the postconf executable. It does not make changes to /etc/postfix/main.cf itself.

3. REQUIRED PARAMETERS

value
the value for the postfix parameter

4. OPTIONAL PARAMETERS

key
the name of the parameter. Defaults to __object_id

5. EXAMPLES

__postfix_postconf mydomain --value somedomain.com

__postfix_postconf bind-to-special-ip --key smtp_bind_address --value 127.0.0.5

6. SEE ALSO

  • cdist-type(7)
  • postconf(5)

7. COPYING

Copyright (C) 2012 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).