Rename __root_mail_dma to __dma to prepare for new types
This commit is contained in:
parent
6b1e055d3d
commit
f4671691be
9 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
cdist-type__root_mail_dma(7)
|
cdist-type__dma(7)
|
||||||
============================
|
============================
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cdist-type__root_mail_dma - Setup root email with the DragonFly Mail Agent
|
cdist-type__dma - Setup the DragonFly Mail Agent as the MTA.
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -57,7 +57,7 @@ EXAMPLES
|
||||||
|
|
||||||
# Send root email to both our BOFH and the nice-admin.
|
# Send root email to both our BOFH and the nice-admin.
|
||||||
# That way they can figure things out together.
|
# That way they can figure things out together.
|
||||||
__root_mail_dma \
|
__dma \
|
||||||
--root-email bofh@domain.tld \
|
--root-email bofh@domain.tld \
|
||||||
--root-email nice-admin@domain.tld \
|
--root-email nice-admin@domain.tld \
|
||||||
--smart-host mx1.domain.tld \
|
--smart-host mx1.domain.tld \
|
Loading…
Reference in a new issue