Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
2a1dcddd
Commit
2a1dcddd
authored
Mar 23, 2009
by
tbrehm
Browse files
Fixed: FS#647 - Autoresponder limited to only 256 characters.
parent
30fffb19
Changes
1
Show whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
2a1dcddd
...
...
@@ -480,8 +480,8 @@ CREATE TABLE `mail_user` (
`quota`
int
(
11
)
NOT
NULL
default
'0'
,
`homedir`
varchar
(
255
)
NOT
NULL
,
`autoresponder`
enum
(
'n'
,
'y'
)
NOT
NULL
default
'n'
,
`autoresponder_text`
tiny
text
NULL
,
`custom_mailfilter`
text
,
`autoresponder_text`
medium
text
NULL
,
`custom_mailfilter`
medium
text
,
`postfix`
enum
(
'n'
,
'y'
)
NOT
NULL
,
`access`
enum
(
'n'
,
'y'
)
NOT
NULL
,
`disableimap`
enum
(
'0'
,
'1'
)
NOT
NULL
default
'0'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment