Sup guys,


I require some assistance with regards to users authenticating via imap.



I had the system functioning perfectly on our current mail environment, and
all my users were authenticating via the imap link.



Our organisation has now moved our mail domain to a corporate gmail
account. We have kept the same domain name, but obviously the MX records
and servers have changed.



What are the settings or process I need to do in order for owncloud to
authenticate against a Corportae gmail domain.



My current config file is as per below:

<?php

$CONFIG = array (

  'instanceid' => 'xxxxxxxxxxxxxxxxxxxxxx',

  'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',

  'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',

  'trusted_domains' =>

  array (

    0 => xx.domain.com',

    1 => 'xx.xx.xx.xx',

  ),

  'enable_avatars' => true,

  'user_backends' =>

  array (

    0 =>

    array (

      'class' => 'OC_User_IMAP',

      'arguments' =>

      array (

        0 => '{mxrecord:993/ssl}INBOX',

      ),

    ),

  ),

  'datadirectory' => '/x/xxxx/xxxxxxxx/xxx',

  'overwrite.cli.url' => 'http://URL',

  'dbtype' => 'pgsql',

  'version' => '8.1.4.2',

  'dbname' => 'DBname',

  'dbhost' => 'localhost',

  'dbtableprefix' => 'oc_',

  'dbuser' => 'XXXX',

  'dbpassword' => 'XXXXX',

  'logtimezone' => 'UTC',

  'installed' => true,

  'loglevel' => 3,

  'theme' => '',

  'maintenance' => false,

  'mail_smtpmode' => 'smtp',

  'mail_from_address' => 'owncloud',

  'mail_domain' => 'maildomain',

  'mail_smtpauthtype' => 'LOGIN',

  'mail_smtpauth' => 1,

  'mail_smtphost' => 'smtp.xxx.xxx',

  'mail_smtpport' => 'port',

  'mail_smtpname' => '[email protected]',

'mail_smtppassword' => 'PASS',

  'mail_smtpsecure' => 'tls',

  'memcache.local' => '\\OC\\Memcache\\APCu',

  'ldapIgnoreNamingRules' => false,

);



Can anyone please assist me.



*One other query:*

What is the best way (or tool, if any) to transfer user's personal files
between an old and new instance of Owncloud using a batch mode/backend
process so that the users would have to do it themselves individually?

-- 


*This message and any attachments are subject to a disclaimer published at 
http://www.hisp.org/policies.html#comms_disclaimer 
<http://www.hisp.org/policies.html#comms_disclaimer>.  Please read the 
disclaimer before opening any attachment or taking any other action in 
terms of this electronic transmission.  If you cannot access the 
disclaimer, kindly send an email to [email protected] 
<[email protected]> and a copy will be provided to you. By replying to 
this e-mail or opening any attachment you agree to be bound by the 
provisions of the disclaimer.*
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to