From e4acbbd8cc02b960bd5240538016b2c69c33d6bd Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 14 Oct 2009 06:52:27 -0400 Subject: [PATCH] - Added server-side e-mail address validation with 'email_dns_check' option (#1485857) --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e184078..7fbf971 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -364,6 +364,9 @@ // 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/ -- Gitblit v1.9.1