Skip to content

Commit 3fb090c

Browse files
author
Florian Schaal
committed
add missing entries to ispconfig3.sql
1 parent ca330be commit 3fb090c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ CREATE TABLE `mail_forwarding` (
785785
`destination` text,
786786
`type` enum('alias','aliasdomain','forward','catchall') NOT NULL default 'alias',
787787
`active` enum('n','y') NOT NULL DEFAULT 'n',
788+
`greylisting` enum('n','y' ) NOT NULL DEFAULT 'n',
788789
PRIMARY KEY (`forwarding_id`),
789790
KEY `server_id` (`server_id`,`source`),
790791
KEY `type` (`type`)
@@ -928,6 +929,7 @@ CREATE TABLE `mail_user` (
928929
`move_junk` enum('n','y') NOT NULL default 'n',
929930
`custom_mailfilter` mediumtext,
930931
`postfix` enum('n','y') NOT NULL default 'y',
932+
`greylisting` enum('n','y' ) NOT NULL DEFAULT 'n',
931933
`access` enum('n','y') NOT NULL default 'y',
932934
`disableimap` enum('n','y') NOT NULL default 'n',
933935
`disablepop3` enum('n','y') NOT NULL default 'n',

0 commit comments

Comments
 (0)