cdist/cdist/conf/type/__postfix_postconf/man.rst

53 lines
962 B
ReStructuredText
Raw Normal View History

cdist-type__postfix_postconf(7)
===============================
NAME
----
cdist-type__postfix_postconf - Configure postfix main.cf
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.
REQUIRED PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
value
the value for the postfix parameter
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
key
the name of the parameter. Defaults to __object_id
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
2016-05-20 06:50:56 +00:00
__postfix_postconf mydomain --value somedomain.com
2016-05-20 06:50:56 +00:00
__postfix_postconf bind-to-special-ip --key smtp_bind_address --value 127.0.0.5
SEE ALSO
--------
2016-06-30 13:12:32 +00:00
:strong:`postconf`\ (5)
AUTHORS
-------
Steven Armstrong <steven-cdist--@--armstrong.cc>
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).