Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

config.inc.php.dist 529B

12345678910111213
  1. <?php
  2. // Kerberos/GSSAPI Authentication Plugin options
  3. // ---------------------------------------------
  4. // Default mail host to log-in using user/password from HTTP Authentication.
  5. // This is useful if the users are free to choose arbitrary mail hosts (or
  6. // from a list), but have one host they usually want to log into.
  7. // Unlike $config['default_host'] this must be a string!
  8. $config['krb_authentication_host'] = '';
  9. // GSS API security context
  10. $config['krb_authentication_context'] = 'imap/kolab.example.org@EXAMPLE.ORG';