From: Amin <amin@siriusbb.com>
To: linux-newbie@vger.kernel.org
Subject: [Fwd: Re: accessing email via POP3]
Date: Wed, 01 Dec 2004 14:05:09 +0600 [thread overview]
Message-ID: <41AD7B35.7030701@siriusbb.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Sorry about that. I have to learn to hit the Reply All button for
linux-newbie. I'm forwarding my reply to the list.
--
Yawar Amin
[-- Attachment #2: Re: accessing email via POP3.eml --]
[-- Type: message/rfc822, Size: 1950 bytes --]
From: Amin <amin@siriusbb.com>
To: karthikv@Alum.Dartmouth.ORG
Subject: Re: accessing email via POP3
Date: Wed, 01 Dec 2004 13:03:27 +0600
Message-ID: <41AD6CBF.8040808@siriusbb.com>
Karthik Vishwanath Adv03 wrote:
> 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
Another thing: instead of using a .fetchmailrc file, you could try
supplying all the options to the fetchmail command line itself, thus:
$ fetchmail --keep --protocol POP3 --username karthikv
newdoc.dartmouth.org
Note: The above command should be all in one line, and there
should be a space between `karthikv' and `newdoc.dartmouth.org'.
Also, I'm not sure why you're using `no dns' -- to get a speed
boost? In that case you could skip the hostname and just use the
IP address, 129.170.16.86.
Of course, first you have to make sure fetchmail doesn't see a
.fetchmailrc file in your home directory, so rename it to
fetchmailrc or something like that.
HTH,
--
Yawar Amin
reply other threads:[~2004-12-01 8:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41AD7B35.7030701@siriusbb.com \
--to=amin@siriusbb.com \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.