Hello Kevin, Monday, November 7, 2005, 2:49:46 PM, you wrote:
Hello Adis,
On the first part of your error message:
Warning: fopen(./logs/errors): failed to open stream:
You need to make sure the files in the /logs directory are writable. There is another post in the mailing list that describes the correct way of doing this. Just chmod'ing to 777 is probably not the best idea.
On the second part of your error message:
IMAP Error in (): Authentication failed (LOGIN): "a001 NO LOGIN failed"
Do you have the latest version of RoundCube (20051021) ? If you are using an install from a previous version the u% variable was not introduced until 20051021. (Some one correct me if I am wrong.)
If you are not using an install that supports the u% variable then, yes it will not log you in correctly.
Kevin L.
Ok i chmod logs and temp directory to 777 (as i dont have shell access i am on shared hosting) and now i dont have error about the Permision in saving error log to logs/errors.
But i still have this error: [10-Nov-2005 03:03:30 -0500] IMAP Error: Authentication failed (LOGIN):<br>"a001 NO LOGIN failed" in on line 0
I downloaded CVS from today 10.11.2005 and before i have RoundCube (20051021) version. Do i need to change anything more or only in main.inc.php to add: $rcmail_config['smtp_user'] = '%u' . '@domain.com';
I did that above and changed the domain.com with my domain but without success.
Thnx