Announcement

Collapse
No announcement yet.

Installation Mail-Auth Error?!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installation Mail-Auth Error?!

    Hello,

    i get this error when i execute this command:

    /opt/open-xchange/sbin/createuser -A oxadmin -P secret -d Postmaster -e postmaster@example.com -a abuse@example.com -u postmaster -s Master -g Post -l en_US -p secret
    Server response:
    com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXUserIMAPEx ception: javax.mail.AuthenticationFailedException: Login failed: user not found


    Where does it want to auth against?
    Does it want to log into imap using
    user: oxadmin
    and
    password: secret
    ?


    Thanks, Mario

  • #2
    i`d like to know that, too.

    greets, Nik

    Comment


    • #3
      AFAIK the admin first creates the user in the sql database, so when the cyrus / pam / whatever is set up correctly the new username and password can now be used to log into the cyrus. That's what the admin does next. After that, to set the quota, the admin will log in as oxadmin. So in total you've got:

      1) Create user in DB
      2) Login as user in cyrus
      3) Create folders
      4) Login as user oxadmin
      5) Set quota

      HTH

      Comment

      Working...
      X