From owner-freebsd-questions Sun Mar 26 14:56:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (ipl-229-039.npt-sdsl.stargate.net [208.223.229.39]) by hub.freebsd.org (Postfix) with ESMTP id 9A72237B5F3 for ; Sun, 26 Mar 2000 14:56:37 -0800 (PST) (envelope-from durham@w2xo.pgh.pa.us) Received: from w2xo.pgh.pa.us (shazam.w2xo.pgh.pa.us [192.168.5.3]) by w2xo.pgh.pa.us (8.9.3/8.9.3) with ESMTP id WAA66662; Sun, 26 Mar 2000 22:55:50 GMT (envelope-from durham@w2xo.pgh.pa.us) Message-ID: <38DE9577.C283B346@w2xo.pgh.pa.us> Date: Sun, 26 Mar 2000 17:55:51 -0500 From: Jim Durham Organization: dis- X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Don Read Cc: Jim Freeze , freebsd-questions@FreeBSD.ORG Subject: Re: How to access POP3 mail? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Don Read wrote: > > On 26-Mar-00 Jim Freeze wrote: > > > > I only have remaining how to access my email, which now sits > > out on a POP3 server from my ISP. > > > > > > > He says to get popper from ports. I can't find it in ports. What > > cd is it on. > > (q)popper is the daemon that lets "your" box be a POP3 server, not needed in > this instance. > > > > > So, what is the best way to get my email to my desktop, which has > > to dial up via a modem? > > > > For X-Windows, I use xfmail; will pull directly from multiple POP/IMAP accounts. > I beleive mutt has a similar capability. > > Another option is fetchmail, it fetches mail from the POP server(s) and forwards > it to your local /var/mail/~ using sendmail (procmail, ...). > > > Also, once I get the mail, how do I configure (sendmail?, mutt?) to > > send mail to the outside world? > > add your isp's mail server in your /etc/sendmail.cf : > > # "Smart" relay host (may be null) > DSmail.yourisp.net > ---- > > The mutt config file has a place to define the relay if I remember. > Just a cautionary note, if you are going to relay through your ISP, they must add your IP or hostname to their relay-domains file. It's much simpler to just use XFMAIL or Netscape and set up the POP stuff to point to their mail server. You can use your own sendmail for outgoing to get around the "anti-spam" rules on your ISP. -- Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message