From owner-freebsd-questions Sat Apr 13 17:57:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from titus.lastamericanempire.com (dsl081-101-239.den1.dsl.speakeasy.net [64.81.101.239]) by hub.freebsd.org (Postfix) with ESMTP id D8AB137B404 for ; Sat, 13 Apr 2002 17:57:31 -0700 (PDT) Received: by titus.lastamericanempire.com (Postfix, from userid 1000) id E55BF20F6A; Sat, 13 Apr 2002 19:05:24 -0600 (MDT) Date: Sat, 13 Apr 2002 19:05:24 -0600 From: Zach Thompson To: Nick Lozinsky Cc: freebsd-questions@freebsd.org Subject: Re: Mutt and POP3 servers Message-ID: <20020413190524.A415@lastamericanempire.com> References: <3CB8BF66.8E186FDA@wi.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CB8BF66.8E186FDA@wi.rr.com>; from nl3481@wi.rr.com on Sat, Apr 13, 2002 at 06:29:42PM -0500 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Nick Lozinsky [020413 17:37]: > Hello: > > I've setup mutt, and am using sendmail for mail deliveries. If I were to > have mutt get mail from my ISP's > POP3 server, do I need some other program running, like fetchmail or > something? I dont know how mutt works, but it doesn't get any mail for > me from my host, I've included the following in my .muttrc config file: > > set pop_hostname="pop-server.wi.rr.com" > set pop_ser="nl3481" > set pop_pass="mypass" > > And so forth with my mailbox and such. Do I need to do anything to > actually receive mail from my mail server? fetchmail is slightly more robust and in daemon mode (or cron'ed) is hardly any different than delivery to your local server. set daemon 3600 defaults proto pop3 poll pop-server.wi.rr.com user "n13481" password "mypass" nokeep; ...in ~/.fetchmailrc and be done with it. Zach Thompson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message