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.
 
 
-----Original Message-----
From: Sundar [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 4:55 AM
To: vchkpw
Subject: SMTP Relay..,

Hello All,
             After I instaled the qmail+vpopmail+qmail admin .
When I try to send mail to another domains like yahoo ,hotmail it giving erro massage the requested sever is not my list of rcphost .I have followed the tcprules to :allow,RELACLEINT="" .
Is it correct and how can I resolve it ,please help me..
Thanks & Regards
Sundar

Reply via email to