public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* accessing email via POP3
@ 2004-11-30 20:54 Karthik Vishwanath Adv03
  2004-11-30 22:12 ` Ray Olszewski
  2004-12-01 15:19 ` Ulrich Fürst
  0 siblings, 2 replies; 9+ messages in thread
From: Karthik Vishwanath Adv03 @ 2004-11-30 20:54 UTC (permalink / raw)
  To: linux-newbie

Hello,

I receive mail on this account that can be accessed via
POP3. I used to use fetchmail as my mail-fetcher on an old
machine to do this. I am trying to do the same from another
machine that runs Redhat 9 (Linux 2.4.20-8) and seems like I
cannot decipher how exactly to do this (perusing the
fetchmail man page had me really confused). My .fetchmailrc
looks like this: 
---------
set syslog
set daemon 10
poll newdoc.dartmouth.org and options no dns keep
user 'karthikv' there is 'karthik' here options 

---------

$ fetchmail 
fetchmail:/home/karthik/.fetchmailrc:6: parse error at user

How can I fix this? (BTW, I had a whole load of dependency
issues on trying to install fetchmailconf...)


Thanks! 

-K

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: accessing email via POP3
@ 2004-12-01 16:41 Karthik Vishwanath Adv03
  2004-12-02  1:29 ` J.
  0 siblings, 1 reply; 9+ messages in thread
From: Karthik Vishwanath Adv03 @ 2004-12-01 16:41 UTC (permalink / raw)
  To: linux-newbie

Thanks for all responses -- Ray, I had removed a couple of
comments from the pasted .fetchmailrc in the email composer.
Hence the discrepancy about line number errors. :-?

Following Amin's advice I tried to run fetchmail from the
cmd-line and I could'nt authenticate myself (I am 100% sure
about keying in the correct passwd):

$ fetchmail --keep --username "karthikv" newdoc.dartmouth.org
Enter password for karthikv@newdoc.dartmouth.org: 
fetchmail: Authorization failure on
karthikv@newdoc.dartmouth.org
fetchmail: Query status=3 (AUTHFAIL)



What is going on here? Please advice on how to proceed next. 



Thanks,

-K
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: accessing email via POP3
@ 2004-12-02  0:58 J.
  0 siblings, 0 replies; 9+ messages in thread
From: J. @ 2004-12-02  0:58 UTC (permalink / raw)
  To: linux-newbie

On Wed, 1 Dec 2004, Ulrich Fürst wrote:
> On 30 Nov 2004 15:54:46 EST Karthik.Vishwanath.Adv03@Alum.Dartmouth.ORG
> (Karthik Vishwanath Adv03) wrote:
> > My .fetchmailrc
> > looks like this: 
> > ---------
> > set daemon 10
> it's seconds you're giving as an argument. So that is: "poll every 10
> seconds"

Polling every 10 sec's is rude behaviour towards your
i.s.p. .. Don't do that.

The command:
fetchmail --version
Will show all your options set in your .fetchmailrc and if they are
accepted by fetchmail..

A rather typical ~/.fetchmailrc

poll pop.myisp1.nl
proto POP3
username president
password UsCliNton
mda "/usr/bin/procmail -d clinton"
set logfile "/var/log/fetch.log"

Of course every command listed in your .fetchmailrc can be given on the
command-line as options to fetchmail.

J.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-12-02  1:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-30 20:54 accessing email via POP3 Karthik Vishwanath Adv03
2004-11-30 22:12 ` Ray Olszewski
2004-12-01 15:19 ` Ulrich Fürst
2004-12-01 17:19   ` J.
2004-12-01 22:13     ` Ulrich Fürst
2004-12-02  1:07       ` Peter
  -- strict thread matches above, loose matches on Subject: below --
2004-12-01 16:41 Karthik Vishwanath Adv03
2004-12-02  1:29 ` J.
2004-12-02  0:58 J.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox