Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16742
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Can't connect to gmail-imap.l.google.com,993: Connection refused |
| Date | 2016-04-21 01:39 +0200 |
| Organization | PointedEars Software (PES) |
| Message-ID | <2122336.SQNdrIZn4i@PointedEars.de> (permalink) |
| References | <b54c3508-388b-43dd-a72e-514bb380e930@a5g2000pre.googlegroups.com> <6a807446-29fe-481d-9233-869db9cb9976@googlegroups.com> <nf54v7$7m9$2@gioia.aioe.org> |
bill wrote:
> On 4/19/2016 5:33 AM, ajayukhale25@gmail.com wrote:
>> On Saturday, June 27, 2009 at 3:47:54 PM UTC+5:30, computerzworld wrote:
>>> I am getting error like "Can't connect to gmail-imap.l.google.com,993:
>>> Connection refused" while trying to open imap connection on the server
>>> using imap_open. I have checked about IMAP connection on server using
>>> phpinfo() and it displays that its on , on the server.
>>>
> ...
>>> $serverName = "{imap.gmail.com:993/imap/ssl}INBOX";
^^^^
> ...
>>>
>>> The same thing is working on my localhost. But don't know why its not
>>> working on the server. Is there any another setting that I have to
>>> make in order to make it work? Please help me. Thanks in advance.
>>
> Thunderbird is using port 995 not 993 using SSL/TLS
Incorrect.
$ grep 99[35] /etc/services
imaps 993/tcp # IMAP over SSL
imaps 993/udp
pop3s 995/tcp # POP-3 over SSL
pop3s 995/udp
--
PointedEars
Zend Certified PHP Engineer
<http://www.zend.com/en/yellow-pages/ZEND024953> | Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused ajayukhale25@gmail.com - 2016-04-19 02:33 -0700
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused bill <william@TechServSys.com> - 2016-04-19 07:31 -0400
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-21 01:39 +0200
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused bill <william@TechServSys.com> - 2016-04-21 07:13 -0400
csiph-web