X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_local.example.php;fp=config%2Fconfig_local.example.php;h=773385eb07dd19d880a15af34c370b3b8fc87d6c;hp=2e4019d2ca291c672618d0c40cfedfb1ef011bc4;hb=36c59d842cfa1aadf349b367a9c1082ad58ac96b;hpb=3ee5d63bdd6f215e9d4c8add39b88a10dab56972 diff --git a/config/config_local.example.php b/config/config_local.example.php index 2e4019d2..773385eb 100644 --- a/config/config_local.example.php +++ b/config/config_local.example.php @@ -52,6 +52,15 @@ * (those that are displayed in a different color than other * "normal" mailboxes). * + * $hash_dirs_use_md5 (boolean) If set to TRUE, forces the + * hashed preferences directory calculation to use MD5 instead + * of CRC32. + * + * $hash_dirs_strip_domain (boolean) If set to TRUE, and if + * usernames are in full email address format, the domain + * part (beginning with "@") will be stripped before + * calculating the CRC or MD5. + * * $smtp_stream_options allows more control over the SSL context * used when connecting to the SMTP server over SSL/TLS. See: * http://www.php.net/manual/context.php and in particular