From owner-freebsd-questions Sun Aug 20 9:39:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 9E9AA37B424 for ; Sun, 20 Aug 2000 09:39:06 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13QY5a-000DWs-00; Sun, 20 Aug 2000 17:36:50 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id RAA65838; Sun, 20 Aug 2000 17:36:50 +0100 (BST) (envelope-from ben) Date: Sun, 20 Aug 2000 17:36:50 +0100 From: Ben Smithurst To: GDB Cc: questions@freebsd.org Subject: Re: e-mail: howto? Message-ID: <20000820173650.U58928@strontium.scientia.demon.co.uk> References: <001001c00ab0$88a7e400$931023d4@gdb> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <001001c00ab0$88a7e400$931023d4@gdb> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG GDB wrote: > I want to use e-mail under FreeBSD 3.2. How can I do that? sendmail > is running, but where do I have to specify my ISP POP and SMTP > servers? What do I have to do to send and receive e-mail with, lets > say, xfmail? Mark told you about fetchmail and stuff, but didn't mention the SMTP stuff... To specify your ISP's SMTP server, and you're using Sendmail, change the empty "DS" line in /etc/sendmail.cf to DSsmtp.yourisp.net replacing "smtp.yourisp.net" with the smarthost your ISP tells you to use. (Alternatively you can build a new .cf file using the m4 configuration mechanism. See /usr/src/contrib/sendmail/cf for all that stuff.) After that, mail clients like Mutt and Pine which call Sendmail directly will just work, and you should tell other mail clients to use "localhost" as the SMTP server. If you use a mail client which needs to collect mail using POP3 rather than accessing your mail file (/var/mail/$USER) directly, you'll need to install a POP3 server too. I recommend cucipop, which is in the ports collection. If you have a PPP dialup connection you might like to look at the /etc/ppp/ppp.linkup files which you can use to run "sendmail -q" and "fetchmail" each time you go online. hope this helps. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message