cdist/cdist/conf/type/__postfix_master/man.rst

82 lines
1.4 KiB
ReStructuredText
Raw Normal View History

cdist-type__postfix_master(7)
=============================
NAME
----
cdist-type__postfix_master - Configure postfix master.cf
2016-05-20 06:50:56 +00:00
Steven Armstrong <steven-cdist--@--armstrong.cc>
DESCRIPTION
-----------
See master(5) for more information.
REQUIRED PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
type
See master(5)
2016-05-20 06:50:56 +00:00
command
See master(5)
BOOLEAN PARAMETERS
------------------
2016-05-20 06:50:56 +00:00
noreload
don't reload postfix after changes
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
present or absent, defaults to present
2016-05-20 06:50:56 +00:00
service
private
unpriv
chroot
wakeup
maxproc
option
Pass an option to a service. Same as using -o in master.cf.
Can be specified multiple times.
2016-05-20 06:50:56 +00:00
comment
a textual comment to add with the master.cf entry
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
__postfix_master smtp --type inet --command smtpd
2016-05-20 06:50:56 +00:00
__postfix_master smtp --type inet --chroot y --command smtpd \
--option smtpd_enforce_tls=yes \
--option smtpd_sasl_auth_enable=yes \
--option smtpd_client_restrictions=permit_sasl_authenticated,reject
2016-05-20 06:50:56 +00:00
__postfix_master submission --type inet --command smtpd \
--comment "Run alternative smtp on submission port"
SEE ALSO
--------
2016-05-20 06:50:56 +00:00
- `cdist-type(7) <cdist-type.html>`_
- master(5)
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).