Table: gandi_forward
The gandi_forward
table can be used to query information about your email forwards and you must specify which domain in the where or join clause using the domain
column.
Examples
List emails forwards of a domain
select source, destinationsfrom gandi_forwardwhere domain = 'example.net';
Schema for gandi_forward
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
destinations | jsonb | A list of email addresses. | |
domain | text | = | Domain name. |
href | text | URL to forwarding address. | |
source | text | The source email address. |