The examples given in the documentation are a little sparse and I was
hoping to find out the answer to this without going through the trial
and error process.
I want my server to work as an SMTP relay from machines within my
network. There are two solutions given for turning on relaying based on
the address of the client, one using tcpwrappers and one using
tcpclient. Will tcpwrappers allow me to specify a range of addresses as
it appears tcpclient will? Is one of these solutions generally easier,
simpler, more effective, more efficient, or more generally useful?
Thanks in advance!