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
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
Comment