mail_queue_delay_domain
Last updated March 2020
Name
mail_queue_delay_domain — Add the specified domain record to the delayed queue
Synopsis
#include "mail_queue.h"
| void **mail_queue_delay_domain** (
| dr, | |
| | note)
; | |
Description
Add the specified domain record to the delayed queue.
- dr
-
The domain record. For a description of this struct see “domain_record”.
- note
-
The reason associated with the delay, for example,
"451 4.4.1 [internal] manually delayed domain"
.
This function returns void.
It is legal to call this function in the Scheduler
thread.
See Also
You can obtain a domain_record using dns_get_domain.
Was this page helpful?