From owner-freebsd-questions Mon Sep 29 13:04:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04727 for questions-outgoing; Mon, 29 Sep 1997 13:04:33 -0700 (PDT) Received: from srv.net (snake.srv.net [199.104.81.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04715 for ; Mon, 29 Sep 1997 13:04:25 -0700 (PDT) Received: from darkstar.home (dialin1.anlw.anl.gov [141.221.254.101]) by srv.net (8.8.5/8.8.5) with SMTP id OAA26916 for ; Mon, 29 Sep 1997 14:04:21 -0600 (MDT) Date: Mon, 29 Sep 1997 13:03:18 -0700 (MST) From: Charles Mott X-Sender: cmott@darkstar.home To: freebsd-questions@freebsd.org Subject: fetchmail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to get fetchmail 3.9.4 working with the FreeBSD 2.2.2 distribution. For some reason, fetchmail attemts to send two "mail from:" commands when it makes a connection to the local sendmail server vial the smtp port: fetchmail: SMTP> MAIL FROM: fetchmail: SMTP> MAIL FROM: fetchmail: SMTP error: : Unknown error: -1 I have verified by telnet to the smtp port that the "MAIL FROM:" yields a "250 ... Sender ok" response, so I don't know why a second "mail from:" response has been generated. Any help in this matter would be appreciated. Charles Mott