1CDIST-TYPE__POSTFIX_MASTER(7) cdist CDIST-TYPE__POSTFIX_MASTER(7)
2
3
4
6 cdist-type__postfix_master - Configure postfix master.cf
7
9 See master(5) for more information.
10
12 type See master(5)
13
14 command
15 See master(5)
16
18 noreload
19 don't reload postfix after changes
20
22 state present or absent, defaults to present
23
24 service
25
26 private
27
28 unpriv
29
30 chroot
31
32 wakeup
33
34 maxproc
35
36 option Pass an option to a service. Same as using -o in master.cf. Can
37 be specified multiple times.
38
39 comment
40 a textual comment to add with the master.cf entry
41
43 __postfix_master smtp --type inet --command smtpd
44
45 __postfix_master smtp --type inet --chroot y --command smtpd \
46 --option smtpd_enforce_tls=yes \
47 --option smtpd_sasl_auth_enable=yes \
48 --option smtpd_client_restrictions=permit_sasl_authenticated,reject
49
50 __postfix_master submission --type inet --command smtpd \
51 --comment "Run alternative smtp on submission port"
52
54 master(5)
55
57 Steven Armstrong <steven-cdist--@--armstrong.cc>
58
60 Copyright (C) 2012 Steven Armstrong. You can redistribute it and/or
61 modify it under the terms of the GNU General Public License as pub‐
62 lished by the Free Software Foundation, either version 3 of the Li‐
63 cense, or (at your option) any later version.
64
66 ungleich GmbH 2021
67
68
69
70
717.0.0 Jul 31, 2022 CDIST-TYPE__POSTFIX_MASTER(7)