Author Topic: Roundcube problem  (Read 8759 times)

Offline cosmin1987

  • Newbie
  • *
  • Posts: 6
Roundcube problem
« on: April 07, 2009, 03:57:49 AM »
Hello all,sorry for posting here but i don't know where to post.
I have a little problem with installing roundcube php script on my server.
I have installed and i think i have confiigurated but i cannot log on with my accounts. i have the mails saved, every account and mails ar saved for linux. like : users/imbox, user/send , user/draft , and my database don't see the users and the passwords. Pelase help me. My email server is cdsecurity.ro and the script is instaled here mail.cdsecurity.ro.
How do i add users in DB ?

My POP 3 it's working and same is SMTP.

sorry for my bad english

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Roundcube problem
« Reply #1 on: April 07, 2009, 04:02:12 AM »
Not sure if I got your problem. Did you consider that RoundCube supports IMAP only. It won't work with POP3.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline cosmin1987

  • Newbie
  • *
  • Posts: 6
Roundcube problem
« Reply #2 on: April 07, 2009, 04:07:28 AM »
IMAP it's working. I dont know how to add users in DB and where to put the folders of users mail content
« Last Edit: April 07, 2009, 04:19:37 AM by cosmin1987 »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Roundcube problem
« Reply #3 on: April 07, 2009, 04:31:34 AM »
Nowhere. RoundCube communicates with your IMAP server just like a Desktop client (f.e. Outlook(E) or Thunderbird).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline cosmin1987

  • Newbie
  • *
  • Posts: 6
Roundcube problem
« Reply #4 on: April 07, 2009, 04:41:31 AM »
ohhhhh my frined ... my desktop clients are working, but not roundcube. that's way i am posting here. I have configurate all php files but still i can't login from the site.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Roundcube problem
« Reply #5 on: April 07, 2009, 04:43:43 AM »
check ./logs/errors
check IMAP server logs
check Web server logs

... for more informations.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline cosmin1987

  • Newbie
  • *
  • Posts: 6
Roundcube problem
« Reply #6 on: April 08, 2009, 02:07:52 AM »
i have read the logs ... My imap server it's working with my desktop clients and the error from roundcube mail it's this one
Code: [Select]
[08-Apr-2009 05:57:19 +0300] IMAP Error: Authentication for cosmin.gherasim@cdsecurity.ro failed (LOGIN): "a001 NO LOGIN failed" (POST /?_task=&_action=login)
[08-Apr-2009 05:57:32 +0300] IMAP Error: Authentication for cosmin.gherasim@cdsecurity.ro failed (LOGIN): "a001 NO LOGIN failed" (POST /?_task=&_action=login)
[08-Apr-2009 05:57:43 +0300] IMAP Error: Authentication for cosmin.gherasim@localhost failed (LOGIN): "a001 NO LOGIN failed" (POST /?_task=&_action=login)
[08-Apr-2009 05:58:28 +0300] IMAP Error: Authentication for cosmin.gherasim@cdsecurity.ro failed (LOGIN): "a001 NO LOGIN failed" (POST /?_task=&_action=login)


Can u give me a clue for what i must to do next ?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Roundcube problem
« Reply #7 on: April 08, 2009, 04:23:17 AM »
What does IMAP server logs say when RoundCube is trying to log on?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline cosmin1987

  • Newbie
  • *
  • Posts: 6
Roundcube problem
« Reply #8 on: April 09, 2009, 05:26:30 AM »
This is what my log say when i am trying to LOG on with Round Cube

Code: [Select]
Apr  9 09:26:05 server imapd[9219]: Command stream end of file, while reading line user=cosmin.gherasim@server.cdsecurity.ro host=server.cdsecurity.ro [86.55.20.78]

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Roundcube problem
« Reply #9 on: April 09, 2009, 05:39:17 AM »
What do you have in main.inc.php ...

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '';


Your IMAP server logs user "cosmin.gherasim@server.cdsecurity.ro" while RoundCube logs "cosmin.gherasim@cdsecurity.ro" ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline cosmin1987

  • Newbie
  • *
  • Posts: 6
Roundcube problem
« Reply #10 on: April 09, 2009, 07:34:17 AM »
same .... i cannot log on... I have find out that old mail server has installed dovecot. I have installed and configure dovecot. The Outlock its read all folders but round cube give me the error with the login .... i dont understand why