horde login problems
ive installed horde onto directadmin server using a plugin found at the da forumsi had to move the files around to get it to work becuase the plugin installer was buggy.
but now i can't seem to get logins working properly
i can login using a username that has a corrisponding da account.. e.g testuser
but if i wanted to login using one of the extra email addresses ive added to teh account i just get a message telling me its unable to login in
e.g login as testuser1@testdomain.com will fail
heres what i get from the imp test script..
server="localhost" user="myuser" mailbox="{localhost:143/imap}INBOX"
INBOX has 0 messages (0 new 0 recent)
and this when logging into another account
server="localhost" user="dragon@mydomain.com" mailbox="{localhost:143/imap}INBOX"
array(3) {
[0]=>
string(61) "Retrying LOGIN authentication after AUTHENTICATE LOGIN failed"
[1]=>
string(61) "Retrying LOGIN authentication after AUTHENTICATE LOGIN failed"
[2]=>
string(62) "Can not authenticate to IMAP server: AUTHENTICATE LOGIN failed"
}
unsure.gif any ideas why