From owner-freebsd-questions@FreeBSD.ORG Mon Jun 28 06:55:41 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 5F63C16A4CE for ; Mon, 28 Jun 2004 06:55:41 +0000 (GMT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87]) by mx1.FreeBSD.org (Postfix) with SMTP id 101A943D1D for ; Mon, 28 Jun 2004 06:55:36 +0000 (GMT) (envelope-from bikrant_ml@wlink.com.np) Received: (qmail 68246 invoked from network); 28 Jun 2004 06:55:21 -0000 Received: from unknown (HELO qmail-scanner.wlink.com.np) (202.79.32.74) by 0 with SMTP; 28 Jun 2004 06:55:21 -0000 Received: (qmail 55533 invoked by uid 1008); 28 Jun 2004 06:55:21 -0000 Received: from bikrant_ml@wlink.com.np by qmail-scanner.wlink.com.np by uid 1002 with qmail-scanner-1.20 (clamscan: 0.60. Clear:RC:1(202.79.32.78):. Processed in 0.020075 secs); 28 Jun 2004 06:55:21 -0000 Received: from smtp3.wlink.com.np (202.79.32.78) by qmail-scanner.wlink.com.np with SMTP; 28 Jun 2004 06:55:21 -0000 Received: (qmail 1152 invoked by uid 514); 28 Jun 2004 06:55:20 -0000 Received: from [202.79.36.168] (HELO bikrant.org.np) by smtp3.wlink.com.np (qmail-smtpd) with SMTP; 28 Jun 2004 06:55:20 -0000 (Mon, 28 Jun 2004 12:40:20 +0545) From: Bikrant Neupane To: Gautam Gopalakrishnan Date: Mon, 28 Jun 2004 12:40:15 +0545 User-Agent: KMail/1.6.1 References: <200406271222.37774.bikrant_ml@wlink.com.np> <200406271502.57057.bikrant_ml@wlink.com.np> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200406281240.15100.bikrant_ml@wlink.com.np> X-Spam-Check-By: smtp3.wlink.com.np Spam: No ; -4.9 / 5.0 X-Spam-Status: No, hits=-4.9 required=5.0 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: Mon, 28 Jun 2004 06:55:41 -0000 I have put following content in my fetchmailrc. poll pop.wlink.com.np localdomains wlink.com.np: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0protocol pop3 user bikrant with pass xxx to = samit xyz test=20 bikrant here Now it is working fine :) regards, Bikrant On Sunday 27 June 2004 19:45, Gautam Gopalakrishnan wrote: > 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 +05= 45 > > (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