diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-14 10:52:27 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-14 10:52:27 +0000 |
| commit | 60e89e045a38acba72260ecb4b4ae9900b9d55da (patch) | |
| tree | 317d3e1346a247624f5a278d2176ef9f3e5fe175 /roundcubemail/config | |
| parent | 7043c2a395260226e0482d87b8e6d80c41c96166 (diff) | |
- Added server-side e-mail address validation with 'email_dns_check' option (#1485857)
git-svn-id: https://svn.roundcube.net/trunk@3042 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e184078a9..7fbf97132 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -364,6 +364,9 @@ $rcmail_config['delete_always'] = false; // Must be less than 'session_lifetime' $rcmail_config['min_keep_alive'] = 60; +// Enable DNS checking for e-mail address validation +$rcmail_config['email_dns_check'] = false; + /***** these settings can be overwritten by user's preferences *****/ // skin name: folder from skins/ |
