README: add postfix::disable and fix section headers
This commit is contained in:
parent
04e63d3abc
commit
33b29d4d27
1 changed files with 8 additions and 4 deletions
12
README
12
README
|
@ -126,10 +126,14 @@ Example usage:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
postfix::disable
|
||||||
|
----------------
|
||||||
|
If you include this class, the postfix package will be removed and the service
|
||||||
|
stopped.
|
||||||
|
|
||||||
|
|
||||||
postfix::hash
|
postfix::hash
|
||||||
=============
|
-------------
|
||||||
|
|
||||||
This can be used to create postfix hashed "map" files. It will create "${name}",
|
This can be used to create postfix hashed "map" files. It will create "${name}",
|
||||||
and then build "${name}.db" using the "postmap" command. The map file can then
|
and then build "${name}.db" using the "postmap" command. The map file can then
|
||||||
be referred to using postfix::config.
|
be referred to using postfix::config.
|
||||||
|
@ -153,7 +157,7 @@ Example usage:
|
||||||
|
|
||||||
|
|
||||||
postfix::virtual
|
postfix::virtual
|
||||||
================
|
----------------
|
||||||
Manages content of the /etc/postfix/virtual map
|
Manages content of the /etc/postfix/virtual map
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
@ -181,7 +185,7 @@ Example usage:
|
||||||
}
|
}
|
||||||
|
|
||||||
postfix::mailalias
|
postfix::mailalias
|
||||||
==================
|
------------------
|
||||||
Wrapper around Puppet mailalias resource, provides newaliases executable.
|
Wrapper around Puppet mailalias resource, provides newaliases executable.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
Loading…
Reference in a new issue