Are you sure, the password is really correct?

Try to call the function directly:

$ php -r 'imap_open("{localhost:143}", "username", "password", OP_HALFOPEN, 1);'

If it fails you'll see an error. Also check the IMAP server log.

-Gerald

On 28/07/15 16:54, Martin S wrote:
Hi,

I've enabled the External Users feature, and set the config.php to point
to my mail server

"user_backends" => array (

0 => array (

"class" => "OC_User_IMAP",

"arguments" => array (

0 => '{localhost:143}'

),

),

),

But I constantly get a "Wrong password" error. I've also experimented with

{localhost:143/imap/starttls}

{localhost:143/imap/tls}

{SERVERFQDN:143/imap/starttls}

{SERVERFQDN:143/imap/tls}

but get the same error. What more can I try to get round this. I'm
looking to use the imap authentication for owncloud? Does the account
actually need to be on the server prior to login, or would it create it
on login?

/Martin S

--

****************************************************

This address is for technical maillists only

Please use my primary mail address at the .org domain

for all other matters

****************************************************



_______________________________________________
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

_______________________________________________
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to