Hi,
i got a little problem with the config of auto_create_user = FALSE.
i used roundcube 2 month with auto_create_user = TRUE and now i've turned it to FALSE and get this Error message:
Error Message: Quote
UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE STARTTLS ANNOTATEMORE cp01 OK Completed Tried PLAIN: Resource id #32
in the database all the needet data is avalible, because of the auto_create_user = TRUE
maybe somebody knows the problem, no errors are reported to the log file. only this message is showd if i set loglevel to 8
thx
From: neugi [mailto:neugii@gmail.com] Sent: Saturday, February 03, 2007 4:52 AM To: users@lists.roundcube.net Subject: Login Problems with auto_create_user = FALSE
Hi,
i got a little problem with the config of auto_create_user = FALSE.
i used roundcube 2 month with auto_create_user = TRUE and now i've turned it to FALSE and get this Error message:
Error Message: Quote
UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE STARTTLS ANNOTATEMORE cp01 OK Completed Tried PLAIN: Resource id #32
in the database all the needet data is avalible, because of the auto_create_user = TRUE
maybe somebody knows the problem, no errors are reported to the log file. only this message is showd if i set loglevel to 8
thx
Not sure that this IS an error message, it looks like it's just telling you what its doing rather than an error. But why would you want to set auto_create_user to FALSE ?....If it cannot authenticate to the mail server, it wont create a user. In looking at the backend, the creation of a user allows the address book to work correctly.
Regards, Sam
neugi wrote:
Hi,
i got a little problem with the config of auto_create_user = FALSE.
i used roundcube 2 month with auto_create_user = TRUE and now i've turned it to FALSE and get this Error message:
Error Message: Quote
- CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE STARTTLS ANNOTATEMORE cp01 OK Completed Tried PLAIN: Resource id #32
in the database all the needet data is avalible, because of the auto_create_user = TRUE
maybe somebody knows the problem, no errors are reported to the log file. only this message is showd if i set loglevel to 8
thx
It's not an error message. In your main.inc.php file you need to lower the $error_level to like 0. Right now it looks like it's at 4. Either lower it to 0 to get rid of that text; or, heighten it to 8 to see more information on the screen. It's your choice. If you lower it to 0, it will be recorded in the log anyway.
~Brett