fetchmail: SMTP< 250 Ok: queued as
Zimbra installed fine without any problems on FC3.
Code:
Here is my /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost host.no-ip.com
My domain is configured as host.no-ip.com. Zimbra is sitting behind a firewall. I connect fine to Zimbra, but using fetchmail to get my gmail is producing:
Code:
fetchmail: POP3> LIST 3
fetchmail: POP3< +OK 3 713
fetchmail: POP3> RETR 3
fetchmail: POP3< +OK message follows
reading message someone@gmail.com@gmail-pop.l.google.com:3 of 7 (713 octets)
fetchmail: SMTP> MAIL FROM:<someoneelse@gmail.com> BODY=7BIT SIZE=713
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> RCPT TO:<internal@host.no-ip.com>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
#*fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 Ok: queued as 1372D945D7
not flushed
My .fetchmailrc:
Code:
poll pop.gmail.com proto POP3 port 995 and options uidl
user someone@gmail.com pass passwordhere ssl is internal@host.no-ip.com here
I run fetchmail by typing:
fetchmail -k
Can someone please tell me why I am not receiving email?
Thanks.
for fetching mails which is read
dear daly1,
while using fetchmail just add -a with the fetchmail command.this will fetch the mails which are read (not flushed) mails also.