When I click on any user in the admin GUI other than the oxadmin user, I get the following:
and everything's disabled: can't change anything. Not sure what to check here... everything else works. Sieve is working:
I can send mail, receive mail as multiple users, can't seem to break anything else.
Code:
Error code: Error occured in: com.openexchange.admin.rmi.extensions.OXUserMailfilterExtension! Errortext: com.openexchange.admin.rmi.exceptions.OXSieveHandlerInvalidCredentialsException: Authentication failed (SVL-0001,465066230-55)
Code:
root@elise:/etc# telnet localhost 2000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v2.2.13" "SASL" "LOGIN PLAIN" "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational comparator-i;ascii-numeric regex" "STARTTLS" OK
Comment