15 Feb 2005 23:26
Gmail Issue?
Wayne Pedersen <waynelist <at> data-trak.net>
2005-02-15 22:26:44 GMT
2005-02-15 22:26:44 GMT
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)
RSS Feed