I assume you get
this error when sending mail via SMTP. I had to modify
/etc/host.allow. I had to add the following line (be sure to add this at
the beginning of your file to ensure it gets read):
tcp-env:10.0.0.: setenv =
RELAYCLIENT
You
will need to change the address to the network you are sending mail
from. You can specify an single address or a range by leaving off a number
or two. The example above accepts email from any address starting with
10.0.0.
So to
send mail only from 123.12.134.123, your line should look
like:
tcp-env:123.12.134.123: setenv =
RELAYCLIENT
You should be able to add multiple lines as
well.
...Michael...
P.S. I am using
FreeBSD.
|
- SMTP Relay.., Sundar
- RE: SMTP Relay.., Tony Publiski (tonyp)
- vpopmail ideas Krzysztof Dabrowski
- Re: SMTP Relay.., Sundar
- SILVER, MICHAEL A