I originally had "Problem connecting to Gmail's IMAP server?" but I copied and pasted the body into the header (by accident, I don't know what I was doing...) and completely forgot to change it back.
Also, since this is my first time using a mailing list, I'm not sure how to reply to emails. I just sent one with this exact text (minus these few sentences) with the "Re:" before the "[RCU]" and never got an email saying it was posted, so I'm sending this one with the re after.
DO NOT WRITE YOU WHOLE MESSAGE IN THE SUBJECT AND USE A MEANINGFUL SUBJECT
Am 06.05.2012 05:08, schrieb Charles Carver:
This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it.
The SMTP settings work fine:
Server: ssl://smtp.gmail.com (http://smtp.gmail.com) Port: 465 User: **** Password: **** Trying to send email... SMTP send: OK
But when I try to use Gmail's IMAP settings, I get the following error:
Connecting to ssl://imap.gmail.com (http://imap.gmail.com)... IMAP connect: NOT OK(Login failed for **** from 74.110.63.15. Could not connect to ssl://imap.gmail.com:993 (http://imap.gmail.com:993): Connection timed out)
I've tried multiple things, including contacting my server to see if the port was blocked (it wasn't), but nothing is working.
I can't figure out the problem and there are no posts on the forum with a solution.
looks not like a roundcube-problem connection timeout
however, you should post you configuration if you need help!
what says "telnet imap.gmail.com (http://imap.gmail.com) 993" from your roundcube-server? have you tried "tls" instead "ssl"?
$rcmail_config['default_host'] = 'ssl://imap.gmail.com (http://imap.gmail.com)'; $rcmail_config['default_port'] = 993; $rcmail_config['imap_auth_type'] = ''; $rcmail_config['imap_delimiter'] = null; $rcmail_config['imap_ns_personal'] = null; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = null; $rcmail_config['imap_force_caps'] = false; $rcmail_config['imap_force_lsub'] = false; $rcmail_config['imap_timeout'] = 0; $rcmail_config['imap_auth_cid'] = null; $rcmail_config['imap_auth_pw'] = null; $rcmail_config['imap_cache'] = null; $rcmail_config['messages_cache'] = false;
That's my config for the IMAP section.
Are you suggesting I try this:
$rcmail_config['default_host'] = 'tls://imap.gmail.com (http://imap.gmail.com)';
?
I know this is going to fix your problem, but why are you trying to get Roundcube to use Gmail? Why not just use Gmail's web interface?
Jeff
On Sat, 05 May 2012 23:37:23 -0400, Charles Carver wrote:
I originally had "Problem connecting to Gmail's IMAP server?" but I copied and pasted the body into the header (by accident, I don't know what I was doing...) and completely forgot to change it back.
Also, since this is my first time using a mailing list, I'm not sure how to reply to emails. I just sent one with this exact text (minus these few sentences) with the "Re:" before the "[RCU]" and never got an email saying it was posted, so I'm sending this one with the re after.
DO NOT WRITE YOU WHOLE MESSAGE IN THE SUBJECT AND USE A MEANINGFUL SUBJECT
Am 06.05.2012 05:08, schrieb Charles Carver:
This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it.
The SMTP settings work fine:
Server: ssl://smtp.gmail.com (http://smtp.gmail.com) Port: 465 User: **** Password: **** Trying to send email... SMTP send: OK
But when I try to use Gmail's IMAP settings, I get the following error:
Connecting to ssl://imap.gmail.com (http://imap.gmail.com)... IMAP connect: NOT OK(Login failed for **** from 74.110.63.15. Could not connect to ssl://imap.gmail.com:993 (http://imap.gmail.com:993): Connection timed out)
I've tried multiple things, including contacting my server to see if the port was blocked (it wasn't), but nothing is working.
I can't figure out the problem and there are no posts on the forum with a solution.
looks not like a roundcube-problem connection timeout
however, you should post you configuration if you need help!
what says "telnet imap.gmail.com (http://imap.gmail.com) 993" from your roundcube-server? have you tried "tls" instead "ssl"?
$rcmail_config['default_host'] = 'ssl://imap.gmail.com (http://imap.gmail.com)'; $rcmail_config['default_port'] = 993; $rcmail_config['imap_auth_type'] = ''; $rcmail_config['imap_delimiter'] = null; $rcmail_config['imap_ns_personal'] = null; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = null; $rcmail_config['imap_force_caps'] = false; $rcmail_config['imap_force_lsub'] = false; $rcmail_config['imap_timeout'] = 0; $rcmail_config['imap_auth_cid'] = null; $rcmail_config['imap_auth_pw'] = null; $rcmail_config['imap_cache'] = null; $rcmail_config['messages_cache'] = false;
That's my config for the IMAP section.
Are you suggesting I try this:
$rcmail_config['default_host'] = 'tls://imap.gmail.com (http://imap.gmail.com)';
?
Whoops, I meant to say I know this is NOT going to fix your problem. Sorry about that.
On Sat, 05 May 2012 22:38:13 -0700, Jeff Grossman wrote:
I know this is going to fix your problem, but why are you trying to get Roundcube to use Gmail? Why not just use Gmail's web interface?
Jeff
On Sat, 05 May 2012 23:37:23 -0400, Charles Carver wrote:
I originally had "Problem connecting to Gmail's IMAP server?" but I copied and pasted the body into the header (by accident, I don't know what I was doing...) and completely forgot to change it back.
Also, since this is my first time using a mailing list, I'm not sure how to reply to emails. I just sent one with this exact text (minus these few sentences) with the "Re:" before the "[RCU]" and never got an email saying it was posted, so I'm sending this one with the re after.
DO NOT WRITE YOU WHOLE MESSAGE IN THE SUBJECT AND USE A MEANINGFUL SUBJECT
Am 06.05.2012 05:08, schrieb Charles Carver:
This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it.
The SMTP settings work fine:
Server: ssl://smtp.gmail.com (http://smtp.gmail.com) Port: 465 User: **** Password: **** Trying to send email... SMTP send: OK
But when I try to use Gmail's IMAP settings, I get the following error:
Connecting to ssl://imap.gmail.com (http://imap.gmail.com)... IMAP connect: NOT OK(Login failed for **** from 74.110.63.15. Could not connect to ssl://imap.gmail.com:993 (http://imap.gmail.com:993): Connection timed out)
I've tried multiple things, including contacting my server to see if the port was blocked (it wasn't), but nothing is working.
I can't figure out the problem and there are no posts on the forum with a solution.
looks not like a roundcube-problem connection timeout
however, you should post you configuration if you need help!
what says "telnet imap.gmail.com (http://imap.gmail.com) 993" from your roundcube-server? have you tried "tls" instead "ssl"?
$rcmail_config['default_host'] = 'ssl://imap.gmail.com (http://imap.gmail.com)'; $rcmail_config['default_port'] = 993; $rcmail_config['imap_auth_type'] = ''; $rcmail_config['imap_delimiter'] = null; $rcmail_config['imap_ns_personal'] = null; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = null; $rcmail_config['imap_force_caps'] = false; $rcmail_config['imap_force_lsub'] = false; $rcmail_config['imap_timeout'] = 0; $rcmail_config['imap_auth_cid'] = null; $rcmail_config['imap_auth_pw'] = null; $rcmail_config['imap_cache'] = null; $rcmail_config['messages_cache'] = false;
That's my config for the IMAP section.
Are you suggesting I try this:
$rcmail_config['default_host'] = 'tls://imap.gmail.com (http://imap.gmail.com)';
?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
A client is requesting a web interface where he can accept or reject forms that are submitted to hime via email. I would have normally just used Gmail, but I don't need half of that functionality.
On May 6, 2012, at 1:38 AM, Jeff Grossman jeff@stikman.com wrote:
I know this is going to fix your problem, but why are you trying to get Roundcube to use Gmail? Why not just use Gmail's web interface?
Jeff
On Sat, 05 May 2012 23:37:23 -0400, Charles Carver wrote:
I originally had "Problem connecting to Gmail's IMAP server?" but I copied and pasted the body into the header (by accident, I don't know what I was doing...) and completely forgot to change it back.
Also, since this is my first time using a mailing list, I'm not sure how to reply to emails. I just sent one with this exact text (minus these few sentences) with the "Re:" before the "[RCU]" and never got an email saying it was posted, so I'm sending this one with the re after.
DO NOT WRITE YOU WHOLE MESSAGE IN THE SUBJECT AND USE A MEANINGFUL SUBJECT
Am 06.05.2012 05:08, schrieb Charles Carver:
This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it.
The SMTP settings work fine:
Server: ssl://smtp.gmail.com (http://smtp.gmail.com) Port: 465 User: **** Password: **** Trying to send email... SMTP send: OK
But when I try to use Gmail's IMAP settings, I get the following error:
Connecting to ssl://imap.gmail.com (http://imap.gmail.com)... IMAP connect: NOT OK(Login failed for **** from 74.110.63.15. Could not connect to ssl://imap.gmail.com:993 (http://imap.gmail.com:993): Connection timed out)
I've tried multiple things, including contacting my server to see if the port was blocked (it wasn't), but nothing is working.
I can't figure out the problem and there are no posts on the forum with a solution.
looks not like a roundcube-problem connection timeout
however, you should post you configuration if you need help!
what says "telnet imap.gmail.com (http://imap.gmail.com) 993" from your roundcube-server? have you tried "tls" instead "ssl"?
$rcmail_config['default_host'] = 'ssl://imap.gmail.com (http://imap.gmail.com)'; $rcmail_config['default_port'] = 993; $rcmail_config['imap_auth_type'] = ''; $rcmail_config['imap_delimiter'] = null; $rcmail_config['imap_ns_personal'] = null; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = null; $rcmail_config['imap_force_caps'] = false; $rcmail_config['imap_force_lsub'] = false; $rcmail_config['imap_timeout'] = 0; $rcmail_config['imap_auth_cid'] = null; $rcmail_config['imap_auth_pw'] = null; $rcmail_config['imap_cache'] = null; $rcmail_config['messages_cache'] = false;
That's my config for the IMAP section.
Are you suggesting I try this:
$rcmail_config['default_host'] = 'tls://imap.gmail.com (http://imap.gmail.com)';
?
Den 2012-05-06 07:38, Jeff Grossman skrev:
I know this is going to fix your problem, but why are you trying to get Roundcube to use Gmail? Why not just use Gmail's web interface?
or use ones own server from gmail with sasl auth :=)
or ask gmail to use roundcube ?
I stated my reasons, and using my own server's IMAP account doesn't work either.
On May 6, 2012, at 8:53 AM, Benny Pedersen me@junc.org wrote:
Den 2012-05-06 07:38, Jeff Grossman skrev:
I know this is going to fix your problem, but why are you trying to get Roundcube to use Gmail? Why not just use Gmail's web interface?
or use ones own server from gmail with sasl auth :=)
or ask gmail to use roundcube ?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Den 2012-05-06 14:54, Charles Carver skrev:
I stated my reasons, and using my own server's IMAP account doesn't work either.
so show logs from your server on what does not work
On May 6, 2012, at 8:53 AM, Benny Pedersen me@junc.org wrote:
please remove email in your apple reply template
Den 2012-05-06 14:54, Charles Carver skrev:
I stated my reasons, and using my own server's IMAP account doesn't work either.
so show logs from your server on what does not work
In my "logs" folder in the root of the roundcube folder, the log files there are blank. Is there a secondary folder somewhere?
On May 6, 2012, at 8:53 AM, Benny Pedersen <> wrote:
please remove email in your apple reply template
Will do, like I said, first mailing list :)
Den 2012-05-06 15:09, Charles Carver skrev:
In my "logs" folder in the root of the roundcube folder, the log files there are blank. Is there a secondary folder somewhere?
it does not help debug roundcube if its not a roundcube problem, if you have your own server this server also creates logs
Will do, like I said, first mailing list :)
bah
The other directories don't have any error logs, at least none of them have anything written to them recently.
The most recent log in the root lists this:
[05-May-2012 16:05:38] PHP Warning: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {imap.gmail.com:993/imap/ssl}INBOX in ****/index.php on line 29
On May 6, 2012, at 9:22 AM, Benny Pedersen wrote:
Den 2012-05-06 15:09, Charles Carver skrev:
In my "logs" folder in the root of the roundcube folder, the log files there are blank. Is there a secondary folder somewhere?
it does not help debug roundcube if its not a roundcube problem, if you have your own server this server also creates logs
Will do, like I said, first mailing list :)
bah
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in /etc/ssl/certs/ca-certificates.crt try this on your server:
openssl s_client -starttls imap -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?
Do you still want me to try what you said below? Also, port 993 is open:
s_client -connect imap.gmail.com:993 CONNECTED(00000003) ...
On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote:
Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in /etc/ssl/certs/ca-certificates.crt try this on your server:
openssl s_client -starttls imap -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Do you still want me to try what you said below? Also, port 993 is open:
s_client -connect imap.gmail.com:993 CONNECTED(00000003) ...
I just tested it with my gmail account and latest Roundcube 0.7 svn. Works fine.
Settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
Don't forget to enable IMAP in your Gmail settings before!!
On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote:
Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in
/etc/ssl/certs/ca-certificates.crt try
this on your server:
openssl s_client -starttls imap -CAfile
/etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?
It is enabled. My Mac and iPhone and any other device and connect to it without any problems and retrieve and send mail. Just not the server. So the port is open, it's enabled in gmail, could it be a config problem that I overlooked?
Sent from my iPhone
On May 6, 2012, at 11:01 AM, Claudio Kuenzler <> wrote:
Do you still want me to try what you said below? Also, port 993 is open:
s_client -connect imap.gmail.com:993 CONNECTED(00000003) ...
I just tested it with my gmail account and latest Roundcube 0.7 svn. Works fine.
Settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
Don't forget to enable IMAP in your Gmail settings before!!
On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote:
Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in /etc/ssl/certs/ca-certificates.crt try this on your server:
openssl s_client -starttls imap -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Could you post your config files? I feel that the problem might be something I overlooked in the setup.
On May 6, 2012, at 11:01 AM, Claudio Kuenzler <> wrote:
Do you still want me to try what you said below? Also, port 993 is open:
s_client -connect imap.gmail.com:993 CONNECTED(00000003) ...
I just tested it with my gmail account and latest Roundcube 0.7 svn. Works fine.
Settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
Don't forget to enable IMAP in your Gmail settings before!!
On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote:
Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in /etc/ssl/certs/ca-certificates.crt try this on your server:
openssl s_client -starttls imap -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Could you post your config files? I feel that the problem might be something I overlooked in the setup.
Just sent you my config file in a private mail (off-list). Basically it is a standard config.inc.php, for the gmail server I only modified these settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
PHP Version is 5.2.17 by the way.
I got it, thanks.
Still not connecting, and I'm on a different network: Connecting to ssl://imap.gmail.com... IMAP connect: NOT OK(Login failed for **** from ****. Could not connect to ssl://imap.gmail.com:993: Connection timed out)
Also, your file was named config.inc.php, but it said to use main.inc.php.
Also also, is it better to use PHPMail() as the SMTP server?
On May 7, 2012, at 7:57 AM, Claudio Kuenzler <> wrote:
Could you post your config files? I feel that the problem might be something I overlooked in the setup.
Just sent you my config file in a private mail (off-list). Basically it is a standard config.inc.php, for the gmail server I only modified these settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
PHP Version is 5.2.17 by the way. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
I got it, thanks.
Still not connecting, and I'm on a different network:
Connecting to ssl://imap.gmail.com... IMAP connect: NOT OK(Login failed for **** from ****. Could not connect to ssl://imap.gmail.com:993: Connection timed out)
Strange. What PHP Version are you using?
Also, your file was named config.inc.php, but it said to use main.inc.php.
Sorry, my bad. Copied the cat output locally and saved it mistakenly as config.inc.php. Of course the real file name should be main.inc.php.
Also also, is it better to use PHPMail() as the SMTP server?
It's up to you. I've been using phpmail() and I haven't had any problems. But my Roundcube installations are running on localhost IMAP servers, so for external mail servers (like in your case gmail) SMTP server should be used.
On May 7, 2012, at 7:57 AM, Claudio Kuenzler <> wrote:
Could you post your config files? I feel that the problem might be
something I overlooked in the setup.
Just sent you my config file in a private mail (off-list). Basically it is a standard config.inc.php, for the gmail server I only modified these settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
PHP Version is 5.2.17 by the way. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Version 5.2.17... blah.
What could be the problem here? It's either the server somehow blocking it, or something's wrong with the config. I installed a fresh copy and still, no go. I could try creating a new gmail account for this, maybe multiple IMAP logins are not allowed?
On May 7, 2012, at 12:23 PM, Claudio Kuenzler wrote:
I got it, thanks.
Still not connecting, and I'm on a different network: Connecting to ssl://imap.gmail.com... IMAP connect: NOT OK(Login failed for **** from ****. Could not connect to ssl://imap.gmail.com:993: Connection timed out)
Strange. What PHP Version are you using?
Also, your file was named config.inc.php, but it said to use main.inc.php.
Sorry, my bad. Copied the cat output locally and saved it mistakenly as config.inc.php. Of course the real file name should be main.inc.php.
Also also, is it better to use PHPMail() as the SMTP server?
It's up to you. I've been using phpmail() and I haven't had any problems. But my Roundcube installations are running on localhost IMAP servers, so for external mail servers (like in your case gmail) SMTP server should be used.
On May 7, 2012, at 7:57 AM, Claudio Kuenzler <> wrote:
Could you post your config files? I feel that the problem might be something I overlooked in the setup.
Just sent you my config file in a private mail (off-list). Basically it is a standard config.inc.php, for the gmail server I only modified these settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
PHP Version is 5.2.17 by the way. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Version 5.2.17... blah.
Haha this is really becoming interesting. Is your IP blacklisted or something? If you want I will tell you the URL to my Roundcube Test Installation (off-list) and you can try the login there?
What could be the problem here? It's either the server somehow blocking it, or something's wrong with the config. I installed a fresh copy and still, no go. I could try creating a new gmail account for this, maybe multiple IMAP logins are not allowed?
Nope, can't be it. On my test I was at the same time logged in on Gmail UI, Roundcube to Gmail, Android... no problems.
On May 7, 2012, at 12:23 PM, Claudio Kuenzler wrote:
I got it, thanks.
Still not connecting, and I'm on a different network:
Connecting to ssl://imap.gmail.com... IMAP connect: NOT OK(Login failed for **** from ****. Could not connect to ssl://imap.gmail.com:993: Connection timed out)
Strange. What PHP Version are you using?
Also, your file was named config.inc.php, but it said to use main.inc.php.
Sorry, my bad. Copied the cat output locally and saved it mistakenly as config.inc.php. Of course the real file name should be main.inc.php.
Also also, is it better to use PHPMail() as the SMTP server?
It's up to you. I've been using phpmail() and I haven't had any problems. But my Roundcube installations are running on localhost IMAP servers, so for external mail servers (like in your case gmail) SMTP server should be used.
On May 7, 2012, at 7:57 AM, Claudio Kuenzler <> wrote:
Could you post your config files? I feel that the problem might be
something I overlooked in the setup.
Just sent you my config file in a private mail (off-list). Basically it is a standard config.inc.php, for the gmail server I only modified these settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
PHP Version is 5.2.17 by the way. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Let's try the first option to start off with.
If it works there, then I'll contact Hostgator and see what the problem is. They usually have great service.
On May 7, 2012, at 2:14 PM, Claudio Kuenzler wrote:
Version 5.2.17... blah.
Haha this is really becoming interesting. Is your IP blacklisted or something? If you want I will tell you the URL to my Roundcube Test Installation (off-list) and you can try the login there?
What could be the problem here? It's either the server somehow blocking it, or something's wrong with the config. I installed a fresh copy and still, no go. I could try creating a new gmail account for this, maybe multiple IMAP logins are not allowed?
Nope, can't be it. On my test I was at the same time logged in on Gmail UI, Roundcube to Gmail, Android... no problems.
On May 7, 2012, at 12:23 PM, Claudio Kuenzler wrote:
I got it, thanks.
Still not connecting, and I'm on a different network: Connecting to ssl://imap.gmail.com... IMAP connect: NOT OK(Login failed for **** from ****. Could not connect to ssl://imap.gmail.com:993: Connection timed out)
Strange. What PHP Version are you using?
Also, your file was named config.inc.php, but it said to use main.inc.php.
Sorry, my bad. Copied the cat output locally and saved it mistakenly as config.inc.php. Of course the real file name should be main.inc.php.
Also also, is it better to use PHPMail() as the SMTP server?
It's up to you. I've been using phpmail() and I haven't had any problems. But my Roundcube installations are running on localhost IMAP servers, so for external mail servers (like in your case gmail) SMTP server should be used.
On May 7, 2012, at 7:57 AM, Claudio Kuenzler <> wrote:
Could you post your config files? I feel that the problem might be something I overlooked in the setup.
Just sent you my config file in a private mail (off-list). Basically it is a standard config.inc.php, for the gmail server I only modified these settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
PHP Version is 5.2.17 by the way. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
what about tell us the IP of your machine? it should be easy to find out if it is blacklisted!
Am 07.05.2012 20:18, schrieb Charles Carver:
Let's try the first option to start off with.
If it works there, then I'll contact Hostgator and see what the problem is. They usually have great service.
On May 7, 2012, at 2:14 PM, Claudio Kuenzler wrote:
Version 5.2.17... blah.
Haha this is really becoming interesting. Is your IP blacklisted or something? If you want I will tell you the URL to my Roundcube Test Installation (off-list) and you can try the login there?
what about tell us the IP of your machine? it should be easy to find out if it is blacklisted!
Yes, but not if Google use their own blacklisting list... don't know whether they do or not though.
Am 07.05.2012 20:18, schrieb Charles Carver:
Let's try the first option to start off with.
If it works there, then I'll contact Hostgator and see what the problem
is. They usually have great service.
On May 7, 2012, at 2:14 PM, Claudio Kuenzler wrote:
Version 5.2.17... blah.
Haha this is really becoming interesting. Is your IP blacklisted or
something?
If you want I will tell you the URL to my Roundcube Test Installation
(off-list) and you can try the login there?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Am 07.05.2012 20:23, schrieb Claudio Kuenzler:
what about tell us the IP of your machine? it should be easy to find out if it is blacklisted!
Yes, but not if Google use their own blacklisting list... don't know whether they do or not though.
what is your IP? why looking in a crystal ball?
if you are blacklisted anywhere gmail is you smallest problem!
I just checked on here and it's not:
http://whatismyipaddress.com/blacklist-check
On May 7, 2012, at 2:24 PM, Reindl Harald <> wrote:
Am 07.05.2012 20:23, schrieb Claudio Kuenzler:
what about tell us the IP of your machine? it should be easy to find out if it is blacklisted!
Yes, but not if Google use their own blacklisting list... don't know whether they do or not though.
what is your IP? why looking in a crystal ball?
if you are blacklisted anywhere gmail is you smallest problem!
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
ok, if you do not want help go your way!
you can expect that here are some mailadmins with enough expierience and knowing more services like you which may find a reason
however, it is NOT roundcube if your connections are timing out...........
Am 07.05.2012 20:26, schrieb Charles Carver:
I just checked on here and it's not:
http://whatismyipaddress.com/blacklist-check
On May 7, 2012, at 2:24 PM, Reindl Harald <> wrote:
Am 07.05.2012 20:23, schrieb Claudio Kuenzler:
what about tell us the IP of your machine? it should be easy to find out if it is blacklisted!
Yes, but not if Google use their own blacklisting list... don't know whether they do or not though.
what is your IP? why looking in a crystal ball?
if you are blacklisted anywhere gmail is you smallest problem!