From owner-freebsd-questions@FreeBSD.ORG Fri Jul 27 08:03:55 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4056E16A419 for ; Fri, 27 Jul 2007 08:03:55 +0000 (UTC) (envelope-from znerd@FreeBSD.org) Received: from sumo.dreamhost.com (sumo.dreamhost.com [66.33.216.29]) by mx1.freebsd.org (Postfix) with ESMTP id 30EF813C45D for ; Fri, 27 Jul 2007 08:03:55 +0000 (UTC) (envelope-from znerd@FreeBSD.org) Received: from spaceymail-a4.g.dreamhost.com (sd-green-bigip-83.dreamhost.com [208.97.132.83]) by sumo.dreamhost.com (Postfix) with ESMTP id F017E185C47 for ; Fri, 27 Jul 2007 00:40:20 -0700 (PDT) Received: from [192.168.2.100] (dsl-083-247-122-068.solcon.nl [83.247.122.68]) by spaceymail-a4.g.dreamhost.com (Postfix) with ESMTP id 274F71617DB for ; Fri, 27 Jul 2007 00:40:19 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: questions@FreeBSD.org From: Ernst de Haan Date: Fri, 27 Jul 2007 09:40:09 +0200 X-Mailer: Apple Mail (2.752.3) Cc: Subject: Simple SMTP forwarder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 08:03:55 -0000 Hi, I need a daemon that will accept SMTP connections and will call the 'sendmail' command to have them transported. I should be able to configure it so it will only accept connections from certain IP addresses. Is there a small, simple and elegant daemon available for this, or will I have to use something like Sendmail, Postfix or qmail? Suggestions are welcome! Ernst PS. In my case, I will configure the 'sendmail' command in /etc/mail/ mailer.conf to forward to the 'ssmtp' command (the mail/ssmtp port).