-
Notifications
You must be signed in to change notification settings - Fork 0
Queue Operations
Mark Rotteveel | Dotwebster.com edited this page Jul 3, 2026
·
1 revision
The queue shows accepted messages and their delivery state.
Open:
Operations -> Queue
Relaywright uses these states:
PendingInProgressRetryScheduledDeliveredFailedExpired
Accepted SMTP DATA is written to the spool and queue metadata before the SMTP client receives success.
Use the queue page to:
- search messages;
- filter by status;
- inspect recipients and delivery attempts;
- retry eligible messages;
- purge terminal messages when retention cleanup should not wait.
Bulk actions preserve queue-state guards. Messages are not removed from the spool before matching queue metadata is safely removed or terminal retention cleanup is complete.
Outbound delivery can be paused from the runtime status area. Pausing delivery stops claiming new outbound work. SMTP intake can still accept and spool mail from trusted devices.
Resume delivery when the upstream provider, network, or configuration issue is fixed.
- Confirm the upstream host, port, TLS mode, and authentication in Configure Upstream SMTP.
- Run Diagnostics.
- Check Logs for delivery classifications.
- Confirm DNS and outbound firewall rules from the Relaywright host.
- Verify the upstream provider is accepting the configured mailbox or credentials.