Date: Fri, 27 Jul 2007 09:40:09 +0200 From: Ernst de Haan <znerd@FreeBSD.org> To: questions@FreeBSD.org Subject: Simple SMTP forwarder Message-ID: <A565CCD5-09CD-4B72-9DB2-34603529EDDE@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A565CCD5-09CD-4B72-9DB2-34603529EDDE>