Changes

Jump to navigation Jump to search
4 bytes removed ,  17:26, 8 December 2012
m
typo
Line 85: Line 85:     
=====Allow Sharing with IMAP Users=====
 
=====Allow Sharing with IMAP Users=====
To allow sharing with your IMAP users, you need to manually add the each IMAP user account to the oc_users table using commands like those below at a shell prompt on your SME server:
+
To allow sharing with your IMAP users, you need to manually add each IMAP user account to the oc_users table using commands like those below at a shell prompt on your SME server:
 
  mysql owncloud
 
  mysql owncloud
 
  insert into oc_users (uid,password) values ('[xyzuser@mail.yourdomain.com]','*');
 
  insert into oc_users (uid,password) values ('[xyzuser@mail.yourdomain.com]','*');

Navigation menu