mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-04-05 05:08:51 +00:00
Forwarding hosts: use SPF records if present
This commit is contained in:
@@ -142,6 +142,7 @@ CREATE TABLE IF NOT EXISTS `tfa` (
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `forwarding_hosts` (
|
||||
`host` VARCHAR(255) NOT NULL,
|
||||
`source` VARCHAR(255) NOT NULL,
|
||||
PRIMARY KEY (`host`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user