Skip to content

Commit e6c50f0

Browse files
committed
change cc and sender_cc column type to text to support more than 4-5 redirects
1 parent 689efa9 commit e6c50f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/sql/ispconfig3.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,8 +1038,8 @@ CREATE TABLE `mail_user` (
10381038
`maildir` varchar(255) NOT NULL default '',
10391039
`maildir_format` varchar(255) NOT NULL default 'maildir',
10401040
`quota` bigint(20) NOT NULL default '-1',
1041-
`cc` varchar(255) NOT NULL default '',
1042-
`sender_cc` varchar(255) NOT NULL default '',
1041+
`cc` text,
1042+
`sender_cc` text,
10431043
`homedir` varchar(255) NOT NULL default '',
10441044
`autoresponder` enum('n','y') NOT NULL default 'n',
10451045
`autoresponder_start_date` datetime NULL default NULL,

0 commit comments

Comments
 (0)