Date: Fri, 27 Jul 2007 17:28:37 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Ernst de Haan <znerd@freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: Simple SMTP forwarder Message-ID: <20070727142837.GA4915@kobe.laptop> In-Reply-To: <A565CCD5-09CD-4B72-9DB2-34603529EDDE@FreeBSD.org> References: <A565CCD5-09CD-4B72-9DB2-34603529EDDE@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-07-27 09:40, Ernst de Haan <znerd@freebsd.org> wrote: > 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. That's precisely the reason why Sendmail exists. Why do you have to use "something else"? It should be relatively painless to set up Sendmail to accept incoming email from a specific set of hosts/addresses using any method you find more convenient: * Firewall rules which block access to port *:smtp from hosts which should not be able to access it. * /etc/hosts.deny controls * The /etc/mail/access file of Sendmail itself.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070727142837.GA4915>