From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 04:53:58 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 CEA3D16A4CE for ; Wed, 15 Dec 2004 04:53:58 +0000 (GMT) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A6E43D46 for ; Wed, 15 Dec 2004 04:53:58 +0000 (GMT) (envelope-from gwschenk@socal.rr.com) Received: from [192.168.1.103] (cpe-66-74-147-103.socal.rr.com [66.74.147.103])iBF4rukM012489; Tue, 14 Dec 2004 20:53:56 -0800 (PST) Message-ID: <41BFC361.10200@socal.rr.com> Date: Tue, 14 Dec 2004 20:53:53 -0800 From: Gary Schenk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@slightlystrange.org Subject: Re: ssmtp fails to open smtp server 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: Wed, 15 Dec 2004 04:53:58 -0000 Message: 5 Date: Tue, 14 Dec 2004 12:49:09 +0000 From: Daniel Bye Subject: Re: ssmtp fails to open smtp server To: freebsd-questions@freebsd.org Message-ID: <20041214124908.GB57285@catflap.slightlystrange.org> Content-Type: text/plain; charset="us-ascii" On Mon, Dec 14, 2004 at 12:49:09 09 +0000, Daniel Bye wrote: >> >> su-2.05b# cd /usr/src/usr.sbin/sendmail/cf/cf >> su: cd: /usr/src/usr.sbin/sendmail/cf/cf: No such file or directory >This is actually to be found in /usr/src/contrib/sendmail/cf/cf/ And so it is. [---snip---] >> And then created a ssmtp.conf file thusly: >> >> su-2.05b# more /usr/local/etc/ssmtp/ssmtp.conf >> root=gwschenk@socal.rr.com >> mailhub=smtp-server@socal.rr.com >> rewriteDomain=socal.rr.com >> hostname=fuzz.socal.rr.com >> >It looks to me as if mailhub should be an fqdn of a mail relay server, >not an email address... Yep, these typos are killing me. That got ssmtp working, and I'm sending mail out quite nicely with mutt now. However, into each life a little rain must fall. Fetchmail is no longer working. After googling the error message I found that fetchmail uses sendmail to deliver mail to my mail spool, and I disabled sendmail after installing ssmtp. Hoepfully I can find a way to get fetchmail to deliver directly to my spool. Back to the man pages. Thanks for your help. Gary Schenk