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
Dirk Dankhoff
ISPConfig 3
Commits
91b6ac27
Commit
91b6ac27
authored
Jun 02, 2015
by
Florian Schaal
Browse files
FS#1212 - IP Address in fetchmail - allow ipv4 or hostname for pop/imap-server
parent
af6cf4d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/mail_get.tform.php
View file @
91b6ac27
...
...
@@ -94,7 +94,7 @@ $form["tabs"]['mailget'] = array (
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'NOTEMPTY'
,
'errmsg'
=>
'source_server_error_isempty'
),
1
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[\w\.\-]{2,64}\.[a-zA-Z\-]{2,10}$/'
,
'regex'
=>
'/^
(
[\w\.\-]{2,64}\.[a-zA-Z\-]{2,10}
|(?:[0-9]{1,3}\.){3}[0-9]{1,3})
$/'
,
'errmsg'
=>
'source_server_error_regex'
),
),
'default'
=>
''
,
...
...
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