Wayne Pedersen | 15 Feb 2005 23:26

Gmail Issue?

I'm trying to setup NOCC for POP3 Access to my Gmail account because my 
work blocks the domain.

I keep getting the error:
An error occurred : Could not connect to server: Can't open mailbox 
{pop.gmail.com:995/pop3/ssl}INBOX: invalid remote specification

Gmail requires SSL on port 995

My config file is shown below - I want to relay sent messages through my 
local mail server (My ISP blocks all outgoing SMTP connections unless 
through their mail server)

$conf->domains[$i]->domain = 'gmail.com';
$conf->domains[$i]->in = 'pop.gmail.com:995/pop3/ssl';
$conf->domains[$i]->smtp = 'localhost';
$conf->domains[$i]->smtp_port = 25;
// Uncomment for 'user <at> domain.com' style logins
$conf->domains[$i]->login_with_domain = 1;
// Fill in if you require login suffixes for your mail server
$conf->domains[$i]->login_suffix = '';

If I got that right, I should be able to login as me <at> gmail.com and NOCC 
will poll the Gmail Mail Server - right?

Thanks for the help!

Wayne P.

-------------------------------------------------------
(Continue reading)

Arnaud Boudou | 16 Feb 2005 09:26

Re: Gmail Issue?

Wayne Pedersen a écrit :
 > I'm trying to setup NOCC for POP3 Access to my Gmail account because my
 > work blocks the domain.
 >
 > I keep getting the error:
 > An error occurred : Could not connect to server: Can't open mailbox
 > {pop.gmail.com:995/pop3/ssl}INBOX: invalid remote specification
 >
 > Gmail requires SSL on port 995
 >

It seems (but I'm not sure) your PHP IMAP module (or the cclient 
library) is not compiled with SSL support, or can't find SSL libraries.

See there for an explanation : 
http://mirror.aarnet.edu.au/pub/pine/old/ssl-patch4.21/

--

-- 
Arnaud Boudou

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click

Gmane