From owner-freebsd-questions@FreeBSD.ORG Sun Jun 27 14:00:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A286016A4D0 for ; Sun, 27 Jun 2004 14:00:55 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.246]) by mx1.FreeBSD.org (Postfix) with SMTP id 9124243D2F for ; Sun, 27 Jun 2004 14:00:55 +0000 (GMT) (envelope-from thatha@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so349470cwb for ; Sun, 27 Jun 2004 07:00:55 -0700 (PDT) Received: by 10.38.206.15 with SMTP id d15mr58059rng; Sun, 27 Jun 2004 07:00:55 -0700 (PDT) Message-ID: Date: Mon, 28 Jun 2004 00:00:55 +1000 From: Gautam Gopalakrishnan To: Bikrant Neupane In-Reply-To: <200406271502.57057.bikrant_ml@wlink.com.np> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200406271222.37774.bikrant_ml@wlink.com.np> <200406271502.57057.bikrant_ml@wlink.com.np> cc: freebsd-questions@freebsd.org Subject: Re: fetchmail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:00:55 -0000 On Sun, 27 Jun 2004 15:02:57 +0545, Bikrant Neupane wrote: > > > Sorry.. I mentioned the wrong header :( > Indeed the hearder was added by sendmail. > > This is the one added by fetchmail > > Received: from pop2.wlink.com.np [202.79.32.43] > by localhost with POP3 (fetchmail-5.9.0) > for root@localhost (single-drop); Sun, 27 Jun 2004 00:32:39 +0545 > (NPT) > Hello! Would you mind posting your .fetchmailrc here? I think it should have a "user1 there is user2 here" clause. poll server.host with proto POP3 user 'remoteuser' there is 'localuser' here options flush fetchall ssl So mail for remoteuser gets delivered to localuser. Gautam