Quoting Chris <fisch....@gmx.de>:

Did you check:

https://doc.owncloud.org/server/8.1/admin_manual/configuration_user/user_auth_ftp_smb_imap.html#imap

especially the dependency? Anything in your data/owncloud.log when trying to
login?

php-imap is installed, and no the following is the entire content of the log file

{"reqId":"DF7Yp0mmwI6J\/xZiW5\/T","remoteAddr":"37.196.232.175","app":"PHP","message":"Undefined offset: 0 at \/var\/www\/html\/owncloud\/lib\/privat {"reqId":"DF7Yp0mmwI6J\/xZiW5\/T","remoteAddr":"37.196.232.175","app":"PHP","message":"touch(): Unable to create file \/var\/www\/html\/owncloud\/dat {"reqId":"3Jjq1gmiVQoTKno2ujlg","remoteAddr":"37.196.232.175","app":"PHP","message":"Undefined offset: 0 at \/var\/www\/html\/owncloud\/lib\/private\ {"reqId":"3Jjq1gmiVQoTKno2ujlg","remoteAddr":"37.196.232.175","app":"PHP","message":"mkdir(): No such file or directory at \/var\/www\/html\/owncloud {"reqId":"Yc+IlK8rNjXfQmmwKLz3","remoteAddr":"37.196.232.175","app":"PHP","message":"Undefined offset: 0 at \/var\/www\/html\/owncloud\/lib\/private\

In config-php I have

  array (
    0 =>
    array (
      'class' => 'OC_User_IMAP',
      'arguments' =>
      array (
        0 => '{localhost:143}',
      ),
    ),
  ),

While the simple test "telnet localhost 143" connects as expected.

In /var/log/auth.log meanwhile there is also nothing indicating an authentication attempt ever happened. (At least not for the account I'm testing). So it looks like *litteraly* nothing is happening when using the mail address as a login. The account I set up before trying to connect an imap account is still loging in correctly.

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

Reply via email to