Creates a new Sender-Dependent Transport (Relayhost).
Object containing details for the relayhost.
A promise that resolves to a response indicating success or failure.
Creates a new Transport Map.
Object containing details for the transport map.
A promise that resolves to a response indicating success or failure.
Deletes specified Sender-Dependent Transports.
Object containing list of relayhost IDs to delete.
A promise that resolves to a response indicating success or failure.
Deletes specified Transport Maps.
Object containing list of transport map IDs to delete.
A promise that resolves to a response indicating success or failure.
Retrieves Sender-Dependent Transports by ID or all entries.
The relayhost ID or 'all' to retrieve all relayhosts.
A promise that resolves to an array of Relayhost
objects.
Retrieves Transport Maps by ID or all entries.
The transport map ID or 'all' to retrieve all transport maps.
A promise that resolves to an array of TransportMap
objects.
Interface for all Routing endpoints related to Mailcow.