Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: AleXvWaN on July 19, 2010, 10:06:01 AM

Title: No mail recieved!
Post by: AleXvWaN on July 19, 2010, 10:06:01 AM
Dear developers of RoundCube. I like this client very much and I want to use it, but I have a little problem! I cant see messages in my inbox! When I login to server via ssh, I type "mail" and I can see messages, but I cannot see them in Roundcube! Please help me!

Moderator note: For your own purpose, mail address and ICQ number removed.
Title: No mail recieved!
Post by: AleXvWaN on July 19, 2010, 10:07:24 AM
PS: I' m using postfix as SMTP server and Dovecot as pop3/imap server!
Title: No mail recieved!
Post by: Julius Caesar on July 19, 2010, 10:52:34 AM
Is your server being defined right in the ./config/main.inc.php file ?

Check the following:

$rcmail_config['default_host']
$rcmail_config['imap_auth_type']
$rcmail_config['imap_root']
$rcmail_config['imap_delimiter']
Title: No mail recieved!
Post by: AleXvWaN on July 19, 2010, 11:16:20 AM
I checked, but no result!
Title: No mail recieved!
Post by: SKaero on July 19, 2010, 02:11:49 PM
So you can login into RoundCube but there are no messages? Is there anything in your error log?
Title: No mail recieved!
Post by: AleXvWaN on July 19, 2010, 02:30:56 PM
Nothing in logs! It's the main problem.
Title: No mail recieved!
Post by: JohnDoh on July 19, 2010, 02:34:13 PM
Have you tried a different IMAP client? I mean are you sure your IMAP server is configured to read mail from the right place?
Title: No mail recieved!
Post by: AleXvWaN on July 19, 2010, 02:56:14 PM
I fixed this problem, but now I have another! "Cannot add sender to send mail". I used external address. HOw to fix this one?
Title: No mail recieved!
Post by: JohnDoh on July 20, 2010, 03:01:22 AM
This is a message from your SMTP server so the answer probably lies in the SMTP server logs, it is normally because you need to enable SMTP authentication in your RC config or add the IP address of your webserver to the relay list in your SMTP server config.

Would you mind posting how you solved your original problem? It might be helpful for any one else who has a similar issue. Thanks.
Title: No mail recieved!
Post by: AleXvWaN on July 20, 2010, 12:37:58 PM
I had a problem: RouundCube doesn't display all IMAP directories. The fix is to change another mail dir in config of your IMAP server. As for another problems, they are not solved yet: No income mail in RoundCube and cannot send mail =)