|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: [OT] Fetchmail with GMail...
From: Adriaan (adriaan312
hccnet.nl)
Date: Tue Jan 25 2005 - 11:31:03 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 25 Jan 2005, Mayuresh Kathe wrote:
> Hello,
>
> I've been trying to setup fetchmail to POP mails off GMail.
> Following is my .fetchmailrc file:
>
> set postmaster "mayuresh"
> set bouncemail
> set no spambounce
> set properties ""
> poll pop.gmail.com with proto POP3 port 995 and options uidl user
> 'mayuresh.kathe
gmail.com' there with password 'password' is mayuresh
> here ssl fetchall
>
> I get the following error when I execute fetchmail:
> fetchmail: Authorization failure on
> mayuresh.kathe
gmail.com
gmail-pop.google.akadns.net
> fetchmail: Query status=3 (AUTHFAIL)
>
> I know this question is off-limits OpenBSD, but can someone more
> experienced than me with fetchmail please help me?
>
> Best Regards,
>
> ~Mayuresh
>
Gmail uses SSL.
My ".fetchmailrc" for account xyz
gmail.com in the OBSD home directory
"adriaan310" on "euclides.utp.xnet"
poll pop.gmail.com protocol POP3 timeout 60 no dns
user "xyz" password "mysecretpassword" ssl is adriaan310 here,
options fetchall fetchlimit 0
A log of a "fetchmail -v" session
fetchmail: 6.2.5 querying pop.gmail.com (protocol POP3) at Tue, 25 Jan
2005 18:23:06 +0100 (CET): poll started
fetchmail: Issuer Organization: Thawte Consulting cc
fetchmail: Issuer CommonName: Thawte Server CA
fetchmail: Server CommonName: pop.gmail.com
fetchmail: pop.gmail.com key fingerprint:
F2:BE:86:E4:E2:51:76:AA:B6:00:91:7B:97:A4:E6:F3
fetchmail: Warning: server certificate verification: unable to get local
issuer certificate
fetchmail: Issuer Organization: Thawte Consulting cc
fetchmail: Issuer CommonName: Thawte Server CA
fetchmail: Server CommonName: pop.gmail.com
fetchmail: Warning: server certificate verification: certificate not
trusted
fetchmail: Issuer Organization: Thawte Consulting cc
fetchmail: Issuer CommonName: Thawte Server CA
fetchmail: Server CommonName: pop.gmail.com
fetchmail: Warning: server certificate verification: unable to verify the
first certificate
fetchmail: POP3< +OK Gpop ready.
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< USER
fetchmail: POP3< RESP-CODES
fetchmail: POP3< EXPIRE 0
fetchmail: POP3< LOGIN-DELAY 300
fetchmail: POP3< .
fetchmail: POP3> USER xyz
fetchmail: POP3< +OK send PASS
fetchmail: POP3> PASS *
fetchmail: POP3< +OK Welcome.
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 2784
1 message for priviledge at pop.gmail.com (2784 octets).
fetchmail: POP3> LIST 1
fetchmail: POP3< +OK 1 2784
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK message follows
reading message xyz
pop.gmail.com:1 of 1 (2784 octets)
fetchmail: SMTP< 220 euclides.utp.xnet ESMTP Sendmail 8.12.10/8.12.10;
Tue, 25 Jan 2005 18:23:11 +0100 (CET)
fetchmail: SMTP> EHLO localhost
fetchmail: SMTP< 250-euclides.utp.xnet Hello adriaan310
localhost.utp.xnet
[IPv6:::1], pleased to meet you
fetchmail: SMTP< 250-ENHANCEDSTATUSCODES
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-EXPN
fetchmail: SMTP< 250-VERB
fetchmail: SMTP< 250-8BITMIME
fetchmail: SMTP< 250-SIZE
fetchmail: SMTP< 250-DSN
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250-DELIVERBY
fetchmail: SMTP< 250 HELP
fetchmail: SMTP> MAIL FROM:<adriaan310
euclides.utp.xnet> SIZE=2784
fetchmail: SMTP< 250 2.1.0 <adriaan310
euclides.utp.xnet>... Sender ok
fetchmail: SMTP> RCPT TO:<adriaan310
localhost>
fetchmail: SMTP< 250 2.1.5 <adriaan310
localhost>... Recipient ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself
#**********************fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 2.0.0 j0PHNBHZ009309 Message accepted for delivery
flushed
fetchmail: POP3> DELE 1
fetchmail: POP3< +OK marked for deletion
fetchmail: POP3> QUIT
fetchmail: POP3< +OK Farewell.
fetchmail: 6.2.5 querying pop.gmail.com (protocol POP3) at Tue, 25 Jan
2005 18:23:12 +0100 (CET): poll completed
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 2.0.0 euclides.utp.xnet closing connection
fetchmail: normal termination, status 0
=Adriaan=
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]