TABLE NAMEemail_domains
DESCRIPTIONThe email_domains table stores all the domains that the MTA responds to. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| pkey | pkey | false | true | | email_addresses.domain DkimKey.domain majordomo_servers.domain | 1.0a100 | a generated unique key | | domain | domain_name | false | false | | | 1.69 | the domain that is hosted in the email | | ao_server | fkey | false | false | ao_servers.server | | 1.0a100 | the pkey of the server that is hosting the email | | package | accounting | false | false | packages.name | | 1.80.0 | the owner of the domain | | dkimDisableReason | string | true | false | | | 1.92.2.1-SNAPSHOT | The reason DKIM is disabled on this domain or null when enabled. |
|