PATCH: [imp] Certificate Errors "Server name does not match certificate"

Brandon Knitter knitterb at blandsite.org
Mon Nov 29 09:03:18 PST 2004


Patch below.

== PATCH ==
*** imp-h3-4.0-rc2.orig/config/servers.php.dist 2004-11-24 03:54:13.000000000 -0800
--- imp-h3-4.0-rc2/config/servers.php.dist      2004-11-29 09:03:24.000000000 -0800
***************
*** 202,208 ****
              // The 'userhierarchy' parameter defaults to 'user.'
              // If you are using a nonstandard hierarchy for personal
              // mailboxes, you will need to set it here.
!             'userhierarchy' => 'user.'
          )
      ),
      'quota' => array(
--- 202,214 ----
              // The 'userhierarchy' parameter defaults to 'user.'
              // If you are using a nonstandard hierarchy for personal
              // mailboxes, you will need to set it here.
!             'userhierarchy' => 'user.',
!             // Although these defaults are normally all that is required,
!             // you can modify the following parameters from their default
!             // values.
!             'protocol' => 'imap',
!             'hostspec' => 'localhost',
!             'port' => 143
          )
      ),
      'quota' => array(
***************
*** 213,219 ****
              // The 'userhierarchy' parameter defaults to 'user.'
              // If you are using a nonstandard hierarchy for personal
              // mailboxes, you will need to set it here.
!             'userhierarchy' => 'user.'
          )
      ),
      'acl' => array(
--- 219,231 ----
              // The 'userhierarchy' parameter defaults to 'user.'
              // If you are using a nonstandard hierarchy for personal
              // mailboxes, you will need to set it here.
!             'userhierarchy' => 'user.',
!             // Although these defaults are normally all that is required,
!             // you can modify the following parameters from their default
!             // values.
!             'protocol' => 'imap',
!             'hostspec' => 'localhost',
!             'port' => 143
          )
      ),
      'acl' => array(
***************
*** 271,277 ****
              'params' => array(
                  'login' => $GLOBALS['conf']['kolab']['imap']['adminuser'],
                  'password' => $GLOBALS['conf']['kolab']['imap']['adminpw'],
!                 'userhierarchy' => 'user.'
              )
          ),
          'acl' => array(
--- 283,295 ----
              'params' => array(
                  'login' => $GLOBALS['conf']['kolab']['imap']['adminuser'],
                  'password' => $GLOBALS['conf']['kolab']['imap']['adminpw'],
!                 'userhierarchy' => 'user.',
!                 // Although these defaults are normally all that is required,
!                 // you can modify the following parameters from their default
!                 // values.
!                 'protocol' => 'imap',
!                 'hostspec' => 'localhost',
!                 'port' => 143
              )
          ),
          'acl' => array(
== END PATCH ==


-- 
-bk


Quoting Jan Schneider <jan at horde.org>:

> Zitat von Brandon Knitter <knitterb at blandsite.org>:
> 
> > Hey Chuck or Jan, could those be added to the example servers.php, perhaps
> > commented out or something?  It might make things a little more clear for
> the
> > next guy! :)
> 
> Patch?
> 
> Jan.
> 
> -- 
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
> -- 
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
> 
> 




More information about the imp mailing list