Skip to main content

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); |   |

domain_record * <var class="pdparam">dr</var>; char * <var class="pdparam">note</var>;

Description

Add the specified domain record to the delayed queue.

Parameters

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".

Return Values

This function returns void.

Threading

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?