Changes

Jump to navigation Jump to search
6 bytes added ,  14:28, 7 December 2012
add brackets around variable data
Line 58: Line 58:  
# Edit <owncloud>/config/config.php and insert the text below inside the $CONFIG array
 
# Edit <owncloud>/config/config.php and insert the text below inside the $CONFIG array
 
#* in front of the last closing parenthesis in the file (make sure there's a comma at the end of the preceding entry)
 
#* in front of the last closing parenthesis in the file (make sure there's a comma at the end of the preceding entry)
#* Replace "mail.mydomain.tld" with your mail server name or IP address
+
#* Replace [mail.yourdomain.com] with your mail server name or IP address
 
#* Remove "/novalidate-cert" if your chosen mail server uses a signed SSL certificate):
 
#* Remove "/novalidate-cert" if your chosen mail server uses a signed SSL certificate):
 
  <nowiki>  'user_backends' =>  
 
  <nowiki>  'user_backends' =>  
Line 67: Line 67:  
       'arguments' =>  
 
       'arguments' =>  
 
       array (
 
       array (
         0 => '{mail.mydomain.tld:993/imap/ssl/novalidate-cert}',
+
         0 => '{[mail.yourdomain.com]:993/imap/ssl/novalidate-cert}',
 
       ),
 
       ),
 
     ),
 
     ),

Navigation menu