"Laporte, Justin" <[EMAIL PROTECTED]> writes:

> I am relitivley new to linux and have this question. After I establish my
> ppp connection logged in as root. I edited my ~/.fetchmailrc to look like
> this
> 
> poll mail.cyberzone.net proto POP3 fetchall 
> 
> then I try to fetch
> 
> fetchmail -u "myuser"
>  I get error messages and cannot complete my download. "some error"=10

Have you provided fetchmail with a mapping between your username at
the ISP and your username on your home machine? Try

poll mail.cyberzone.net proto POP3 
    user jlaporte, with password cannotcrack and fetchall, is justin here

to fetch your mail into user justin's local mailbox. Why are you
doing this as root? 

> Then i sent a test mail from pine to my self and the header looks like this:
> 
> Return-Path: <[EMAIL PROTECTED]>
> Received: from cz-cblk-150-16-241.cyberzone.net ([209.150.16.241])
>           by mail.cyberzone.net (Post.Office MTA v3.5.3 release 222
>           ID# 553-59042U4600L450S0V35) with ESMTP id net
>           for <[EMAIL PROTECTED]>; Tue, 18 May 1999 22:36:52 -0400
> Date: Tue, 18 May 1999 22:34:53 -0400 (EDT)
> From: Justin Laporte <[EMAIL PROTECTED]>
> X-Sender: root@justunix
> To: [EMAIL PROTECTED]
> Message-ID: <Pine.LNX.4.04.9905182234210.1161-100000@justunix>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> 
> [EMAIL PROTECTED] is not me he is my ISP admin!!  ?? Should i create an
> account = to my username? Any suggestions.

Why is your address in the From: field re-written as
[EMAIL PROTECTED]? If "sbarret" is the sysadmin of cyberzone.net then
>From and Return-Path are consistent, aren't they? Do I understand it
right that you didn't create a user account for yourself? Do it, and
do all the above as user. Don't forget to configure your sendmail (or
qmail or whatever you are using) to rewrite your return address as
[EMAIL PROTECTED] I think you'll be OK then.

-- 
Oleg Goldshmidt          [EMAIL PROTECTED]   
BLOOMBERG L.P. (BFM)     [EMAIL PROTECTED]

Reply via email to