table of contents
OCF_HEARTBEAT_POSTFI(7) | OCF resource agents | OCF_HEARTBEAT_POSTFI(7) |
NAME¶
ocf_heartbeat_postfix - Manages a highly available Postfix mail server instance
SYNOPSIS¶
postfix [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
This script manages Postfix as an OCF resource in a high-availability setup.
SUPPORTED PARAMETERS¶
binary
(optional, string, default "/usr/sbin/postfix")
config_dir
(unique, optional, string, no default)
parameters
(optional, string, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
reload
monitor
validate-all
meta-data
EXAMPLE CRM SHELL¶
The following is an example configuration for a postfix resource using the crm(8) shell:
primitive p_postfix ocf:heartbeat:postfix \
op monitor depth="0" timeout="20s" interval="60s"
EXAMPLE PCS¶
The following is an example configuration for a postfix resource using pcs(8)
pcs resource create p_postfix ocf:heartbeat:postfix \
op monitor depth="0" timeout="20s" interval="60s"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
03/19/2024 | resource-agents UNKNOWN |