From 984a2d8dbad4f98f886a06eef683625e445f7bbc Mon Sep 17 00:00:00 2001 From: momo-i Date: Tue, 3 Feb 2009 22:31:09 +0000 Subject: added: user can select mail check type "strict", "easy", or "none" --- config/ampache.cfg.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 4be6251e..e5f61472 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -440,6 +440,11 @@ refresh_limit = "60" ; You need to change this when you activate public_registration. ;mail_from = "info@domain.tld" +; It defines whether this setup checks a mail address strictly. +; You can select "strict" or "easy" or "none". +; DEFAULT: strict +;mail_check = "strict" + ; This setting turns on/off admin notify off registration. ; DEFAULT: false ;admin_notify_reg = "false" -- cgit