statusmsg |
string |
A message of success or a reason for failure. |
- A message of success that includes the domain name and server name.
- A string that describes an error.
|
Replacing existing entry on line matched old entry and old priority: 25:\nBind reloading on server1 using rndc zone: [example.com]\n
|
status |
Boolean |
Whether the function succeeded. |
1 — The function succeeded.
0 — The function failed.
|
1 |
checkmx |
hash |
A hash of the mail exchanger's data. |
This hash includes the warnings , issecondary , local , detected , remote , isprimary , changed , secondary , and mxcheck returns. |
|
warnings
|
string |
Warning messages, if any exist.
The function returns this value in the checkmx hash. |
One or more warning messages. |
Auto Detect of MX configuration not possible due to non-resolving MX entries. Defaulting to last known setting: local.
|
issecondary
|
Boolean |
Whether the mail exchanger is a secondary exchanger.
The function returns this value in the checkmx hash. |
1 — Secondary.
0 — Not secondary.
|
0
|
local
|
Boolean |
Whether the mail exchanger is a local exchanger.
The function returns this value in the checkmx hash. |
1 — Local.
0 — Not local.
|
0 |
detected
|
string |
The mail exchanger type.
The function returns this value in the checkmx hash. |
auto
local
secondary
remote
|
auto |
remote
|
Boolean |
Whether the mail exchanger is a remote exchanger.
The function returns this value in the checkmx hash. |
1 — Remote.
0 — Not remote.
|
0 |
isprimary
|
Boolean |
Whether the mail exchanger is the primary mail exchanger.
The function returns this value in the checkmx hash. |
1 — Primary.
0 — Not primary.
|
0 |
changed
|
Boolean |
Whether a change occurred during the function.
The function returns this value in the checkmx hash. |
1 — Change occurred.
0 — No change.
|
1 |
secondary
|
Boolean |
Whether the mail exchanger is a secondary exchanger.
The function returns this value in the checkmx hash. |
1 — Secondary.
0 — Not secondary.
|
0
|
mxcheck
|
string |
The mail exchanger type.
The function returns this value in the checkmx hash. |
auto
local
secondary
remote
|
auto |
results |
string |
A message of success or a reason for failure. |
- A message of success that includes the domain name and server name.
- A string that describes an error.
|
Replacing existing entry on line matched old entry and old priority: 25:\nBind reloading on server1 using rndc zone: [example.com]\n
|
reason |
string |
A reason for failure.
Note:
This function only returns a reason value if it failed.
|
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
1 — The function succeeded.
0 — The function failed.
|
1 |