Update email account's BoxTrapper configuration
This function modifies an account's BoxTrapper configuration.
Important:
When you disable the Receive Mail role, the system disables this function.
Query parameters
The account's email address.
Warning:
If you call this function in Webmail, the system ignores this parameter and defaults to the currently-authenticated email address.
Whether to enable automatic whitelisting for the account.
- 1 - Enable.
- 0 - Disable.
A comma-separated list of email addresses that the system uses when it sends messages back to the original message senders.
The number of days to retain log files and queued messages.
Whether to whitelist the email addresses in a message's To and From sections, including carbon-copied (CC) recipients.
- 1 - Whitelist.
- 0 - Do not whitelist.
The name of the person who owns the email account.
The account's Apache SpamAssassin™ threshold score. For more information about Apache SpamAssassin threshold scores, read our Spam Filters documentation.
Note:
This parameter defaults to the account's current configuration.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "save_configuration",
"module": "BoxTrapper",
"result": {
"status": 1
}
}