From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 00:04:57 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 7F8BF16A51E for ; Fri, 23 Jan 2004 00:04:57 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBBD43D39 for ; Fri, 23 Jan 2004 00:04:50 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i0N888Bn085932; Fri, 23 Jan 2004 08:08:20 GMT (envelope-from peter@circlesquared.com) Message-ID: <4010D668.4050809@circlesquared.com> Date: Fri, 23 Jan 2004 08:08:08 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Fetchmail config help 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: Fri, 23 Jan 2004 08:04:57 -0000 fbsd_user wrote: >I have an registered domain name. The company that hosts my domain >name has an application that allows me to forward all my different >users email to an single account at my ISP. This was ok when all the >email was for me, but now the family also wants to use my domain >name. I want to configure the FBSD root account to run fetchmail in >daemon mode and retrieve all the email in that single account and >post it into each users separate sendmail mailbox. >I have the daemon mode working > My own experience is that daemon mode is buggy, and can hang periodically. I generally use a cron job. >But having hard time making heads or >tails out of the fetchmail documentation at >http://www.catb.org/~esr/fetchmail/fetchmail-man.html#3 > >It kind of implies that I have to have an account at >my ISP called 'maildrop' for this to work. >Is that correct? > >Would this work >user "tomisp" with pass "tom722" is * here > >How do I change the user statement to do >the multdrop thing at my end? > >Would also like to tell fetchmail to use the >syslogd local3 facility to post it's messages to. > >This is what I an using now. > >set postmaster "root" >set no bouncemail >set no spambounce >poll mail.xxxxxx.net proto pop3 > user "tomisp" there with password "tom722" is "tomFBSD" here > > > Try: set postmaster "postmaster" poll mail.xxxxxx.net proto pop3 no dns envelope Envelope-to localdomains your.registered.domain user "tomisp" password "tom722" to * PWR.